.fullPage {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'IRANSans', serif !important;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1));
}

.container {
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.changePhoneNumber {

}

.login-body {
    background: url("/images/bg.jpg") no-repeat center center;
    background-size: cover;
}

.login-body .header {
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-guid {
    font-family: IRANYekanRegular, Serif, serif;
    direction: rtl;
    text-align: right;
}

.header-thin {
    font-family: IRANYekanRegular, serif;
    font-size: 40px;
    margin-bottom: -11px;
}

.header-ex-obld {
    font-family: IRANYekanExtraBlack, serif;
    font-size: 68px;
}

.login-input {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #3b200f;
    direction: rtl;
    border-radius: 10px;
    height: 50px;
    font-family: IRANYekanRegular, serif;
}

.login-btn {
    color: white;
    background-color: #3b200f;
    border: 2px solid #3b200f;
    direction: rtl;
    border-radius: 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-btn:hover {
    color: #ececec;
    background-color: #321b0f;
}

.form-input {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
    flex-direction: row;
    height: auto;
    direction: rtl;
    font-family: IRANYekanRegular, serif;
}

#codeNumber {
    letter-spacing: .5rem;
    text-align: center;
    direction: ltr;
}

.login-form {
    width: 50vw;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    min-width: 300px;
}

.new-code-btns {
    display: flex;
    flex-direction: column;
}

.new-code {
    padding-bottom: 0;
}

.custom-btn {
    box-shadow: none;
}
.expired-alert{
    background: rgba(255,255,255,0.5);
    padding: 1rem;
    border-radius: 10px;
    text-align: justify;
    font-size: 1.2rem;
}

@media only screen and (max-width: 550px) {
    .header-thin {
        font-size: 30px;
        margin-bottom: 0;
    }

    .header-ex-obld {
        font-size: 50px;
    }

    #getCodeForm .form-input {
        height: 100%;
        flex-direction: column;
    }

    #getCodeForm .flex-1 {
        flex: none;
    }

    .login-form {
        width: auto;
    }

    .new-code * {
        font-size: 13px;
    }

    .new-code-btns {

    }
}