html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.template-container {
    min-height: 100%;
    position: relative;
}

button {
    box-shadow: 10px 30px 35px 0 rgba(0,0,0,.1);
}
button:focus {
    outline: none;
}

.b-main, .b-login-mask {
    padding: 10rem 0;
}

.error-text {
    display: block;
    margin-left: 25px;
    font-size: 1.2rem;
    color: #d0021b;
}

.has-error {
    color: #d0021b !important;
}

.has-error::placeholder {
    color: #d0021b !important;
    opacity: 1; /* Firefox */
}

.has-error:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d0021b !important;
}

.has-error:-ms-input-placeholder { /* Microsoft Edge */
    color: #d0021b !important;
}

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.btn-inline {
    display: inline-block;
    margin-right: 30px;
}

.btn-cancel::before {
    background-color: #aaa;
}
.btn-cancel::after {
    background-color: #666;
}

.section-sub {
    font-size: 2.6rem;
    line-height: 1.4em;
}

#kc-form-login {
    position: relative;
}

#show-login-password {
    cursor: pointer;
    position: absolute;
    top: 120px;
    right: 20px;
}

.cookie-container {
    height: 40px;
    width: 100%;
}

#cookiescript_injected {
    background-color: #26b4e9;
    color: white;
    font-size: 80%;
    text-align: center;
    padding-top: 5px;
    height: 100%;
}

#cookiescript_injected a {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 15px;
}

#cookiescript_injected a::after {
    content: "";
    position: relative;
    bottom: -5px;
    left: 50%;
    display: block;
    width: calc(100% + 30px);
    height: 1px;
    background-color: #fff;
    transition: transform 0.2s;
    transform: translateX(-50%) scaleX(0);
}

#cookiescript_injected a:hover::after {
    transform: translateX(-50%) scaleX(1);
}

a.no-line {
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    .logo {
        margin-left: 5%;
    }
}
