﻿@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iranyekan/eot/iranyekanwebregular(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iranyekan/woff2/iranyekanwebregular(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iranyekan/woff/iranyekanwebregular(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
}

@font-face {
    font-family: aviny;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/aviny-700.eot');
    src: url('../fonts/aviny-700.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/aviny-700.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/aviny-700.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/aviny-700.ttf') format('truetype');
}

html {
    width: 100%;
    height: 100%;
}

body {
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgb(242, 178, 203) 50%, rgb(206, 134, 250) 100%);
    font-family: iranyekan;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#LoginForm {
    width: 100%;
    display: flex;
    height: auto;
    justify-content: center;
}

.login-wrapper {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    width: 80%;
    box-shadow: -5px 6px 13px -6px rgba(0,0,0,0.6);
    -webkit-box-shadow: -5px 6px 13px -6px rgba(0,0,0,0.6);
    -moz-box-shadow: -5px 6px 13px -6px rgba(0,0,0,0.6);
}

.logo-wrapper {
    width: 50%;
    border-right: 10px solid #cc0090;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

    .logo-wrapper img {
        width: auto;
        margin: auto;
        margin-top: 20px;
        display: block;
        max-height: 80%;
        max-width: 100%;
    }

.login-form-wrapper {
    width: 50%;
    background-color: #cc0090;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.login-form-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0 !important;
}

.login-form-title {
    font-family: aviny;
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.login-form-number-wrapper, .login-otp-number-wrapper {
    padding: 5px;
    width: 100%;
}

.login-form-number-label {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.login-form-number-input, .login-form-otp-input {
    margin-top: 20px;
    align-items: center !important;
    background-color: #fee1ff;
    padding: 5px;
    border-radius: 10px;
}

.login-form-otp-input {
    display: flex;
    justify-content: space-between;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.login-form-number-input input {
    height: 50px;
    border: 2px solid #f1f1f1;
    outline: none;
    width: 100%;
    direction: ltr;
    border-radius: 10px;
}

.login-form-number-input img, .login-form-otp-input img {
    width: 100px;
    vertical-align: middle;
    
}

.login-button {
    min-width: 90px;
    text-align: center;
    background-color: #007bcc;
    color: #fff;
    height: 48px;
    line-height: 50px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 20px
}

    .login-button:hover {
        color: #e1ffff;
        background-color: #03619f;
        text-decoration: none !important;
    }

.help-block {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

    .help-block a {
        color: #000;
        background-color: #fff;
        padding: 2px;
        border-radius: 2px;
        margin: 2px;
        display: inline-block;
    }

        .help-block a:hover {
            color: #fff;
            background-color: #000;
            text-decoration: none !important;
        }

.show-mobile {
    display: none !important;
}

.js-pin {
    direction: ltr;
}

.counter-wrapper {
    margin-right: 10px;
    font-weight: bold;
}

.login-otp-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e1ffff;
    padding: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.login-otp-call, .login-otp-resend {
    background-color: #007bcc;
    color: #fff;
    margin: 2px;
    padding: 2px;
    border-radius: 5px;
}

    .login-otp-call:hover, .login-otp-resend:hover {
        background-color: #fff;
        text-decoration: none !important;
    }

.js-counter-value {
    min-width: 55px;
    color: #007bcc;
    padding: 2px;
    margin: 2px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
}

.reset-login-form-wrapper {
    text-align: left;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

.reset-login-form {
    color: #fcff00;
    font-weight: bold;
    padding: 2px;
    display: inline-block;
}

    .reset-login-form:hover {
        color: #03619f;
        text-decoration: none !important;
    }

.login-otp-call.disabled, .login-otp-resend.disabled, .login-button.disabled {
    background-color: #e0e0e0;
    color: #696969;
    pointer-events: none;
}

.hide {
    display: none;
}

.mobile-number-wrapper {
    display: inline-block;
    font-weight: bold;
    margin-left: 8px;
    margin-right: 2px;
    color: #000;
    background-color: #fff;
    padding: 2px;
    border-radius: 2px;
}

.swal-text, .swal-footer {
    text-align: unset !important;
}

.invalid-feedback {        
    font-size: 14px;    
    font-weight:bold;    
    margin-top: 5px;
    width: auto;
    float:left;
}

.invalid-feedback:not(:empty) {
    display: inline-block;
}

@media screen and (max-width: 600px) {
    .login-otp-toolbar {
        flex-direction: column;
    }

    .login-wrapper {
        background-color: #00cccc;
    }

    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    .login-wrapper {
        flex-direction: column;
        width: 90%;
    }

    .logo-wrapper {
        width: 100% !important;
        border-right: none;
        border-top: 10px solid #00cccc;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom: 10px solid #00cccc;
        background-color: #fff;
    }

        .logo-wrapper img {
            max-width: 200px;
            margin-top: 10px;
        }

    .login-form-wrapper {
        width: 100% !important;
        border-radius: 20px;
        align-items: start;
        height: auto;
        padding-bottom: 20px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        position: relative;
    }

    .login-form-title {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .login-form-number-label {
        font-size: 15px;
    }

    .login-form-number-input img, .login-form-otp-input img {
        width: 50px;
    }
}

@media only screen and (min-width: 600px) {
    .login-wrapper {
        width: 90%;
    }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
    .pinlogin .pinlogin-field {
        width: 50px !important;
        height: 50px !important;
        font-size: 16px;
        font-weight: bold;
    }
}

@media only screen and (min-width: 1400px) {
    
    .login-form-title {
        font-size: 60px;
    }

    .login-form-number-wrapper {
        width: 90%;
    }

    .login-form-number-label {
        font-size: 30px;
    }

    .login-form-number-input img, .login-form-otp-input img {
        width: 200px;
    }

    .login-form-number-input input {
        height: 120px;
        font-size: 30px;
    }

    .login-button {
        height: 120px;
        font-size: 30px;
        line-height: 120px;
    }

    .reset-login-form {
        font-size: 30px;
    }

    .login-form-container {
        width:90% !important;
    }
    .pinlogin .pinlogin-field {
        width: 80px !important;
        height: 80px !important;
        font-size: 30px;
        font-weight: bold;
    }
    .login-otp-call, .login-otp-resend {
        font-size:20px;
        font-weight:bold;        
    }
    .login-otp-counter{
        font-size:20px;
    }
    .help-block{
        font-size:25px;
    }

}
