#login-banner {
/* width: 400px;
max-width: 100%;
height: 150px;
max-height: auto; */

width: 400px;
max-width: 100%;
height: 100%;
max-height: auto;

/* width: 250px;
max-width: 50%;
max-height: auto; */
}

h4 {
font-weight: 600;
}

.card {
border-radius: 5px !important;
-webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset !important;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset !important;
border: none !important;
margin-bottom: 30px !important;
}