.login-test{
   background: #f0f1f1 ;
}

.login-test .login-box .login-logo img{
   width: 300px;
   user-select: none;
}

.login-test .login-box-body{
   background-color: white;
   border: 1px solid #ced4da;
   border-radius: 12px;
}

button.submit{
   margin: auto;
}

.alert{
   margin-top: 20px 
}