@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Trirong',sans-serif;
} 

/*body {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.2) 60%), url("assets/img/seal/ppnew.jpg");
    margin: 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
  }  */



.class-login{
    margin:125px auto;
    width: 420px;
    height: 570px;
    background-color: #fff;
    border-color: #0C3C78;
    border-top: 5px solid #0C3C78;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    border-radius: 7px;
    padding: 50px;
    
}

.logo{
  margin-top: -23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title, .sub-title{
    text-align: center;
    color:#0C3C78;
    margin-top: 25px;
    font-size: 18px;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

.title{
    margin-top: 25px;
    font-weight: bolder;
    font-size: 20px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

/*.sub-title{
    font-size: 20px;
    color: #236098;
}*/

.form{
    width: 100%;
    margin-top: 40px;
}

.form input{
    font-size: 16px;
    padding: 10px 20px 10x 5px;
    border: none;
    outline: none;
    background: none;  
}

.input-type{
    display: block;
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 10px;
    margin: 10px 0;
    color:  #0C3C78;
    transition: all 0.3s ease;    
}

.input-type:hover{
    border: 1px solid #0C3C78;
    box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.1);
   
}



.options{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 0px;
    margin-bottom: 10px;
}

button.log-in {
    width: 98%;
    padding: 10px 10px;
    border: none;
    font-size: 16px;
    border-radius: 30px;
    background-color: #0C3C78;
    color: #fff;
    cursor: pointer; 
    margin-top: 8px;
   
  
}


button:hover{

    color: rgb(255, 255, 255);
    background-color: rgb(11, 74, 126); 
}

.sign-up{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
    cursor: pointer;
    
}

a {
    text-decoration: none;
    color: #0C3C78;
    margin-bottom: 30px;
}
