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

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

/* .office-auth-register-wrapper {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
} */

.office-message-success  {background-color: green !important;}
.office-message-error  {background-color: brown !important;}
.office-message-info  {background-color: black !important;}


.widget-auth .sn-form input{
    margin-bottom: 0px;
}
.office-auth-register-wrapper .widget-auth{
    background: #143556;
    text-align: center;
}
.office-auth-register-wrapper .widget-auth .sn-title .title{
    color:#fff;
}
.office-auth-login-wrapper .widget-auth{
    background: #ebf5fb;
    text-align: center;
}
.office-auth-login-wrapper .widget-auth .sn-title .title{
    color:#111e49;
}

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


@media (max-width: 991.98px) {
    .office-auth-login-wrapper .blog-sidebar,
    .office-auth-register-wrapper .blog-sidebar {
        margin-top: 0;
    }
}