.s-login-main-container {
    padding-top: 115px;
}

.s-navbar-brand-logo {
    padding-top: 45px;
}

.upperBGImg{
    background: url("../../../img/index/box_large-col-md-12.png") no-repeat;
    background-size: 100% 100%;
}

.lowerLeftBGImg{
    background: url("../../../img/index/box_left-col-md-6.png") no-repeat;
    background-size: 100% 100%;
}

.lowerRightBGImg{
    background: url("../../../img/index/box_right-col-md-6.png") no-repeat;
    background-size: 100% 100%;
}

.lowerCenter{
    padding-top: 10%;
    padding-bottom: 10%;
}

.lowerText{
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
}

.login-container {
    padding: 10px 0;
}

.forgot-password-container {
    text-align: center;
    padding: 5px 15px 0;
}

.language-container {
    text-align: right;
    padding: 0 15px;
}

#login-form {
    margin: 0;
    text-align: center;
}

#login-button {
    background-color: #007dc3;
    border: 1px solid #007dc3;
    border-radius: 32px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Rubik,sans-serif;
    font-size: .75rem;
    font-weight: 700;
    height: auto;
    letter-spacing: .03em;
    line-height: 1.1;
    margin: 0;
    padding: 15px 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .15s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;
    text-transform: uppercase;
}

#login-button:hover,
#login-button:active,
#login-button:focus {
    background-color: #005fa4;
    border-color: #005fa4;
    color: #fff;
    text-decoration: none;
    transform: scale(1.08);
}

#forgot-password-modal-container {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    background: rgba(212, 228, 235, 0.4);
    height: 100%;
    z-index: 2000;
}

#forgot-password-modal {
    background-color: #ffffff;
    border-left: #01b5dd solid 5px;
    width: 600px;
    margin: auto;
    position: relative;
    top: 250px;
    box-shadow: 6px 7px 28px 6px rgba(0,0,0,0.58);
    -webkit-box-shadow: 6px 7px 28px 6px rgba(0,0,0,0.58);
    -moz-box-shadow: 6px 7px 28px 6px rgba(0,0,0,0.58);
}

#forgot-password-modal .close {
    margin: 10px;
}

#forgot-password-form {
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 40px 80px;
}

#forgot-pw-label {
    font-weight: normal;
}

.forgot-password-modal-header {
    margin-bottom: 25px;
}

.forgot-password-modal-content {
    margin-bottom: 20px;
}

.forgot-password-modal-buttons {
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.forgot-password-modal-buttons .btn {
    margin: 0 10px;
}

/*==================================
=            Notifications         =
==================================*/

.s-notification {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    margin: 0;
    position: relative;
    border-radius: 0;
}

.s-notification-error {
    background-color: rgba(192, 57, 43, 0.80);
}

.s-notification-warning {
    background-color: rgba(241, 196, 15, 0.80);
}

.s-notification-success {
    background-color: rgba(137, 182, 77, 0.80);
}

/*=====  End of Notifications  ======*/

/* Fix language popup menu being on the right. */
@media (min-width: 768px) {
    .navbar-right .dropdown-not-right {
        right:auto;
    }
}
/* Fix scrollbar flicker bug on login page when using small taskbar icons on Windows @ 1920x1080 */
@media (min-width: 992px) {
    .upperBGImg {
        max-height: 555px;
    }
}