.cls-login-container {
    max-width: 360px;
    margin: 72px auto;
    padding: 32px 0;
    font-size: 1.125rem;
    line-height: 1.7;
}

.cls-login-heading {
    margin: 0 0 24px;
    font-weight: 600;
    color: #da463a;
    text-align: center;
}

.cls-login-form {
    display: grid;
    gap: 18px;
}

.cls-field {
    display: grid;
    gap: 8px;
}

.cls-label {
    color: #da463a;
    font-weight: 500;
}

.cls-input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #da463a;
    color: #0f172a;
    background: #ffffff;
}

.cls-input:focus {
    outline: none;
    border-color: #da463a;
}

.cls-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid #da463a;
    background: #da463a;
    background-color: #da463a;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.cls-button:hover,
.cls-button:focus {
    background: #b53a30;
}

.cls-login-message {
    margin: 0 0 16px;
    padding: 12px 14px;
}

.cls-login-message--error {
    color: #da463a;
}

.cls-login-message--success {
    color: #da463a;
    text-align: center;
}

.cls-hide-page-title .entry-title,
.cls-hide-page-title h1.entry-title,
.cls-hide-page-title .page-title,
.cls-hide-page-title h1.page-title {
    display: none !important;
}
