* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-animation: appearance 1s;
    animation: appearance 1s;
    font-family: 'Montserrat', sans-serif;
    font-size: 15pt;
    color: #7f7f7f;
    background-color: #1674b7;
}

@-webkit-keyframes appearance {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes appearance {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

img {
    border: 0;
    width: auto;
    max-width: 100%;
}

input {
    outline: none;
}

input[type='text'],
input[type='password'] {
    width: 100%;
    padding: 20px;
    border: none;
    background-color: #f2f2f2;
    margin-bottom: 25px;
}

.login-body {
    width: 100vw;
    height: 100vh;
    background-image: url(/admin/images/sl_blick.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.login-body__logo {
    display: flex;
    justify-content: center;
    padding-top: 80px;
    pointer-events: none;
    user-select: none;
}

.login-body__login-wrapper {
    padding: 0 15px 0;
}

.login-body__form {
    width: auto;
    max-width: 550px;
    margin: 0 auto;
    padding: 60px 90px;
    background-color: #fff;
    margin: 20px auto;
    position: relative;
    z-index: 1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.login-body__form-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
}

.login-body__form-messages {
    position: relative;
}

.lgf-footer {
    text-align: center;
    padding-top: 10px;
}

.lgf-footer A {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    padding: 15px 20px;
    background-color: #fdd116;
    color: #333333;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
    position: relative;
}

.lgf-footer span {
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: url(../images/loading-animation.svg) center center no-repeat #fdd116;
    cursor: default;
    border-radius: 5px;
}

.lgf-err {
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    text-align: center;
    font-size: 11pt;
    color: #ff0000;
}

.login-body__signature {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #7dafd6;
    text-align: center;
}
