﻿body {
    background-color: #f6f5f7;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}

html {
    font-size: 14px;
    min-height: 100%;
    position: relative;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.logo {
    display: block;
    margin: 0 auto 1rem auto;
    max-width: 100%;
    height: auto;
    max-height: 80px;
}

h1, h2, h3, h4 {
    font-weight: bold;
    color: #000;
}

h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.text-danger,
.validation-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

asp-validation-summary[role="alert"] {
    margin-bottom: 0.75rem;
}

.hr-or {
    text-align: center;
    position: relative;
    margin: 1.5rem 0;
}

    .hr-or::before {
        content: "";
        border-top: 1px solid #ccc;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .hr-or span {
        background: #fff;
        padding: 0 1rem;
        position: relative;
        z-index: 2;
        color: #6c757d;
        font-size: 0.875rem;
    }

.login-card {
    max-width: 500px;
}

.external-login button {
    width: 100%;
    margin-bottom: 0.5rem;
}

.external-login-btn {
    min-width: 80px;
    min-height: 80px;
    border-radius: 0px;
    background-color: transparent !important;
    border: 1px solid #dee2e6 !important;
}

.external-login-icon {
    font-size: 2rem;
}

.terms-link {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    color: inherit;
}

.page-spinner-overlay {
    background: rgba(255, 255, 255, 0.6);
    z-index: 2000;
    pointer-events: all;
}

.btn,
button {
    border-radius: 0 !important;
    border: 1px solid #dc3545;
    background-color: #dc3545;
    color: #fff;
    font-size: 14px;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

    .btn:hover,
    button:hover {
        background-color: #c82333;
        border-color: #bd2130;
        color: #fff;
    }

a {
    color: #dc3545;
    text-decoration: none;
    font-weight: 500;
}

    a:hover {
        color: #bd2130;
        text-decoration: underline;
    }

input,
select,
textarea,
button,
.form-control,
.form-select,
.input-group-text,
.btn,
.card,
.alert,
.modal-content {
    border-radius: 0 !important;
}

.rounded,
.rounded-0,
.rounded-top,
.rounded-end,
.rounded-bottom,
.rounded-start,
.rounded-circle,
.rounded-pill {
    border-radius: 0 !important;
}

.input-group > .form-control,
.input-group > .form-select {
    border-radius: 0 !important;
}
