.h1 {
    font-weight: 500;
}

body {
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    background: #77deca none;
    line-height: 1.5;
}

.layout-wrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
}

.layout-login-main {
    margin: 0 10px;
    width: 320px;
    padding: 20px;
    margin-bottom: auto;
}

.layout-login-main .login-header h1 {
    font-size: 1.4rem;
    margin: 0 0 10px 0;
    text-align: center;
}

.layout-login-main .login-header {
    text-align: center;
}

#layout-logo {
    height: 110px;
    margin-bottom: 0;
    margin-top: auto;
}

#layout-logo-wrapper {
    width: 162px;
    height: 70px;
    background: url(../images/logo.svg) no-repeat;
    background-size: contain;
}

#login-container {
    width: 100%;
}

#top-environment-banner {
    z-index: 999999999;
    position: absolute;
    top: 32px;
    left: -40px;
    display: block;
    white-space: nowrap;
    font-size: 30px;
    color: #fff;
    transform: rotate(321deg);
    width: 230px;
    max-width: 230px;
    background: rgba(0, 0, 0, .3);
    padding-right: 20px;
    text-align: center;
    overflow: hidden;
}

#top-environment-info {
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.clb-buttons-container {
    display: grid;
    gap: 5px;
    grid-template-columns: 30% 30% 30%;
    justify-content: center;
}

.layout-clb-button {
    width: 100%;
    height: 68px;
    border: 2px solid #f1f1f1;
    background: white;
    color: black;
}

.layout-clb-button:hover {
    background: #f1f1f1;
}

.layout-clb-button > img {
    max-width: 100%;
    max-height: 70%;
}

@media screen and (min-width: 576px) {
    .layout-login-main {
        width: 520px;
    }
}