

.page-template-page-registration-form, .page-template-page-login-form {
    background-color: #314F38;

}

#top-header-bar, .login-block {
    background-color: #FFF;
}

#top-header-bar {
    padding: 8px 35px;
}

.center {
    text-align: center;
}

.items {
    display: flex;
    align-items: center;
}

#login-container {
    min-height: calc(100vh - 98px);
    justify-content: center;
}

.login-block {
    width: 100%;
    max-width: 640px;
    padding: 40px;
}

.login-block nav {
    margin-bottom: 32px;
}


.login-block nav.tabs a {
    width: 50%;
    text-align: center;
    padding: 10px 15px;
    background: #DDD;
    text-decoration: none;
    font-weight: normal;
}

.login-block nav.tabs a.is-active {
    background: #314F38;
    color: #FFF;
}

.tab-content {
    display: none;
}

.tab-content.is-active {
    display: block;
}

.login-block header {
    margin-bottom: 40px;
}

.form-group {
    margin-bottom: 24px;
}

.login-block a {
    font-weight: bold;
}
.login-block .back-btn, .login-block aside {
    font-weight: normal;
    text-decoration: none;
    column-gap: 6px;
}

.login-block aside {
    justify-content: center;
    padding-bottom: 60px;
    border-bottom: 1px solid #DDD;
}

.login-block input[type="checkbox"], .indent-fix input[type="checkbox"] {
    margin: 0 6px 0 0;
    position: static;
}
