﻿body{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #e3e5e7;
    margin: 0;
    overflow-y: scroll;
}

span, h1, h2, h3, h4, h5, h6, p, label, a, textarea, input{
    font-family: system-ui;
}

.active{
    border-bottom: 3px solid rgb(26, 144, 208) !important;
    font-size: 15px;

    &:hover{
        border-bottom: none;
    }
}

button{
    border: none;
    cursor: pointer;
}

select{
    cursor: pointer;
}

.login-header{
    background-color: white;
    height: fit-content;
    width: 100vw;
}

.login-box {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: clip;
}

.login-heading {
    width: 100%;
    height: 710px;
}

.login-heading-box{
    transform: translateY(100px);
    padding-left: 170px;
}

.login-txt > h4{
    font-size: 45px;
    margin: 0px;
}

.login-txt > h5{
    font-size: 20px;
    font-weight: 400;
    max-width: 500px;
}

.login-user{
    display: flex;
    max-width: 500px;
    justify-content: center;
}

.login-user > img{
    height: 300px;
}

.login-body {
    width: 80%;
    height: 710px;
}

.login{
    height: fit-content;
    transform: translateY(70px);
    max-width: 550px;
    box-sizing: border-box;
    padding-bottom: 40px;
    padding-top: 1px;
    border-radius: 15px;    
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 10px 1px #0063982c;
}

.logo{
    width: 100%;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    margin: 40px 0;
    margin-top: 20px;
    margin-bottom: 50px;
}

@keyframes logo-effect {
    0%{
        text-shadow: none;
    }
    20%{
        text-shadow: 3px -3px 0px rgb(96, 113, 151);
    }
    40%{
        text-shadow: -3px 3px 0px rgb(0 28 94);
    }
    60%{
        text-shadow: 3px -3px 0px rgb(111, 121, 143);        
    }
    80%{
        text-shadow: -3px 3px 0px rgb(0 28 94);
    }
    100%{
        text-shadow: none;
    }
}

.lblPay{
    color: #006398;
    font-weight: 900;
    font-size: 50px;

    &:hover{
        animation: logo-effect .4s ;
    }
}   

.lblDay{
    font-weight: 500;
    font-size: 50px;
    transform: translateY(20px);

    &:hover{
        animation: logo-effect .4s ;
    }
}

.lblDay>:hover ~ .lblPay{
        animation: logo-effect .4s ;
}

.logo > img{
    height: 80px;
    padding: 20px;
}

.module-selection{
    display: flex;
    justify-content: center;
    margin: 40px 0px;
    padding: 0 20px;
}

.module-selection > select{
    text-align: center;
    font-weight: bold;
    height: 50px;
    border-radius: 30px;
    border: none;
    outline: none;
    box-shadow: 0px 0px 4px 0px #666;
    width: 100%;
    max-width: 310px;
    cursor: pointer;
}

.module-selection > h5 {
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    border: none;
    outline: none;
    box-shadow: 0px 0px 4px 0px #666;
    width: 100%;
    max-width: 310px;
    margin: 0;
    padding: 17px 0;
    font-weight: 500;
}


.inp{
    width: 100%;
    margin: 40px 0;
    margin-top: 25px;
}

.inp-lbl{
    width: 100%;
    margin: 20px 0;
    margin-top: 0px;
}

.inpBox {
    display: flex;
    width: 100%;
    border-radius: 20px;
    background: #e1e1e1;
    overflow: hidden;
}

.box-info{
    display: flex;
    width: 100%;    
    padding-right: 10px;
    border-radius: 20px;
    width: 500px; 
}

.box-h5{
    width: max-content;
    border-right: none;
    padding: 0;
    background-color: #e1e1e1;
}

.box-h5 > span{
    margin: 0;
    padding: 0 10px;
    transform: translateY(12px);
    font-size: 25px;
    width: max-content;
}

.btnSearch{
    margin: 0;
    padding: 10px 10px;
    font-size: 20px;
    width: max-content;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.box-info{
    box-sizing: border-box;
    padding: 0 45px;
    width: 100%;
}

.box-data{
    width: 100%;
}

.box-data > h5{
    background-color: #e1e1e1;
    border-radius: 20px;
    margin: 0;   
    width: 100%;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
}

.box-data > input,
.box-data > select{
    box-sizing: border-box;
    width: 100%;
    padding: 15px 5px;
    font-weight: bold;
    border: none;
    background-color: #e1e1e1;
    outline: none;
}

.login-footer{
    display: flex;
    justify-content: center;
    padding: 0 45px;
}

.forgot-pass{
    text-decoration: none;
    color: rgb(4, 100, 152);

    &:hover{
        text-decoration: underline;
    }
}

.loginBtn{
    padding: 15px 40px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: white;
    display: flex;
    margin-top: 20px;
    background-color: rgb(14 113 167);
    cursor: pointer;
    transition: all .2s;

    &:hover{
        transform: scale(1.04);
        background-color: rgb(0, 77, 118);
    }
}

.login-body-linkBLW{
    transform: translateY(80px);
    translate: 10px;
}

.login-body-linkBLW > a{
    font-weight: 700;
    cursor: pointer;
    color: #006398;

    &:hover{
        text-decoration: underline;
    }
}

.login-page-footer{
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;   
}

.login-page-footer-box{
    width: 100%;
    max-width: 1000px;
    text-align: center;
}

.login-page-footer-box > a{
    text-decoration: none;
    color: black;
    font-size: 14px;
    padding-right: 25px;

    &:hover{
        text-decoration: underline;
    }
}

.copyright{
    margin: 0;
    font-weight: 500;
}

.shrink-Default {
    height: 0;
    overflow: hidden;
}

.shrink-DB {
    padding: 0;
    height: 0;
    overflow: hidden;
}

.invalid {
    box-shadow: 0px 0px 5px 0px #ff000094;
    display: flex;
    width: 100%;
    border-radius: 20px;
    background: #e1e1e1;
    overflow: hidden;
}

.module-margin {
    margin-bottom: 10px;
}







@media only screen and (max-width: 1425px) {
    .login-heading-box {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 1360px) {
    .login-body{
        width: 90%;
    }

    .login-heading-box {
        padding-left: 80px;
    }
}

@media only screen and (max-width: 1250px) {
    .login-body {
        width: 100%;
    }

    .login-heading-box {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 1250px) {
    .login-user > img{
        height: 220px;
    }

    .login-heading-box {
        padding-right: 40px;
    }

    .login-body {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 1045px) {
    .login-box {
        display: block;
        padding: 0;
        width: fit-content;
        margin: 0 auto;
    }

    .login-txt > h4 {
        margin-top: 60px;
        font-weight: 700;
    }

    .login-heading-box {
        transform: none;
        text-align: center;
        margin-top: 30px;
    }

    .login-user > img,
    .login-txt > h5 {
        display: none;
    }

    .login-heading-box {
        padding: 0px;
    }

    .login-heading{
        height: 80px;
    }

    .login {
        margin: 0 auto;
        width: 550px;
        transform: none;
    }

    .login-body {
        height: 600px;
        padding-right: 0px;
    }

    .login-body-linkBLW{
        transform: translateY(10px);
    }
}

@media only screen and (max-width: 620px) {
    .login {
        width: auto;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .login-body {
        box-sizing: border-box;
        width: 100%;
    }

    .login-box {
        box-sizing: border-box;
        width: 100%;
    }

    .login-page-footer-box{
        padding: 0 20px;
    }
}

@media only screen and (max-width: 580px) {
    .login {
        width: auto;
        margin: 0px 15px;
    }
}

@media only screen and (max-width: 485px) {
    .box-info {
        padding: 0 20px;
    }

    .login-footer{
        padding: 0 25px;
    }
}

@media only screen and (max-width: 485px) {
    .module-selection > h5 {
        width: auto;
        padding-left: 50px;
        padding-right: 50px;
    }
}