div#logo {
    height: 34px;
}

.panel {
    display: none;
}

.auth-panel {
    display: none;
    background: rgba(255, 251, 247, 0.9);
    border: 1px solid rgba(74, 56, 37, 0.12);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
}

.auth-panel.is-active {
    display: block;
}

.panel-inner {
    padding: 26px 26px 22px;
}

.logo {
    padding: 0 0 18px;
    font-size: 24px;
    color: #7f6f5f;
    font-weight: bold;
    text-align: center;
    text-transform: lowercase;
    letter-spacing: 0.08em;
}

.text-center {
    text-align: center;
}

.login-form-1 {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    border-radius: 5px;
    display: inline-block;
}

.main-login-form {
    position: relative;
    font-weight: bold;
}

.login-group {
    background: #ffffff;
    color: #777;
    border-radius: 16px;
    padding: 12px 18px;
    text-align: left;
    box-shadow: inset 0 0 0 1px rgba(72, 56, 39, 0.07);
}

.login-form-1 .form-group {
    margin-bottom: 0;
    border-bottom: 1px solid #efebe5;
    padding-right: 20px;
    position: relative;
}

.login-form-1 .form-group:last-child {
    border-bottom: 0;
}

.login-form-1 .form-control {
    width: 100%;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    color: #4d4339;
    padding: 12px 0;
    height: auto;
    font-size: 14px;
}

.login-form-1 .form-control::-webkit-input-placeholder {
    color: #8b8073;
}

.login-form-1 .form-control:-moz-placeholder {
    color: #8b8073;
}

.login-form-1 .form-control::-moz-placeholder {
    color: #8b8073;
}

.login-form-1 .form-control:-ms-input-placeholder {
    color: #8b8073;
}

.login-form-1 .login-button {
    position: absolute;
    right: -14px;
    top: 50%;
    background: #ffffff url(../images/login_btn.png) no-repeat center center;
    color: #999999;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    border: 4px solid #efebe5;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.login-form-1 .login-button:hover {
    transform: rotate(90deg);
    box-shadow: 0 8px 18px rgba(31, 24, 18, 0.14);
}

.login-group-checkbox {
    padding: 10px 0 2px;
    text-align: left;
    color: #7d7164;
    font-size: 12px;
}

.etc-login-form {
    color: #8e8377;
    padding: 16px 4px 0;
    text-align: left;
}

.etc-login-form p {
    margin: 0 0 8px;
    font-size: 12px;
}

.etc-login-form a,
.text-link {
    color: #6e5a49;
    transition: color ease-in-out 200ms;
}

.etc-login-form a:hover,
.text-link:hover {
    color: #2d2118;
    text-decoration: none;
}

.text-link {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    font: inherit;
}

.login-form-main-message {
    background: rgba(255, 255, 255, 0.88);
    color: #806a57;
    border-left: 3px solid transparent;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    min-height: 0;
    padding: 0 16px;
    opacity: 0;
    transition: all ease-in-out 200ms;
}

.login-form-main-message.show {
    opacity: 1;
    padding: 10px 16px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position: relative;
    padding-left: 25px;
    padding-top: 1px;
    cursor: pointer;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    background: #f0ece7;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.14);
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    position: absolute;
    color: #5b4a3a;
    transition: all 0.2s;
}

[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '\2713';
    top: 0;
    left: 3px;
    font-size: 13px;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    border-radius: 50%;
}

[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    content: '\2022';
    top: -1px;
    left: 4px;
    font-size: 28px;
    line-height: 20px;
}
