.verifycontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 110px;
}
.cardverify{
    position: relative;
    width: 320px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
.cardverify .imgveri{
    position: relative;
    width: 100%;
    height: 240px;
    background: red;
    border-radius: 15px;
    background: url(../../media/images/firoze/بکگراند.وریفا.jpg);
    background-size: cover;
}
/*radiuse goshe aks*/
.cardverify .imgveri::before{
    content: "";
    position: absolute;
    bottom: 0;
    left:50%;
    width: 20px;
    height: 20px;
    background:transparent;
    border-radius: 50%;
    box-shadow: -10px 10px 0 #fff;
}
.cardverify .imgveri::after{
    content: "";
    position: absolute;
    bottom: 70px;
    left:0;
    width: 20px;
    height: 20px;
    background:transparent;
    border-radius: 50%;
    box-shadow: -10px 10px 0 #ffffff;
}
/*radiuse goshe aks*/
.cardverify .contentveri{
    position: relative;
    width: 100%;
    height: 200px;
    background: #232949;

    border-radius: 15px;
    border-top-left-radius: 0;

}
.cardverify .contentveri .priceveri{
    position: absolute;
    left: 0;
    top: -80px;
    height: 80px;
    width: 50%;
    background: #232949;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    border-top-right-radius: 25px;
}
.cardverify .contentveri .priceveri::before{
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    background:transparent;
    border-radius: 50%;
    box-shadow: -10px -10px 0 #fff;
}
.cardverify .contentveri .priceveri span{
    position: relative;
    background: #dffbe1;
    margin: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 7px;
    color: #333;
    font-size: 1.1rem;
  flex-direction: row-reverse;
   
}
.verigyform{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}
.verigyform p{
    font-size: 19px;
    padding-bottom: 0;
    margin-bottom: 4px;
   padding-left: 10px;
   padding-right: 10px;

}
.verigyform span{
    padding-bottom: 3px;
    padding-top: 0;
    font-size: 1.2rem;
}
.verigyform input{
    border-radius: 6px;
    padding: 3px;
}
.verigyform button{
    margin-top: 6px ;
    margin-bottom: 6px;
   background: #55650a;
     color: #c7f80d;
     font-size: 1rem;font-weight: bold;
     padding: 5px 20px;
     border-radius: 10px;
     cursor: pointer;
}
.verigyform button:hover{
    font-size: 1.3rem;
}