body {
    font-family: "PT Sans Narrow", sans-serif !important;
    line-height: 1.3em !important;
    background-color: #e5e5e5;
}

body,
    .login label,
    input,
    select,
    textarea {
    color: #838383;
}

#login {
    width: 352px;
    padding: 10px 10px 10px 10px;
    margin: auto;
    margin-bottom: 150px;
}

.login .message.register {
    display: none;
}

.login #login_error,
    .login .message,
    .login form {
    -webkit-box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.3);
}

.login label {
    color: #838383;
    font-size: 14px;
}
    a {
    text-decoration: none !important;
}
    a:hover {
    filter: alpha(opacity=40) !important;
    opacity: 0.4 !important;
}

a,
    a:hover,
    .dashicons-visibility:before,
    .dashicons-hidden:before {
    color: #c21d24 !important;
}

.login h1 a {
    width: 333px;
    background-image: url(../../images/logo.svg);
    -webkit-background-size: 333px 69px;
    background-size: 333px 69px;
    background-position: center top;
    background-repeat: no-repeat;
    height: 69px;
    margin: 0 auto 25px;
    padding: 0;
    outline: 0;
    display: block;
}
    .login .disclaimer li {
    margin: 0 0 0 20px;
    line-height: 1.2;
}
    .login .disclaimer p {
    margin: 2px 0 5px 0;
    line-height: 1.2;
}
    .login .disclaimer {
    margin: 0 0 20px 0;
    font-size: 12px;
    text-align: justify;
}

input,
    select,
    textarea {
    border: 1px solid #838383;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    outline: 0;
    -webkit-transition: none;
    transition: none;
}

input[type="checkbox"]:checked::before {
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23c21d24%27%2F%3E%3C%2Fsvg%3E");
}

.wp-core-ui .button.button-large {
    line-height: 30px;
    height: 30px;
}
    .wp-core-ui .button-primary {
    width: 100%;
    font-size: 1.3em;
    font-weight: 700;
    background-color: #838383;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
}
    .wp-core-ui .button-primary:hover {
    background-color: #c21d24;
    border: none;
    color: #fff;
}
    #reg_passemail {
    margin: 10px 0 10px 0;
}

#login form p.submit {
    display: inline-block;
    width: 100%;
    height: fit-content;
    margin: 20px 0 0;
    padding: 0;
}

input:focus,
    select:focus,
    textarea:focus {
    border-color: #c21d24;
    box-shadow: 0 0 0 1px #c21d24;
}

.language-switcher {
    display: none;
}
