/* Adjust the size of the login page logo */
.login-box  img {
    max-height: 100px; /* Adjust the value as per your desired size */
}

.img-circle.brand-image{
    background-color: white;
}

brand-link navbar-success:hover{
    background-color: #00bc8c !important;
}

.alert-success a{
color: #ffffff !important;
}
