@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: Poppins;
    font-size: 13px;
}

.loginboard{
    width: 100%;
    height: 90vh;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    margin-top: 5%;
    overflow: hidden;
}


.lboard{
    width: 500px;
    height: 450px;
    background-color: rgb(224, 224, 224);
    border: 0px solid rgb(182, 182, 182);
    margin: 5% 0;
    border-radius: 5px;
}

.header_label{
    width: 100%;
    font-size: 18px;
    padding: 20px 0;
    text-align: center;
}

.lholder{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.lside{
    width: 200px;
    height: 100%;
    margin: 15% auto;
}


.lside img{
    width: 100%;
}
.rside{
    width: 360px;
    margin: 0 auto;
    justify-content: center;
}

.login-form{
    width: 100%;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.bip{
    width: 100%;
    padding: 0px 0;
    margin: 10px auto;
    background-color: transparent;
    border: 1px solid gray;
    align-items: center;
    border-radius: 5px;
}

.passwordbox{
    display: flex;
    justify-content: space-between;
}

.boxxont{
    width: 90%;
    text-align: start;
    margin: 0 auto;
}

.bip .ip{
    width: 100%;
    border: 0;
    padding: 13px 10px;
    background-color: transparent;
    outline: none;
}

.loginbtnbox{
    margin-top: 10px;
    border: 0px solid rgba(128, 128, 128, 0);
}

#check{
    display: none;
}

#show_password, #hide_password{
    font-size: 20px;
    cursor: pointer;
    display: none;
    margin: 3px 5px;
}

#show_password.active, #hide_password.active{
    display: block;
}

.titles{
    cursor: pointer;
    display: flex;
    text-align: center;
    vertical-align: center;
}

.login{
    width: 95%;
    padding: 15px 0;
    border-radius: 0px;
    border: 0;
    color: white;
    cursor: pointer;
    background-color: #256E61;
    border-radius: 5px;
}

.process{
    background-color: rgb(194, 194, 194);
}

.pro{
    display: none;
}

.extras{
    width: 100%;
    padding: 1px 0;
}

.extras .extra_ac{
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

.error_status{
    text-align: start;
    color: red;
    margin: 15px 0;
    font-size: 13px;
}

@media (max-width: 767px) {
    .loginboard{
        width: 100%;
        height: 90vh;
        background-color: rgb(255, 255, 255);
        display: flex;
        justify-content: center;
        margin-top: 0%;
        overflow: hidden;
    }
    
    
    .lboard{
        width: 90%;
        height: 450px;
        background-color: rgba(250, 250, 250, 0.486);
        border: 0px solid rgb(182, 182, 182);
        margin: 5% auto;
        border-radius: 5px;
    }
    
    .header_label{
        width: 100%;
        font-size: 18px;
        padding: 20px 0;
        text-align: center;
    }
    
    .lholder{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .lside{
        width: 200px;
        height: 100%;
        margin: 15% auto;
    }
    
    
    .lside img{
        width: 100%;
    }
    .rside{
        width: 360px;
        margin: 0 auto;
        justify-content: center;
    }
    
    .login-form{
        width: 100%;
        width: 100%;
        padding: 5px 0;
        text-align: center;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    
    .bip{
        width: 95%;
        padding: 0px 0;
        margin: 10px auto;
        background-color: transparent;
        border: 1px solid gray;
        align-items: center;
        border-radius: 5px;
    }
    
    .passwordbox{
        display: flex;
        justify-content: space-between;
    }
    
    .boxxont{
        width: 90%;
        text-align: start;
        margin: 0 auto;
    }
    
    .bip .ip{
        width: 100%;
        border: 0;
        padding: 13px 10px;
        background-color: whte;
        outline: none;
        
    }

    .ip:focus{
        background-color: white;
    }
    
    .loginbtnbox{
        margin-top: 10px;
        border: 0px solid rgba(128, 128, 128, 0);
    }
    
    #check{
        display: none;
    }
    
    #show_password, #hide_password{
        font-size: 14px;
        cursor: pointer;
        display: none;
        margin: 3px 5px;
    }
    
    #show_password.active, #hide_password.active{
        display: block;
    }
    
    .titles{
        cursor: pointer;
        display: flex;
        text-align: center;
        vertical-align: center;
    }
    
    .login{
        width: 95%;
        padding: 15px 0;
        border-radius: 0px;
        border: 0;
        color: white;
        cursor: pointer;
        background-color: #256E61;
        border-radius: 5px;
    }
    
    .process{
        background-color: rgb(194, 194, 194);
    }
    
    .pro{
        display: none;
    }
    
    .extras{
        width: 100%;
        padding: 1px 0;
    }
    
    .extras .extra_ac{
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }
    
    .error_status{
        text-align: start;
        color: red;
        margin: 15px 0;
        font-size: 13px;
    }
}



.progress { position: relative; height: 2px; display: none;z-index: 9999; width: 100%; background-color: white; border-radius: 2px; background-clip: padding-box; /*margin: 0.5rem 0 1rem 0;*/ overflow: hidden; } .progress .indeterminate { background-color:black; } .progress .indeterminate:before { content: ''; position: absolute; background-color: #2C67B1; top: 0; left: 0; bottom: 0; will-change: left, right; -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; } .progress .indeterminate:after { content: ''; position: absolute; background-color: #2C67B1; top: 0; left: 0; bottom: 0; will-change: left, right; -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite; animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite; -webkit-animation-delay: 1.15s; animation-delay: 1.15s; } @-webkit-keyframes indeterminate { 0% { left: -35%; right: 100%; } 60% { left: 100%; right: -90%; } 100% { left: 100%; right: -90%; } } @keyframes indeterminate { 0% { left: -35%; right: 100%; } 60% { left: 100%; right: -90%; } 100% { left: 100%; right: -90%; } } @-webkit-keyframes indeterminate-short { 0% { left: -200%; right: 100%; } 60% { left: 107%; right: -8%; } 100% { left: 107%; right: -8%; } } @keyframes indeterminate-short { 0% { left: -200%; right: 100%; } 60% { left: 107%; right: -8%; } 100% { left: 107%; right: -8%; } } 
