﻿
.login-card {
    width: 500px;
    border: none;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.login-header {
    padding: 35px 35px 20px;
    text-align: center;
}

.login-logo {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border-radius: 16px;
    background: #0d6efd;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
}

.login-header h3 {
    font-weight: 700;
    margin-bottom: 6px;
    color: #212529;
}

.login-header p {
    color: #6c757d;
    margin-bottom: 0;
}

.login-body {
    padding: 20px 35px 35px;
}

.form-label {
    font-weight: 600;
    color: #343a40;
}

.input-group-text {
    background: #fff;
    border-right: none;
    color: #6c757d;
}

.form-control {
    height: 48px;
    border-left: none;
}

.input-group:focus-within .input-group-text,
.input-group:focus-within .form-control {
    border-color: #86b7fe;
}

.form-control:focus {
    box-shadow: none;
}

.login-btn {
    height: 48px;
    font-weight: 600;
    border-radius: 8px;
    font-size: 16px;
}

.validation-summary-errors {
    margin-bottom: 20px;
}
