﻿
.outerBox {
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -400px;
    width: 800px;
    height: 570px;
    
    position:absolute;
    border-radius: 4px;
    background-color:white;   
}

.leftBox {
    position: relative;
    border-radius: 4px 0px 0px 4px;
    width: 60%;
    height: 570px;
    overflow: hidden;
    display: inline-block;
    float: left;
    /*background-color: rgb(42, 104, 131);*/
    /*background-image: linear-gradient(#4da2bb, #2a6883 );*/
    text-align: center;
    margin-bottom: 20px;
}

.rightBox {
    border-radius: 0px 4px 4px 0px;
    width: 40%;
    height: 570px;
    overflow: hidden;
    display: inline-block;
    float: right;
    background-color: rgb(32, 32, 32);
    text-align: center;
    margin-bottom: 20px;
}

.outerLoginbox {
    text-align: center;
    display: inline;
}

.loginbox {
    text-align: left;
    width: 300px
}

.innerLoginBox {
    margin-top: 55px;
}

.languageSelect {
    position: absolute;
    right: 0;
    padding: 1em;
    display: flex;
    color: rgb(55, 55, 55);
    cursor: pointer;
}

    .languageSelect .icon-earth {
        font-size: 1.25em;
    }

    .languageSelect .icon-arrow-down5 {
       padding-left: 0.15em;
       padding-top: 0.15em;
    }

    .languageSelect .dropdown-menu {
        text-align: left;
    }

        .languageSelect .dropdown-menu > li > a {
            padding-left: 12px;
        }

        .languageSelect .dropdown-menu > li > a:hover,
        .languageSelect .dropdown-menu > li > a:focus {
            color: #ffffff;
            text-decoration: none;
            background-color: #00839f !important;
            outline: 0;
        }

        .languageSelect .dropdown-menu > li > a > span:first-child {
            min-width: 20px;
            display: inline-block;
        }

.roundButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px !important;
    min-width: 100px;
    outline: none;
}

.upperCase {
    text-transform: uppercase;
}

.rightBlackButton {
    float: right;
    background-color: #202020;
    color: white;
    text-transform: uppercase;
}

    .rightBlackButton:hover {
        background-color: rgba(32, 32, 32, .8);
        color: white;
    }

    .rightBlackButton:active {
        background-color: #202020;
        border-color: #404040 !important;
    }

    .rightBlackButton:focus {
        background-color: #202020;
        border-color: #404040 !important;
    }


.yellowButton {
    margin-top: 10px;
    color: #202020 !important;
    background-color: rgb(255, 187, 0);
    justify-content: center;
    align-items: center;
    min-width: 100px;
}

    .yellowButton:hover {
        color: white;
        background: rgb(255, 187, 0, .8);
        text-decoration: none;
    }


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #858585;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #00839f !important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 131, 159, 0.5) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 131, 159, 0.5) !important;
    }

.form-bottom-margin {
    height: 122px;
}

.loginpage {
    height: 100vh;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
    background-image: url(../../../Content/Images/Login/Login_Background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

.qLogo {
    width: 300px;
    height: 90px;
}

.statusLink {
    color: white !important;
}

    .statusLink:hover {
        color: white !important;
    }

.linkedInTitle {
    margin-top: 50px;
    color: white;
    font-size: x-large;
    font-weight: 600;
    text-align: center;
    display: block;
}

.linkedInText {
    color: white;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.linkedInImage {
    /* display: block;
    margin-left: auto;
    margin-right: 90px;
    height: auto;
    width: 160px;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    width: auto;
}

.footerArea {
    color: white;
    font-weight: 400;
    font-size: 14pt;
    text-align: center;
    margin-top: 50px;
}

.formTitle {
    color: #404040
}

.sloganText {
    margin-top: 30px;
    margin-right: 10px;
}

.statusBox {
    position: relative;
    display: inline-block;
}
.loginheader {
    display: block;
    height: 15%;
    width: 100%;
    background-color: #00839F;
    background-image: url(../../../Content/Images/Login/QBIS.Logo.Vector.white200x100.png);
    background-repeat: no-repeat;
    background-position: 10px;
    max-height: 10em;
    min-height: 6em;
}

.loginfooter {
    display: block;
    height: 15%;
    width: 100%;
}

.loginmain {
    display: block;
    height: 70%;
    width: 100%;
    background-image: url(../../Images/Login/BG.Login.QBIS.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 350px;
    min-height: 460px;
    overflow: hidden;
}

.loginbox {
    margin-top: 1em;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 0.875em;
    display: inline-block;
}

.login-successmessage {
    margin-right: auto;
    margin-left: auto;
    padding: 1em;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 1em;
    display: block;
    width: 300px;
    position: relative;
    top: 30%;
}

    .login-successmessage input[type="submit"] {
        font-size: 0.75em;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1em;
        display: block;
        width: auto;
    }

.reset-loginbox {
    /*  height: 280px; */
}

.message {
    padding: 5px 10px;
    margin: 0 auto 10px;
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    line-height: 1.2;
    width: 300px;
    position: fixed;
    z-index: 9999;
}
.errorMessage {
    padding: 5px 10px;
    margin: 0 auto 10px;
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    line-height: 1.2;
    width: 300px;
    position:absolute;
    top: 180px;
    z-index: 9999;
}
.flashError {
    color: #86182e;
    background-color: #ffdcd3;
    /*transition: all .5s ease-in-out;*/
    /*-webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 1s ease-in-out;
    overflow-y: hidden;*/
}

.flashConfirm {
    color: #04230f;
    background-color: #35cf55;
}

.errorMessageClose {
    float: right;
    padding: 16px;
    /*margin: -16px;*/
    color: inherit;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: .6;
}
.successmessage {
    /*border-color: #BDC3C7;
    border-width: thin;
    border-style: solid;*/
    width: 300px;    
    min-height: 100px;
    margin-top: 1em;
    padding: 0.3em 0.70em 0.3em 0.70em;
    background-color: rgb(255,255,255);
    align-items: center;
    display: inline-block;
}

    .successmessage h2 {
        color: #000000;
        font-weight: 700;
    }

    .successmessage.links {
    }



.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}


.greetingmessage {
    display: inline-block;
    margin-left: 50%;
    position: relative;
    top: -285px;
}

    .greetingmessage h1 {
        font-size: 3em;
        font-weight: 700;
    }

    .greetingmessage h2 {
        font-size: 2em;
        font-weight: 700;
    }

.failedlogin {
    border-color: rgb(192, 57, 43);
}

.hidden {
    visibility: hidden;
    height: 100px;
}

.nodisplay {
    display: none;
}

.links {
    margin-top: 1em;
}

    .links a {
        margin-bottom: 0.5em;
    }

.footersection {
    display: inline-block;
    width: 32%;
    margin-top: 2em;
    vertical-align: top;
    color: rgb(149, 165, 166);
}

.slogan {
    margin: 0em 2em;
}

.followusicons {
    padding-top: 0.5em;
    border-top-color: rgb(149, 165, 166);
    border-top-style: solid;
    border-top-width: thin;
    margin: 0.5em 0em;
    width: 140px;
}


.systeminfo {
    padding-top: 0.5em;
    border-top-color: rgb(149, 165, 166);
    border-top-style: solid;
    border-top-width: thin;
    margin: 0.5em 0em;
    float: left;
}

    .systeminfo a {
        font-size: 1em;
    }

    .systeminfo .systemmessage {
        padding-top: 0.5em;
    }



h1 {
    margin-bottom: 0.5em;
    margin-left: 0.0em;
    margin-right: 0.5em;
    margin-top: 0.5em;
    display: block;
    font-size: 18px !important;
}

h2 {
    margin-bottom: 0.5em;
    margin-left: 0.0em;
    
    margin-top: 0.5em;
    display: inline-block;
    padding-left: 0em;
    line-height: 1.2em;
}

.message h2 {
    color: rgb(230, 126, 34);
    font-weight: 700;
}

h3 {
    font-size: 1.2em;
    font-weight: 600;
}

fieldset {
    margin-top: 0.5em;
}

    fieldset a {
        display: inline-block;
    }

label {
    margin-bottom: 0.25em;
    margin-top: 0.5em;
    display: inline-block;
    font-weight: 400;
    font-size: 0.875em;
    color: rgb(149, 165, 166);
}

.p-label {
    margin-bottom: 0.25em;
    margin-top: 0.5em;
    display: inline-block;
    font-weight: 400;
    font-size: 1em;
    color: rgb(149, 165, 166);
}

.reset-password {
    margin: -3em 0em 0em 0em;
}

checkboxlabel {
    display: inline-block;
    font-weight: 400;
    font-size: 0.7em;
}

/*input[type="submit"] {
    background-color: #00839F;
    color: rgb(255,255,255);
    float: right;
    margin: 0.5em 30px 0.5em 0px;
    height: 2em;
    width: 80px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
}*/

input[type="text"], input[type="password"] {
    width: 300px;
    padding: 0.2em 0.4em;
    font-size: 1.3em;
    margin-bottom: 0.25em;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
}

    input[type="checkbox"] + label {
        vertical-align: middle;
        margin-top: 0.25em;
    }

a, a:visited {
    font-size: 0.8em;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #428bca;
    display: block;
}

    a:hover {
        color: rgba(0, 131, 159, .8);
    }


    .loginfooter a, .loginfooter a:visited {
        display: inline;
    }


.ssl {
    float: right;
    vertical-align: top;
    margin: 0em 30px 0.5em 0em;
}

/* Begin BankID */

.loginContainer {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: rgb(67, 133, 124);
}

    .loginContainer::after {
        content: "";
        background: url(/content/images/background.svg) no-repeat center center fixed;
        background-size: cover;
        opacity: 0.25;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

.loginTitle {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0.8em;
    color: rgb(67, 133, 124);
}

.loginBox {
    width: 400px;
    min-height: 450px;
    padding: 35px 30px 15px 30px;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.08);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loginGroupButtons {
    padding-top: 1em;
}

.loginGroup {
    position: relative;
    margin-bottom: 25px;
}

    .loginGroup.flex-reverse {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 3px 0px;
    }

.loginGroupButton {
    padding-top: 30px;
}

.loginControl {
    width: 100%;
    height: 45px;
    border: none;
    padding: 0px 40px 0px 15px;
    background: rgb(255, 255, 255);
    font-size: 16px;
    color: rgb(102, 102, 102);
    border: 1px solid rgb(221, 221, 221);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .loginControl::-ms-clear,
    .loginControl::-ms-reveal {
        display: none;
    }

    .loginControl:focus {
        border-width: 1px;
        border-color: rgb(67, 133, 124);
        color: rgb(102, 102, 102);
    }

        .loginControl:focus + .loginIcon {
            border-width: 1px;
            border-color: rgb(67, 133, 124);
            color: rgb(67, 133, 124);
        }

.loginGroup .loginIcon {
    position: absolute;
    right: 15px;
    top: 17px;
    color: rgb(153, 153, 153);
}

.loginStatus.invalidLogin {
    -moz-animation: wrong-log 0.3s;
    -webkit-animation: wrong-log 0.3s;
    animation: wrong-log 0.3s;
}

    .loginStatus.invalidLogin .loginControl, .invalidLogin .loginControl + .loginIcon {
        border-color: rgb(246,71,71);
        color: rgb(246,71,71);
    }

.loginAlert {
    display: none;
    font-size: 13px;
    color: rgb(255, 0, 0);
    float: left;
}

.loginLink, .loginLink:visited {
    color: #428bca;
    font-size: 13px;
    cursor: pointer;
}

    .loginLink:hover {
        text-decoration: underline;
        color: rgba(0, 131, 159, .8);
    }

.loginButton {
    background: #202020;
    display: inline-block;
    width: 60%;
    font-size: 16px;
    height: 45px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

    .loginButton.alt {
        background: rgb(255, 255, 255);
        color: #202020;
        border: 1px solid #202020;
    }

    .loginButton:hover,
    .loginButton:active {
        background-color: rgba(32, 32, 32, .8);
    }

    .loginButton.alt:hover,
    .loginButton.alt:active {
        background-color: rgba(32, 32, 32, .2);
    }

    .loginButton:disabled:not(.m-progress) {
        background: rgb(153, 153, 153);
        cursor: default;
    }

.loginUsePassword,
.loginCancel {
    text-align: center;
}

.loginPanel {
    padding: 1.5em;
}

.loginBankid {
    padding: 15px 0;
    border-top: 1px solid rgb(200, 200, 200);
    margin-top: 15px;
}

.bankidPanel {
    padding-top: 3em;
}

.loginBankidLink {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .loginBankidLink .loginLink {
        padding: 0 15px;
    }

.bankidOptionsStatus {
    height: 185px;
    text-align: center;
}

.bankIdLoader.medium {
    padding-top: 25px;
}

.bankIdLoader.large {
    padding-top: 35px;
}

.bankidQrcode p {
    font-size: 13px;
    line-height: 24px;
    padding: 0 7em;
    text-align: left;
    margin-bottom: 0;
}

.bankidQrcodeArea {
    margin: 20px 0px;
    text-align: center;
    min-height: 205px;
    min-width: 205px;
}

.bankIdError {
    display: flex;
    background: rgb(255, 240, 240);
    padding: 0.5em;
    background-color: #ffdcd3;
    font-size: 13px;
    border: 1px solid rgb(134, 24, 46);
    border-radius: 5px;
    line-height: 1.2;
    margin: 0 auto;
}

    .bankIdError.large {
        width: 80%;
    }

    .bankIdError.medium {
        width: 60%;
    }

    .bankIdError label {
        color: #86182e;
        font-size: 12px;
        line-height: 1.25em;
    }

    .bankIdError a {
        display: initial;
        font-size: inherit;
        color: rgb(0, 131, 159);
    }

/*@media Queries*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation: portrait), /* iPhone 6 in portrait & landscape*/
only screen and (min-device-width : 414px) and (max-device-width : 768px) and (orientation: portrait), /* iPhone 6+ in portrait & landscape*/
screen and (max-width: 800px) and (orientation: portrait) /* any low resolution device */
{
    .h1 {
        font-size: 18px;
    }

    .loginpage {
        /*height: 100vh;*/
        max-height: 100%;
        width: 100%;
        max-width: 100%;
        position: relative;
        background-image: url(../../../Content/Images/Login/Login_Background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
        overflow: auto;
    }

    .outerBox {
        width: 320px;
        height: 525px;
        position: absolute;
        border-radius: 4px;
        background-color: white;
        left: 50%;
        margin-left: -160px;
        margin-top: -280px;
        top: 50%;
    }

    .leftBox {
        border-radius: 4px 0px 0px 4px;
        width: 100%;
        height: 525px;
        overflow: hidden;
        display: inline-block;
        float: left;
        /*background-color: rgb(42, 104, 131);*/
        /*background-image: linear-gradient(#4da2bb, #2a6883 );*/
        text-align: center;
        margin-bottom: 10px;
    }

    .rightBox {
        border-radius: 0px 4px 4px 0px;
        width: 40%;
        height: 570px;
        overflow: hidden;
        display: none;
        float: right;
        background-color: rgb(32, 32, 32);
        text-align: center;
        margin-bottom: 20px;
    }

    .loginbox {
        text-align: left;
        width: 260px;
        margin: 0;
    }

    .outerLoginbox {
        text-align: center;
        display: inline;
    }

    .languageSelect .dropdown-menu {
        font-size: 1.25em;
    }
    
    .languageSelect .dropdown-menu > li > a > span:first-child {
        min-width: 25px;
    }

    .innerLoginBox {
        margin-top: 25px;
    }

    .qLogo {
        width: 260px;
        height: 60px;
    }

    .sloganText {
        font-size: 0.85em;
        margin-right: 0;
    }

    .errorMessage {
        padding: 5px 10px;
        margin: 0 auto 10px;
        font-size: 13px;
        border-style: solid;
        border-width: 1px;
        border-radius: 5px;
        line-height: 1.2;
        width: 260px;
        position: absolute;
        top: 100px;
        z-index: 9999;
    }

    .statusLink {
        color: white;
    }

        .statusLink:hover {
            color: white !important;
        }

    input[type="text"], input[type="password"] {
        width: 100%;
        font-size: 1em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    input[type="submit"] {
        margin: 0em 0em;
        width: 100%;
        height: 3em;
    }

    .loginheader {
        height: 10%;
        background-position: center;
        background-size: contain;
        min-height: 3em;
    }

    .loginfooter {
        display: none;
    }

    .message {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 0em;
        border-style: none;
        min-height: initial;
        max-width: 265px;
        width: 100%;
    }

    .hidden {
        display: none;
    }

    .loginmain {
        display: flex;
        background-image: none;
        flex-direction: column;
        align-items: center;
        min-width: initial;
    }

    a, a:visited {
        display: inline;
    }

    .login-successmessage {
        width: 85%;
        top: 0em;
    }

    fieldset {
        margin: 0;
    }

    .checkboxes > div {
        padding-top: 5px;
        padding-right: 5px;
    }

    .links {
        margin: 0;
        float: none;
    }

    .linkmobile {
        display: flex;
        justify-content: space-between;
        margin: 1em 0em;
    }

    .ssl {
        display: none;
    }

    #lblAcquireOtpSlash {
        visibility: hidden;
    }

    .reset-password {
        text-align: center;
    }

    .backclass {
        display: inline-block;
    }

    .successmessage {
        width: 100%;
        margin: 1em;
        box-sizing: border-box;
        max-width: 260px;
    }

    .loginButton {
        width: 80%;
    }

    .loginBankid {
        position: absolute;
        width: calc(100% - 5em);
        bottom: 0;
    }

    .bankidQrcode p {
        padding: 0 2em;
    }

    .bankIdError.medium {
        width: 80%;
    }

    .bankidPanel {
        padding-top: 2em;
    }

    .bankidOptionsStatus {
        height: 200px;
    }

    .bankidQrcode p {
        line-height: 22px;
    }
}


@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation: landscape), /* iPhone 6 in portrait & landscape*/
only screen and (min-device-width : 414px) and (max-device-width : 812px) and (orientation: landscape), /* iPhone 6+ in portrait & landscape*/
screen and (max-width: 800px) and (orientation: landscape) /* any low resolution device */
{
    .loginpage {
        /*height: 100vh;*/
        max-height: 100%;
        width: 100%;
        max-width: 100%;
        position: relative;
        background-image: url(../../../Content/Images/Login/Login_Background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
        overflow: auto;
    }

    .outerBox {
        width: 320px;
        height: 525px;
        position: absolute;
        border-radius: 4px;
        background-color: white;
        left: 50%;
        margin-left: -160px;
        margin-top: 0px;
        top: 10px;
    }

    .leftBox {
        border-radius: 4px 0px 0px 4px;
        width: 100%;
        height: 525px;
        overflow: hidden;
        display: inline-block;
        float: left;
        /*background-color: rgb(42, 104, 131);*/
        /*background-image: linear-gradient(#4da2bb, #2a6883 );*/
        text-align: center;
        margin-bottom: 10px;
    }

    .rightBox {
        border-radius: 0px 4px 4px 0px;
        width: 40%;
        height: 525px;
        overflow: hidden;
        display: none;
        float: right;
        background-color: rgb(32, 32, 32);
        text-align: center;
        margin-bottom: 20px;
    }

    .loginbox {
        text-align: left;
        width: 260px;
        margin: 0;
    }

    .outerLoginbox {
        text-align: center;
        display: inline;
    }

    .languageSelect .dropdown-menu {
        font-size: 1.25em;
    }
    
    .languageSelect .dropdown-menu > li > a > span:first-child {
        min-width: 25px;
    }

    .innerLoginBox {
        margin-top: 25px;
    }

    .qLogo {
        width: 260px;
        height: 60px;
    }

    .sloganText {
        font-size: 0.85em;
        margin-right: 0;
    }

    .errorMessage {
        padding: 5px 10px;
        margin: 0 auto 10px;
        font-size: 13px;
        border-style: solid;
        border-width: 1px;
        border-radius: 5px;
        line-height: 1.2;
        width: 260px;
        position: absolute;
        top: 100px;
        z-index: 9999;
    }

    .statusLink {
        color: white;
    }

    input[type="text"], input[type="password"] {
        width: 100%;
        font-size: 1em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    input[type="submit"] {
        margin: 1em 0em;
        width: 100%;
        height: 3em;
    }

    .loginheader {
        height: 10%;
        background-position: center;
        background-size: contain;
        min-height: 3em;
    }

    .loginfooter {
        display: none;
    }

    .message {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 0em;
        border-style: none;
        min-height: initial;
        max-width: 295px;
        width: 100%;
    }

    .hidden {
        display: none;
    }

    .loginmain {
        display: flex;
        background-image: none;
        flex-direction: column;
        align-items: center;
        min-width: initial;
    }

    a, a:visited {
        display: inline;
    }

    .login-successmessage {
        width: 85%;
        top: 0em;
    }

    fieldset {
        margin: 0;
    }

    .checkboxes > div {
        padding-top: 5px;
        padding-right: 5px;
    }

    .links {
        margin: 0;
        float: none;
    }

    .linkmobile {
        display: flex;
        justify-content: space-between;
        margin: 1em 0em;
    }

    .ssl {
        display: none;
    }

    #lblAcquireOtpSlash {
        visibility: hidden;
    }

    .reset-password {
        text-align: center;
    }

    .backclass {
        display: inline-block;
    }

    .successmessage {
        width: 100%;
        margin: 1em;
        box-sizing: border-box;
        max-width: 260px;
    }

    .loginButton {
        width: 80%;
    }

    .loginBankid {
        position: absolute;
        width: calc(100% - 5em);
        bottom: 0;
    }

    .bankidQrcode p {
        padding: 0 2em;
    }

    .bankIdError.medium {
        width: 80%;
    }

    .bankidPanel {
        padding-top: 2em;
    }

    .bankidOptionsStatus {
        height: 200px;
    }

    .bankidQrcode p {
        line-height: 22px;
    }
}


@-moz-keyframes invalid-login {
    0%, 100% {
        left: 0px;
    }

    20%, 60% {
        left: 15px;
    }

    40%, 80% {
        left: -15px;
    }
}

@-webkit-keyframes invalid-login {
    0%, 100% {
        left: 0px;
    }

    20%, 60% {
        left: 15px;
    }

    40%, 80% {
        left: -15px;
    }
}

@keyframes invalid-login {
    0%, 100% {
        left: 0px;
    }

    20%, 60% {
        left: 15px;
    }

    40%, 80% {
        left: -15px;
    }
}

/** Animate loading icon */

@-webkit-keyframes ld {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1.1);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

.mProgress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
    cursor: default;
}

    .mProgress:hover,
    .mProgress:active,
    .mProgress:focus {
        cursor: default;
        color: transparent;
        outline: none !important;
        box-shadow: none;
    }

    .mProgress:before {
        content: '';
        display: inline-block;
        position: absolute;
        background: transparent;
        border: 2px solid #fff;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-radius: 50%;
        box-sizing: border-box;
        top: 50%;
        left: 50%;
        margin-top: -12px;
        margin-left: -12px;
        width: 24px;
        height: 24px;
        -webkit-animation: ld 1s ease-in-out infinite;
        -moz-animation: ld 1s ease-in-out infinite;
        -o-animation: ld 1s ease-in-out infinite;
        animation: ld 1s ease-in-out infinite;
    }

.bankIdLoader.medium .mProgress:before {
    position: initial;
    width: 90px;
    height: 90px;
    top: 0;
    left: 0;
    margin: 0;
    border: 3px solid #00839f;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.bankIdLoader.large .mProgress:before {
    position: initial;
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    margin: 0;
    border: 3px solid #00839f;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/* End BankID */

@media screen and (max-width: 1000px) {
    html {
    }

    .greetingmessage {
        display: none;
    }
}

@media screen and (max-height : 769px) {
    h1 {
        font-weight: 700;
        font-size: 18px;
    }

    h2 {
        font-size: 0.9em;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    .linkedInImage {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 300px;
        width: auto;
    }
}