@import url('https://fonts.googleapis.com/css2?family=Moul&family=Poppins:wght@100;200;300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chenla&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dangrek&family=Kantumruy+Pro:wght@200;400&display=swap');
.login{
    background: #005ba1;
    color: #ffffff;
}
.login img{
    height: 150px;
}
.login h1{
    font-family: "Moul", serif;
    font-weight: 200;
    font-size: 1em;
    margin-top: 10px;
}
.login h2{
    font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
    font-weight: 200;
    font-size: 1em;
}
.login h3{
    font-family: "Chenla", Times, Baskerville, Georgia, serif;
    font-weight: 200;
    font-size: 1em;
    padding: 30px 0px;
}
.login form input{
    margin-bottom: 10px;
}
.login form input[type="email"], .login form input[type="password"]{
    background: #377fb6;   
    color: #ffffff; 
}
.login form input[type="email"]::placeholder, .login form input[type="password"]::placeholder { /* Most modern browsers support this now. */
    color:    #909;
    color: #ffffff;
 }
 .show{
    max-width: 500px;
 }