@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: #f5f5f545;
	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);
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer.highlight{
    width: 350px;
}

.office-message-success  {background-color: #7A9E9F !important;}
.office-message-error  {background-color: #D64545 !important;}
.office-message-info  {background-color: black !important;}

.help-block{
    text-align: right;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
}
.profile-help-block{
    text-align: right;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
}
.profile-help-block .message{
    color: red;
    float: right;
}
#office-auth-form .red {
	color: darkred;
}
#office-auth-form .form-row > label{
    margin-bottom: 5px;
}
#customer_login .form-row {
    margin-bottom: 10px;
}