.img-bg {
    background-image: url(../images/bg-inner.png);
    position: absolute;
    width: 50%;
    height: 100vh;
    right: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 0;
}

.center {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;

}

.center a, .right-panel a {
    display: inline-block;
    padding: 1em 2em;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    background: #024DBA;
    color: #fff;
    border-radius: 1em;
    font-size: 1.125em;
    letter-spacing: .125em;
    text-decoration: none;
    border: 2px solid #fff;
    margin-top: 3em;

}

.center a:hover, .right-panel a:hover {
    background: #fff;
    color: #024DBA;
    border: 2px solid #024DBA;

}

.login-panel {
    max-width: 50%;
    height: 100vh;
    width: 100%;
    background: #fff;
    font-family: 'Lato', sans-serif;
}

.login-panel .form-group {
    position: relative;
    margin: .75em 0;
    display: block;

}


.login-panel .form-group .input-login {
    font-size: 1.125em;
    padding: 1em 1em 1em 3em;
    border: 1px solid #DDDDDD;
    border-radius: 0.5em;
    outline: #024DBA;
    color: #024DBA;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.login-panel .form-group svg {
    position: absolute;
    z-index: 1;
    left: 1.25em;
    top: 1.25em;
}

.login-panel .email-wrap svg {
    position: absolute;
    z-index: 1;
    left: 1.25em;
    top: 1.375em;
}

.login-wrapper {
    margin: auto;
    text-align: center;
    max-width: 26em;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: center;


}

.login-wrapper .login-subheadline {

    font-size: 1em;
    color: #696969;
    margin: 0 0 1.5em 0;
}


.login-wrapper .login-headline {
    margin: 0 0 0.75em 0;
}


.login-wrapper img {
    margin-bottom: 8em;
}

input.input-login:-webkit-autofill,
input.input-login:-webkit-autofill:hover,
input.input-login:-webkit-autofill:focus,
input.input-login:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-text-fill-color: #024DBA !important;
    font-size: 1.125em !important;
}

.login-buttons {
    display: flex;
    gap: 1.5em;
}

.login-buttons button {
    display: block;
    width: 50%;

    border-radius: .5em;
    border: 0;
    font-weight: 700;
    cursor: pointer;
    background: #024DBA;
    color: #fff;
}

.login-buttons button a {
    color: #fff;
    text-decoration: none;
    padding: .75em;
    display: block;
}


.login-buttons .btn-back {

    border: 2px solid #024DBA;
}

.
.navigation-sotware .nav-icon svg {
    vertical-align: text-top;
    margin-right: 0.5em;
}

.right-panel {
    text-align: center;
    padding: 1.5em 0;
}

.right-panel a {
    margin-top: 1.5em;
}

.right-panel img {
    max-height: 20em;
    max-width: 30em;
}
