body,html{
    height:100%;
    width:100%;
    
}



#logon-box{
    width:430px;
    background-color:rgba(255,255,255,0.65);
    border-radius:10px;
  
}

/*
input.logoninp:-webkit-autofill,
input.logoninp:-webkit-autofill:hover,
input.logoninp:-webkit-autofill:focus,
input.logoninp:-webkit-autofill::first-line 
{font-size: 25px !important;}
*/



#togglePassword{
    margin-top: -41px;
    z-index: 16;
    position: absolute;
    margin-left: 354px

}
.Credentialmsg{
    margin-top:-45px;
    height:60px; 
    padding:10px 40px 30px 10px;
    margin-bottom:53px;
}
.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
    color:#000;
    cursor:pointer;
    text-align:right;
}

#logon-box.synchro{
    background-color:rgba(255,255,255,0.75);
    box-shadow: 1px 2px 5px 1px #242526;
    height:340px;
}




#full-image-container{
    width:100%;
    height:100%;
    background-size:100%;
    background-repeat:no-repeat;
    background-size:100% 100%;
    margin:0;
    padding:0;
}

#conduit-logo{

}