@import url("./lib/jquery.jgrowl.min.css");

.office-auth-login-wrapper, .office-auth-register-wrapper {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.office-auth-register-wrapper {
    background-color: #f5f5f5;
   
}

.office-message-success { background-color: green !important; }

.office-message-error { background-color: red !important; }

.office-message-info { background-color: black !important; }

#office-auth-form .red {
    color: red;
}