body.login {
    background: #f6f5f4;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.login #login {
    width: 100%;
    max-width: 400px;
    padding: 0 20px;
}

body.login h1 a {
    background-image: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    text-indent: 0 !important;
    overflow: visible !important;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0 auto 20px;
    padding: 0;
}

body.login h1 a::before {
    content: 'YADA';
    display: block;
    font-family: Georgia, "Brygada 1918", "Times New Roman", serif;
    font-size: 56px;
    font-weight: 700;
    color: #205b4f;
    letter-spacing: 0.05em;
    line-height: 1;
}

body.login h1 a::after {
    content: 'Športové centrum';
    display: block;
    color: #cba590;
    font-family: "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-top: 6px;
}

body.login .login-title {
    color: #205b4f;
    font-family: "Brygada 1918", Georgia, serif;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 24px;
    display: block;
}

body.login #loginform,
body.login #lostpasswordform,
body.login #registerform {
    background: #fff;
    border: 1px solid #e2e1df;
    border-top: 4px solid #6b08bd;
    border-radius: 0;
    box-shadow: 0 12px 28px rgba(32, 91, 79, 0.08);
    padding: 28px 30px;
    margin-bottom: 20px;
}

body.login .input,
body.login input[type="text"],
body.login input[type="password"],
body.login input[type="email"] {
    background: #fff;
    border: 1px solid #e2e1df;
    border-radius: 0;
    box-shadow: none;
    color: #7f7c76;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    height: auto;
    padding: 10px 12px;
    transition: border-color 160ms ease;
    width: 100%;
}

body.login .input:focus,
body.login input[type="text"]:focus,
body.login input[type="password"]:focus,
body.login input[type="email"]:focus {
    border-color: #6b08bd;
    box-shadow: 0 0 0 2px rgba(107, 8, 189, 0.12);
    outline: none;
}

body.login label {
    color: #7f7c76;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

body.login #wp-submit,
body.login .button-primary {
    background: #6b08bd;
    border: 1px solid #6b08bd;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 13px 24px;
    text-shadow: none;
    text-transform: uppercase;
    transition: background 160ms ease, color 160ms ease;
    width: 100%;
}

body.login #wp-submit:hover,
body.login .button-primary:hover {
    background: transparent;
    color: #6b08bd;
}

body.login .forgetmenot label {
    font-size: 13px;
    font-weight: 400;
    color: #7f7c76;
}

body.login #nav,
body.login #backtoblog {
    text-align: center;
}

body.login #nav a,
body.login #backtoblog a {
    color: #6b08bd;
    font-size: 13px;
}

body.login #nav a:hover,
body.login #backtoblog a:hover {
    color: #205b4f;
}

body.login .message,
body.login .success,
body.login .notice {
    border-left: 4px solid #6b08bd;
    border-radius: 0;
}

body.login .login-action-register #loginform,
body.login .login-action-register h1 a {
    border-top-color: #205b4f;
}
