@import url("main/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;
    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; }

#office-auth-form .red {
    color: darkred;
}#office-auth-form .form-group {
    margin-bottom: 5px;
}

#office-auth-form .hidden {
    display: none;
}

#office-auth-form .main-user {
    padding-top: 20px;
    line-height: 25px;
}

#office-auth-form .authorized {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #aaa;
}

#office-auth-form .authorized .user {
    margin-bottom: 5px;
    line-height: 50px;
}

#office-auth-form .authorized .user .logout {
    text-align: right;
}

#office-auth-form .authorized .user:last-child {
    margin-bottom: 0;
}