@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../admin/font/IranSans/eot/IRANSansWeb.eot');
    src: url('../admin/font/IranSans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../admin/font/IranSans/woff2/IRANSansWeb.woff2') format('woff2'), url('../admin/font/IranSans/woff/IRANSansWeb.woff') format('woff'), url('../admin/font/IranSans/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: normal;
    src: url('../admin/font/Vazir/vazir.woff2');
    src: url('../admin/font/Vazir/vazir.woff2') format('embedded-opentype'), url('../admin/font/Vazir/vazir.woff2') format('woff2'), url('../admin/font/Vazir/vazir.woff2') format('woff'), url('../admin/font/Vazir/vazir.woff2') format('truetype');
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
output,
textarea {
    font-family: IRANSans, serif !important;
}
* {
    box-sizing: border-box;
    font-family: IRANSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto;
}

body {
    margin: 0;
    background: #fff;
}

.container {
    max-width: 420px;
    margin: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 5% 0 0;
}

.hero {
    height: 13vh;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    position: relative;
}

.logo {
    position: relative;
    top: 10px;
    width: 100%;
    text-align: center;
}

.logo-circle {
    width: 96px;
    height: 96px;
    background:#d8dfea;
    border-radius:5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    margin-bottom: 2rem;
}

.logo-text {
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}

.form {
    padding: 24px;
    position: absolute;
    bottom: 0%;
}

h2 {
    margin: 0 0 10px;
}

label {
    color: #999;
    font-size: 14px;
}

button {
    margin-top: 24px;
    width: 100%;
    padding: 18px;
    border-radius: 18px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}


.back {
    font-size: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

h2 {
    margin-bottom: 10px;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 2% 0;
}

p {
    color: #777;
}

input {
    width: 100%;
    padding: 16px;
    margin-top: 16px;
    border-radius: 14px;
    border: 1px solid #eee;
    background: #f9f9f9;
    font-size: 24px;
    text-align: right;
    letter-spacing: 4px;
}

.timer {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    font-size: 18px;
}

.hidden {
    display:none;
}

.logo-circle img {
    width: 96px;
    height: 96px;
}

#resend {
    cursor: pointer;
    color: #999;
}
#resend.active {
    color: #000;
    font-weight: bold;
}
#resend.disabled {
    pointer-events: none;
}

#mobile-box, #verify-box {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 420px;
    height:60vh;
}

@media (min-width: 768px) {
    .hero {
        height:42vh;
    }
}