@font-face {
    font-family: vazirmatn;
    font-style: normal;
    font-weight: bold;
    src: url('font/Vazirmatn-Regular.ttf');
}


* {
    padding: 0;
    margin: 0;
    font-family: vazirmatn;
}

.main {
    /* background-color: aqua;
          height: 500px;
          width: 460px; */
    margin: calc(50vh - 250px) auto;
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 20px 30px;
    width: 290px;
    min-height: 375px;
    font-family: vazirmatn;
    font-size: 17px;
    color: #232933;
    font-weight: 700;
}

.img {
    margin: 15px auto;
    text-align: center;

}


.text2 {
    color: #62666d;
    font-size: 13px;
    margin: 20px 0 16px 0;
    text-align: right;
}

.text3 {
    color: #62666d;
    font-size: 13px;
    margin: 5px 0 16px 0;
    text-align: right;
}

.textbox {
    padding: 9px 12px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    font-size: 14px;
    line-height: 24px;
    width: 261px;
    color: #030a16;
    margin-bottom: 10px;
}

.input {
    text-align: center;
    margin-bottom: 32px;
    font-family: 'vazir';
}

input:focus {
    outline: none;
}

.btn {
    background-color: #ef394e;
    color: #fff;
    border: none;
    width: 285px;
    border-radius: 8px;
    height: 45px;
    margin-top: 32px;
    font-family: vazirmatn;
}

img {
    width: 184px;
    height: 114px;
}

.footer {
    line-height: 24px;

    text-align: center;
    color: #62666d;
    font-size: 14px;

    line-height: 25px;
}

.footer a {
    color: #000;
    padding-bottom: 4px;
    text-decoration: none;
}

.head {
    text-align: center;
    font-size: 24px;
}