html, body {
    height: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

.desktop-row {
    height: auto;
    background: #004c97;
}

.full-width {
    width: 100%;
}

.centered-text {
    text-align: center;
}

.centered-div {
    margin: 0 auto;
}

.loginform {
    margin: 20px;
}

.app-body {
    background-image: url("../images/appbgwide.jpg");
    background-size: cover;
}

.app-body-content {
}

.head-col, .body-col {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
}

.desktop-body-content h5.client-text {
    padding-bottom: 20px
}

.desktop-body-content div.panel-heading {
    background: #004c97;
    height: 40px
}

.desktop-body-content div.panel-heading h4 {
    margin-bottom: 0px;
    line-height: 1.5
}

.app-body-content div.panel-heading {
    display: none;
}

.app-body-content input.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0px;
}

.app-body-content input.form-control::placeholder {
    color:white;
}

.login-button {
    margin: 20px auto;
    display: inline;
    width: 150px
}
.register-button {
    display: inline-block;
    width: 250px
}

.login-button.no-margin, .register-button.no-margin {
    margin: 0;
    width: auto;
}

.bankID-button {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    height: 48px;
    width: 450px;
    background-color:#39134C;
    border-color: #39134C;
    border-radius: 24px;
    border-style: solid ;
    color:white;
    padding: 0 24px ;
    margin-top: 20px;

    &:hover {
        background-color: #470D70;
        border-color: #39134C;
    }
    
    
    img{
        width: 30px;
        height: 30px;
        margin-right: 14px;
    }
}



.desktop-head img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.app-head {

}

.app-head img {

    width: 100%;
}

.nav-back {
    background: rgba(255, 255, 255, 0.1);
}

.page-head img {
    margin: 5% 5% auto;
}

.redcolor {
    color: red;
}

.whitecolor {
    color:white;
}

.geocolor {
    color: #004c97;

}

div.full-width div.language-bar {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 15px

}

div.full-width div.language-bar button {
    font-size: 14px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block
}

/*white color on app*/
div.app-body-content div.language-bar button {
    color: white

}

/*black color on desktop*/
div.desktop-body-content div.language-bar button {
    color: black

}

div.full-width div.language-bar button.active-lang,
div.desktop-body-content div.language-bar button:hover,
div.desktop-body-content div.full-width div.forgotten-bar button:hover {
    color: #004c97;
    font-weight: bold;
    cursor: pointer
}

div.full-width div.forgotten-bar {
    display: flex;
    justify-content: center;
    align-items: center

}

div.full-width div.forgotten-bar button {
    font-size: 12px;
    text-align: center;
    display: block;
}

/*white color on app*/
div.app-body-content div.full-width div.forgotten-bar button {
    color: white

}

/*black color on desktop*/
div.desktop-body-content div.full-width div.forgotten-bar button {
    color: black;
}

.desktop-body-content button.login-button, .desktop-body-content a.register-button, .desktop-body-content .twofa-button-container button, .desktop-body-content .twofa-button-container a {
    color: #004c97;
    border-color: #004c97
}

.twofa-button-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.twofa-button-container button, .twofa-button-container a {
    display: block;
    margin: 10px 5px 0 0;
    width: 150px
}

.twofa-cancel {
    margin: 0 auto;
    display: block;
    color:red;
    width: 80px;
}

.changed-back {
    margin: 0 auto;
    display: block;
    color: #004c97;
    width: 80px
}

.padding {
    padding: 10px;
}

.nav-pills a {
    color: #004c97;
}

.nav-pills .nav-link.active {
    background-color: #004c97;
}

@media only screen and (max-width: 400px) {
    .desktop-body-content div.panel-heading {
        background: #004c97;
        height: max-content;
        padding: 2px;
    }
}

.field-validation-error {
    white-space: pre-line;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ccc; 
}

.separator:not(:empty)::before {
    margin-right: .5em; 
}

.separator:not(:empty)::after {
    margin-left: .5em; 
}

.separator span {
    padding: 0 0.5em; 
    background-color: white; 
}
