body label,
body a {
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.login .wp-login-logo a {
    background-image: url(/wp-content/uploads/2024/03/cropped-icon-270x270.png)!important;
    background-size: 100px 100px;
    width: 100%;
    height: 100px;
    margin: 0px auto !important;
}

.login form {
    background: transparent;
    box-shadow: none;
    border: none;
}

.login label {
    color: #000;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select {
    background-color: #f8f8f8 !important;
    border: 0px solid #ddd !important;
    border-radius: 0px;
    box-shadow: none;
    color: #111;
}

.wp-core-ui .button-primary {
    background-color: #B09760 !important;
    color: #fff;
    border-radius: 0px !important;
    border: none;
    text-transform: none;
    padding: 0px 20px !important;
}

.wp-core-ui .button-primary:hover {
    opacity: .8 !important;
}

.login #nav a:hover,
.login #backtoblog a:hover,
a.privacy-policy-link:hover {
    color: #132540 !important;
}

.login #nav a,
.login #backtoblog a,
a.privacy-policy-link {
    color: #111 !important;
}

.login .button-secondary span::before {
    color: #B09760 !important;
}

.login a.privacy-policy-link {
    color: rgba(0, 0, 0, 0.5) !important;
    font-style: none;
}

.login input:focus {
    border-color: #d1232a !important;
    box-shadow: none;
}