@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.login-background {
    background-image: url(../images/login-page-bg.png);
    background-repeat: no-repeat;
}

.login-sc .login-form-cnt {
    margin: 0 auto;
    background-color: #AFD4E9;
    border-radius: 12px;
    padding: 0px;
    margin-top: 100px;
    background-image: url(../images/login-triangle-icon.svg);
    background-repeat: no-repeat;
    background-position: 4% 94%;
}

.logo-header {
    border-radius: 12px 12px 0px 0px;
    border: 1px solid #459BCC;
    background: #D7E9F4;
    padding: 15px 118px;
}

.input-cnt {
    margin: 0 auto;
}

.login-title {
    color: #208ECD;
    font-size: 18px;
    font-weight: 500;
}

.login-btn {
    background: linear-gradient(90deg, #87BEDE 0%, #459BCC 100%);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0px;
    border-width: 0px !important;
}

.btn-inputs {
    margin-bottom: 135px;
}

.login-icon-ucc {
    background-image: url(../images/ucc-icon.svg);
    background-repeat: no-repeat;
    background-position: 4% 50%;
    padding: 12px 49px;
}

.login-icon-date {
    background-image: url(../images/date-icon.svg);
    background-repeat: no-repeat;
    background-position: 4% 50%;
    padding: 12px 49px;
}

#btnResendOTP {
    color: black;
    font-size: 16px;
    border-width: 0px !important;
}

#btnSubmitOTP {
    background: linear-gradient(90deg, #87BEDE 0%, #459BCC 100%);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    border-width: 0px !important;
}

#btnResendOTP:hover {
    cursor: pointer;
    text-decoration: underline;
}
/* Media Query */
@media screen and (min-width: 1400px) {
    .nav-sc {
        display: none;
    }

    .login-background {
        background-image: url(../images/large-desktop-bg.png);
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399.9px) {
    .nav-sc {
        display: none;
    }

    .login-sc .login-form-cnt {
        margin-top: 70px;
    }
}
/* Extra Query */
@media screen and (min-width: 1200px) and (max-width: 1320px) {
}

@media screen and (min-width: 992px) and (max-width: 1199.9px) {
    .nav-sc {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.9px) {
    .login-sc .login-form-cnt {
        margin-top: 34px;
    }

    .login-background {
        background-image: url(../images/tab-bg.png);
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 576px) and (max-width: 767.9px) {
    .logo-header {
        margin-bottom: 2rem !important;
    }

    .login-sc .login-form-cnt {
        margin-top: 34px;
        background-position: 4% 94%;
        background-size: 26%;
    }

    .login-background {
        background-image: url(../images/large-mbl-bg.png);
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 575.9px) {
    .nav-cnt {
        margin-bottom: 36px !important;
        text-align: left;
    }

    .logo-header {
        padding: 12px 60px;
    }

    .logo-header {
        margin-bottom: 2rem !important;
    }

    .login-sc .login-form-cnt {
        margin-top: 34px;
    }

    .btn-inputs {
        margin-bottom: 88px;
    }

    .login-background {
        background-image: url(../images/mid-mbl-bg.png);
        background-repeat: no-repeat;
    }
}

@media (min-width:320px) and (max-width:420.9px) {
    .nav-cnt {
        margin-bottom: 36px !important;
        text-align: left;
    }

    .logo-header {
        padding: 12px 60px;
    }

    .logo-header {
        margin-bottom: 2rem !important;
    }

    .login-sc .login-form-cnt {
        margin-top: 34px;
        background-position: 4% 94%;
        background-size: 26%;
    }

    .btn-inputs {
        margin-bottom: 88px;
    }

    .login-background {
        background-image: url(../images/login-bg-phone.png);
        background-repeat: no-repeat;
    }
}
