/*
##############################################################################
# V.I.P. Mortgage, Inc.          email-signatures.vipmtginc.com Version 1.00 #
# Copyright 2026                      https://email-signatures.vipmtginc.com #
##############################################################################
*/

*, *::before, *::after { box-sizing: border-box; }

html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    background: #fafbfc;
    color: #2a2f36;
    font-size: 13px;
    line-height: 1.45;
}

a { color: #4a6da7; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, p { margin: 0; }

.login-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.login-card {
    background: white;
    border: 1px solid #e0e3e7;
    border-radius: 6px;
    padding: 36px;
    width: 100%;
    max-width: 380px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.login-logo {
    display: block;
    margin: 0 auto 20px;
    max-width: 220px;
    width: 100%;
    height: auto;
}

.login-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.login-sub {
    text-align: center;
    font-size: 12px;
    color: #707880;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f0f1f3;
}

.login-error {
    background: #fce4e0;
    border: 1px solid #f0c4bc;
    color: #8a2916;
    padding: 9px 12px;
    border-radius: 3px;
    font-size: 12px;
    margin-bottom: 16px;
}

.login-field { margin-bottom: 12px; }

.login-field label {
    display: block;
    font-size: 11px;
    color: #707880;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.input {
    padding: 7px 12px;
    border: 1px solid #c0c5cb;
    border-radius: 3px;
    font-size: 12px;
    background: white;
    color: inherit;
    font-family: inherit;
}

.input-full { width: 100%; }

.input:focus {
    outline: none;
    border-color: #4a6da7;
    box-shadow: 0 0 0 3px rgba(74, 109, 167, 0.15);
}

.btn {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 3px;
    border: 1px solid #c0c5cb;
    background: white;
    color: #2a2f36;
    font-size: 12px;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.4;
}

.btn:hover { background: #f5f6f8; text-decoration: none; }

.btn-primary {
    background: #4a6da7;
    border-color: #4a6da7;
    color: white;
}

.btn-primary:hover {
    background: #3a5d97;
    color: white;
}

.btn-lg { padding: 10px 20px; font-size: 13px; }

.btn-block { display: block; width: 100%; text-align: center; }

.login-submit { margin-top: 8px; }

.login-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.login-footer a { font-size: 12px; }

.login-copyright {
    text-align: center;
    color: #909aa3;
    font-size: 11px;
    margin-top: 32px;
}
