/* Sticky footer styles */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 3em;
    background: url("../img/login-backgound.png") #29313f no-repeat center center fixed;
    background-size: cover;
}

.footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    font-size: 0.8571em;
}

.footer-link, .footer-link:hover, .btn-link {
    color: #fff;
}

.btn-link {
    text-decoration: underline;
}

.btn-link:hover {
    color: rgba(255, 255, 255, .9);
    text-decoration: underline;
}

.btn-block {
    width: 100%;
}

.dropdown__lang-selection {
    border-left: 1px solid #b8b7b7;
}
.visible-xs-block li a {
    padding: 10px;
    display: block;
}
.visible-xs-block li a:hover {
    background: #f5f5f5;
}
.container__login {
    margin-top: 15%;
}

.navbar-brand__safeq {
    width: 108px;
    height: 21px;
    padding-left: 25px;
}

.main__login, .legend__login {
    color: #fff;
}

.legend__login {
    border-bottom: 0;
    margin-bottom: 30px;
}

.actions--btn__login {
    padding-left: 2em;
    padding-right: 2em;
    margin-top: 10px;
    color: #fff;
}

.form-control__login {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border: 1px solid #5b6371;
}

.login-notifications {
    position: relative;
    top: 1em;
}

.btn-login,
.btn-login:visited {
    background: #f60;
}

.btn-login--secondary,
.btn-login--secondary:visited {
    background: #8c8c8c;
    border: 1px solid #8c8c8c;
}

.btn-login:active,
.btn-login:focus,
.btn-login:hover {
    background: #ff5900;
    color: #fff;
}

.btn-login--secondary:active,
.btn-login--secondary:focus,
.btn-login--secondary:hover {
    background: #696969;
    border: 1px solid #696969;
}

.form-group__username {
    margin-bottom: 10px;
}

.form-group__password {
    margin-bottom: 30px;
}

.form-group__sso {
    margin-bottom: 30px;
}

.form-group__sso-separator {
    margin-top: 30px;
    margin-bottom: 45px;
}

.control-label__login {
    font-weight: normal;
}

.soft-hidden {
    display: none;
}

@media (min-width: 992px) {
    .col__login-field {
        padding-left: 0;
        padding-right: 0;
    }

    .actions--btn__login {
        margin-top: 0;
    }
}

#log-in {
    width: 100%;
}

#navbar-upper-login-collapse {
     margin-right: -15px;
}

.navbar-brand {
    padding-top: 10px;
}

.navbar-brand img {
    width: 100px !important;
}

#navbar-upper-header, #navbar-upper-mobile-header {
    padding: 2px 0 !important;
}

@media(min-width: 768px) {
    .navbar-brand {
        padding-top: 17px;
    }

    .navbar-brand img {
        padding-left: 1px;
        width: 110px !important;
    }

    #navbar-upper .dropdown-menu {
        overflow-y: auto;
        max-height: 432px; /* 432px - 80px (navbar height). 432px is minimum height for screens with 768px width and 16:9 aspect ratio. */
    }
}

#login-sso-button, #login-sso-button:hover, #login-sso-button:active, #login-sso-button:focus {
    color: #fff;
}

#login-form.sso-hidden {
    display: none;
}

.sso-separator__hr {
    overflow: hidden;
    text-align: center;
    display: block;
}

.sso-separator__hr:before,
.sso-separator__hr:after {
    background-color: #5b6371;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.sso-separator__hr:before {
    right: 1em;
    margin-left: -50%;
}

.sso-separator__hr:after {
    left: 1em;
    margin-right: -50%;
}

#login-sso-button, #log-in {
    padding: 6px 12px;
}

/************** Show Password Icon *******************/
.input-group-inner {
    position: relative;
}

.input-group-inner input {
    padding-right: 35px;
}

.input-group-inner-addon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px 10px;
    cursor: pointer;
}