/* Minification failed. Returning unminified contents.
(45,38): run-time error CSS1034: Expected closing parenthesis, found ','
(45,38): run-time error CSS1042: Expected function, found ','
(45,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(184,38): run-time error CSS1034: Expected closing parenthesis, found ','
(184,38): run-time error CSS1042: Expected function, found ','
(184,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(193,38): run-time error CSS1034: Expected closing parenthesis, found ','
(193,38): run-time error CSS1042: Expected function, found ','
(193,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/* Layout */

#logo-container {
    margin: auto;
}

#login-header {
    margin: auto;
    position: relative;
    left: 0;
    text-align: center;
    color: #ffffff;
}

/* Modal dialog */

.modal-header {
    background-color: #0c1a3d;
}

.dialogOK {
    background-color: #0c1a3d;
}

/* - Input - */

.input-group .input-group-append>.input-group-text {
    border: none;
    /*border-bottom-right-radius: 0;*/
    background-color: #ffffff;
    /*background-color: transparent !important;*/
    border-top-right-radius: 0.6em;
    border-bottom-right-radius: 0.6em;
    border-left: none;
    border-top: 1px solid #0077c0;
    border-bottom: 1px solid #0077c0;
    border-right: 1px solid #0077c0;
}

.input-group-append>.input-group-text>.glyphicon:hover {
    color: #0c1a3d;
}

.input-group input:focus~.input-group-append .input-group-text {
    background-color: rgb(0, 119, 192, 0.2) !important;
    border-left: none !important;
    border-top: 1px solid #0077c0;
    border-bottom: 1px solid #0077c0;
    border-right: 1px solid #0077c0;
    margin-left: 0px;
}

.input-group .input-group-text .glyphicon
{
    color: #0077c0;
}

.input-group .input-group-text .glyphicon.show-password
{
    cursor: pointer;
}

.input-group .input-group-text .glyphicon:hover
{
    color: #0c1a3d;
}


.input-group-append {
    border: none;
    margin: 0px;
}

/* Buttons */

.btn.btn-primary.btn-solid {
    opacity: 0.9;
    border: none;
    color: white;
    background-color: #0c1a3d;
}

.btn.btn-primary.btn-solid:hover,
.btn.btn-primary.btn-solid:focus {
    opacity: 1;
    border: none;
    background-color: #0c1a3d !important;
}

.btn.btn-primary.btn-outlined:hover {
    color: #0c1a3d;
    border-color: #0c1a3d;
    background-color: white !important;
}

/* Checkbox */

.checkBoxLabel input:checked~.checkmark {
    background-color: #0c1a3d;
}

/* Header & footer */

#header-logo {
    background-image: url("images/m_mos_logo.png")
}

header {
    background: #0077c0;
}

footer {
    width: 100%;
    left: 0px;
    background: #0077c0;
}

footer a:hover {
    text-decoration: underline;
    text-decoration-color: #f1f1f1;
}

footer .footerText {
    color: #ffffff;
}

/* Login page content */

.page {
    background-image: url("images/m_mos_login_bg02.png");
    background-color: #f1f1f1;
    background-size: 100% 50%;
    background-repeat: no-repeat;
}

#login-page-background,
#two-factor-auth-background {
    height: 550px;
    position: relative;
    width: 100%;
    height: 780px;
    max-height: 780px;
}

#login-page-background-extension {
    position: relative;
}

#registration-container {
    background-image: url("images/bg_reg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#login-page-background-extension.registration-background,
#login-page-background-extension.terms-of-use-background {
    height: 320px;
    background-color: #f1f1f1;
}

#login-page-background-extension.forgotten-password-background {
    display: none;
}

.page-title-container {
    background-color: #0c1a3d;
}

#customer-feedback-background {
    background-color: white;
}

#terms-of-use-page-header {
    background-color: #0c1a3d;
}

/* Input fields */

.form-control.inputfield :focus-within {
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgb(0, 119, 192, 0.4);
}

.form-control.inputfield[type="password"]::-ms-reveal {
    display: none;
}

.form-control.inputfield:focus {

    background-color: rgb(0, 119, 192, 0.2);
    border-left: 1px solid #0077c0;
    border-top: 1px solid #0077c0;
    border-bottom: 1px solid #0077c0;
    border-right: none;
}

#login-container.column {
    background-color: transparent;
    margin-top: -50px;
    height: 500px;
}


#login-container-inner {
    margin: auto;
    width: 50%;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

#login-title-container {
    width: 80%;
    margin: auto;
    text-align: center;
}

#login-subtitle-container {
    width: 70%;
    margin: auto;
    border-bottom: 1px solid white;
}

#login-title {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

#login-subtitle {
    font-size: 24px;
    font-weight: bold;
}

.input-container {
    margin: 8px auto;
    width: 70% !important;
}

.input-container.input-group {
    margin-top: 25px;
}

.input-container.input-group .form-control.inputfield:not(:focus) {
    background-color: #ffffff;
    border: 1px #0077c0 solid;
    border-right: none;
}

.form-control-placeholder {
    color: #5a5a5a;
}

/*.input-container input.wide {
        width: 100%;
        border-radius: 4px;
        height: 36px;
        background-color: #fff8c4;
        padding: 0 5px;
    }*/

.input-container.button-panel {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loginButton {
    flex: 50%;
}

#registrationButton {
    flex: 50%;
}

#forgotten-password-link-container {
    /*width: 50%;*/
    flex: 50%;
    margin: 0;
    /*float: left;*/
    color: #0077c0;
}

.loginoldalbody a {
    color: #0077c0;
    font-weight: bold;
}

/* Responsive rules */
@media screen and (max-width: 1023px) {
    #login-page-background-extension {
        height: 700px;
    }

    #login-page-background-extension.registration-background {
        height: 675px;
    }

    #login-page-background-extension.forgotten-password-background {
        height: 275px;
        display: block;
    }

    #registration-form-background,
    #forgotten-password-form-background {
        margin-top: -205px;
    }

    #terms-of-use-container {
        margin-top: -205px;
    }

    #languages-container {
        margin-right: 5%;
    }

    #login-container-inner {
        width: 90%;
    }

    .input-container {
        margin-top: 50px;
    }

    .input-container.input-group {
        margin-top: 50px;
    }

    .input-container.button-panel {
        margin-top: 50px;
    }

    #intranet-login-subtitle {
        margin-top: 10px;
        font-size: 36px;
    }

    .checkBoxLabel {
        font-size: 20px;
    }

    .checkBoxLabel .checkmark {
        top: 3px;
    }

}
