body {
    padding-bottom: 20px;
    background-color: #eee;
    color: #555555;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.login-title {
    color: #555555;
    font-family: fantasy;
    font-weight: bold;
}

#content {
    max-width: 415px;
    background: #fff;
    margin: auto;
    min-height: 150px;
}

#rememberme-title, #forget-password {
    font-family: monospace;
}

#forget-password {
    margin: 5px;
}

#header {
    display: none;
}

#login-box {
    padding: 15px;
}

#login-box img {
    width: 50%;
}

#login-box h2,
#login-box .checkbox {
    margin-bottom: 10px;
}

#login-box .checkbox {
    font-weight: normal;
}

#login-box .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

#login-box .form-control:focus {
    z-index: 2;
}

#login-box-wait img {
    width: auto;
}

#footer {
    box-shadow: none;
    border: 0;
}

.text-center {
    text-align: center;
    margin: 5px;
    padding: 5px;
}

.btn:not(.ui-select-toggle) {
    padding: 6px 20px;
    border-radius: 30px;
    border: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33333;
    border-radius: 6px;
}
.btn-primary {
    color: #fff;
    background-color: #2196F3;
    border-color: #0d8aee;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label, .form-control {
    font-weight: normal;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    line-height: normal;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

h3, .h3 {
    font-size: 23px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 18px;
    margin-bottom: 9px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

*, *:hover, *:focus {
    outline: none;
}
* {
    box-sizing: border-box;
}

a {
    cursor: pointer;
}
a {
    color: #2196F3;
    text-decoration: none;
}
a {
    background-color: transparent;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.resetPasswordBar, .resetRolesBar {
    background-color: rgba(43, 155, 87, 0.3);;
    padding: 5px;
    margin-bottom: 5px;
    font-size: medium;
}
