.login-logo {
    margin-bottom: 10px;
}

.login-box-body {
    border-radius: 5px;
    padding: 30px 20px;
}

.login-box {
    width: 420px;
}

.login-box-msg {
    color: #7c7c7c !important;
    font-size: 16px;
    margin-top: 10px !important;
}

#btnSubmit {
    border-radius: 5px;
    background: #2a84c1;
    border-color: #2a84c1;
    height: 38px;
    width: 30%;
    margin: 0 auto;
    font-size: 16px;
}

.form-control {
    border-radius: 3px;
    height: 38px;
}

.login-page {
    height: 100%;
    display: flex;
    justify-content: center;
    background: #04304e;
}

.login-box-body a {
    background: #2a84c1;
    border-radius: 5px;
}

.login-box-body div {
    margin: 5px 0 0 !important;
}

.login-logo b {
    font-size: 35px;
}

.fa-user:before, .fa-lock:before {
    font-size: 16px;
}

dropdown-link {
    color: #3c8dbc;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #444;
}

.dropdown-link:hover {
    background-color: #444; 
}

.modal-header {
    padding: 10px 15px;
    align-items: center;
}

.modal-header h4 {
    margin: 0;
}

.modal-header .close {
    margin-top: 0;
}

.main-header, .navbar, .content-wrapper {
    margin-left: 0 !important;
}

/* ===== Inline style replacements ===== */

/* Forgot password/username links */
#forgotPassword {
    float: right;
    background: transparent;
}

#forgotUsername {
    background: transparent;
    float: right;
    margin-right: 15px;
}

/* SSO check message */
#ssoCheckMsg {
    color: #e74c3c;
    margin-top: 10px;
    text-align: center;
}

/* SSO login section */
.sso-login-section {
    margin-bottom: 20px;
    margin-top: 20px;
}

/* SSO button */
.btn-sso {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
}

/* Wait message */
.wait-message {
    font-size: 16px;
    color: #555;
    text-align: center;
    margin-top: 15px;
}

.wait-message-sub {
    font-size: 14px;
}

/* Reset login cache link */
#btnResetLoginType {
    background: transparent;
    text-decoration: underline;
}

/* Policy notice */
.policy-notice {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.policy-notice > p {
    color: whitesmoke;
    display: inline;
}

.policy-notice .dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    background: none;
    border: none;
    color: whitesmoke;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    font: inherit;
}

.dropdown-content {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1000;
    border-radius: 4px;
}

.dropdown-link {
    color: #3c8dbc;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #444;
}

.dropdown-link:last-child {
    border-bottom: none;
}

/* Modal form group */
.modal-form-group {
    margin-top: 10px;
}

/* Modal footer buttons */
.btnFooterBox-right {
    float: right;
    margin-left: 15px;
}

.btnFooterBox-right-alone {
    float: right;
}