@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');


.navbar-brand.brand-logo img{
    height: auto !important;
    position: relative;
    top:2em;
    z-index:1 !important;

}
#proficiency_welcome h5{
    font-family:'Oswald', sans-serif !important;
}
#login_proficiency{
    background:url("../upload/labbg.jpg") !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
}

#login_proficiency h4{
    font-family: 'Oswald', sans-serif;
}

#login_proficiency .form-group input[type=text], #login_proficiency .form-group input[type=password]{
    background: #cde6e4 !important;
    border-radius: 5px;
}
#login_proficiency .form-group ::placeholder{
    color:#807f7f !important;
}

#login_proficiency .auth-form-light{
    border-radius: 5px !important;
}
/*.imgbg{*/
/*    z-index:999999;*/
/*    width:100%;*/
/*    overflow:hidden;*/
    
/*}*/