.login-picture {
    background: url('../img/login.png');
    background-size: cover;
    height: 100vh;
}

.ui-icon-chevron-down-alt {
    background-image: url(../img/chevron-down-alt.svg);
}

.ui-icon-chevron-down {
    background-image: url(../img/chevron-down.svg);
}

.ui-icon-chevron-left {
    background-image: url(../img/chevron-left.svg);
}

.ui-icon-chevron-right {
    background-image: url(../img/chevron-right.svg);
}

.ui-icon-chevron-up {
    background-image: url(../img/chevron-up.svg);
}

.login-box-wrapper {
    background-color: rgba(255,255,255,.6);
    padding: 15px;
    border-radius: 5px;
}

.login-box {
    margin: auto;
    width: 70%;
}

.login-box-title {
    color: #0F6CBD;
    font-family: "Bebas Neue";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    text-transform: uppercase;
    /*font-family: "Sofia Sans";
    font-size: 20px;
    font-style: normal;
    line-height: 28px;*/ /* 116.667% */
    /*text-transform: uppercase;
    color: #0F6CBD;*/
    margin-top: 100px;
    margin-bottom: 150px;
}
.login-box-title-main {
    color: var(--Colors-Neutral-Grey-12, #1F1F1F);
    /* Segoe UI/Subtitle 2 */
    font-family: "Sofia Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 137.5% */
    margin-bottom: 50px;
}

.login-page .header-top {
    background-color: #0F4C81;
    color: #fff;
    padding-top: 20px;
    align-items: center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    font-family: montserrat;
}

.btn-login {
    background: linear-gradient(270deg, #6797B5 0%, #45728E 73.82%);
    border-radius: 4px;
    color: white;
}

.login-logo {
    margin: 5vh 0 10vh 0;
}

.login-page .header-title {
    display: block;
    background: url(../img/Gerb@2x.png) top left no-repeat;
    background-size: 63px 80px;
    padding-left: 95px;
    margin-bottom: 30px;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4rem;
    text-align: left;
    text-transform: uppercase;
}

    .login-page .header-title > p {
        margin-bottom: 0;
    }
