.login,.login-releaseNotes {
    position: absolute;
    width: 520px;
    height: 220px;
    top: 50%;
    left: 50%;
    margin: -235px 0 0 -260px;
    font-size: 12px;
}

.prelogin {
    position: absolute;
    width: 250px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -100px;
    font-size: 12px;
}

.login-releaseNotes {
    height: 470px;
}

a#releasetext,a:hover #releasetext,a:active #releasetext {
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

ul {
    padding-left: 10px;
}

ul li {
    font-weight: bold;
}

ul li ul {
    list-style: none;
    padding-left: 10px;
    background-color: #fff;
}

ul li ul li {
    font-weight: 500;
}


body div#prelogin.prelogin {
    width: 250px !important;
}

section.content-header {
    font-size: 16px;
}

.label {
    font-size: 100%;
    font-weight: 600;
}

div#login {
    width: 75%;
    margin: 0 auto;
}

.login-logo {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #9d4349;
    color: white;
    border-radius: 1rem;
    padding: 1.4rem 0;
}

.login-box-body, .register-box-body {
    background-color: #ddd;
    border-radius: 1rem;
}

.login-message-box {
    background-color: #ddd;
    border-radius: 1rem;
    padding: 1px 15px 15px 15px;
}

a {
    /*color: #fff;*/
}

.login-page, .register-page {
    background-color: #f3f3f3;
}

.btn-login {
    background-color: #9d4349;
    color: white;
    border-radius: 0.3rem !important;
}
