
#login-logo-img img{
    height: 20px;
    width: 15px;
}
.login-box-header{
    font-size: 20px;
    font-weight: bold;
    font-family: helvetica;
    color: rgb(190, 79, 205); 
    margin-bottom: 30px;
}
#login-main-section{
    border-radius: 15px;
    box-shadow:  5px 10px #aca6ed;
}
#login-main-section input{
    border-radius: 15px;
    margin-bottom: 5px;
    
}
#login-main-section button{
    margin-top: 20px;
    margin-bottom: 15px;
    border-radius: 15px;
}