body.cupeyville-auth-page {
    background: aliceblue;
    min-height: 100vh;
    margin: 0;
    padding: 24px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 15px;
    color: #212529;
}

.cupeyville-auth-wrap {
    width: 100%;
    max-width: 430px;
}

.cupeyville-auth-card {
    background: #ffffff;
    border-radius: 0.475rem;
    box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
}

.cupeyville-auth-body {
    padding: 1.75rem;
}

.cupeyville-auth-logo {
    width: 200px;
    max-width: 100%;
}

.cupeyville-auth-message {
    margin: 25px 0 0;
    text-align: center;
    line-height: 1.4;
    color: #495057;
}

.cupeyville-auth-welcome {
    margin-top: 15px;
}

.cupeyville-auth-input-group {
    margin-top: 15px;
    display: flex;
    align-items: stretch;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    overflow: hidden;
    background: #ffffff;
}

.cupeyville-auth-input {
    width: 100%;
    height: 35px;
    border: 0;
    outline: 0;
    padding: 10px;
    font-size: 15px;
    line-height: 1.2;
    color: #495057;
    background: transparent;
}

.cupeyville-auth-input::placeholder {
    color: #6c757d;
}

.cupeyville-auth-input-icon {
    width: 40px;
    border-left: 1px solid #ced4da;
    background: #e9ecef;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    font-size: 14px;
}

.cupeyville-auth-actions {
    margin-top: 25px;
}

.cupeyville-auth-btn {
    width: 100%;
    border: 0;
    border-radius: 0.25rem;
    background: #007bff;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
}

.cupeyville-auth-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.errmsg {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
    display: none;
}

#forgot_password_inactive_message_div {
    margin-top: 15px;
    display: none;
}

#forgot_password_inactive_message_div h3 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 500;
    color: #212529;
    text-align: center;
}

.toast-message {
    font-size: 15px;
}

@media (max-width: 575px) {
    body.cupeyville-auth-page {
        padding: 14px;
    }

    .cupeyville-auth-body {
        padding: 1.25rem;
    }
}
