﻿.login-form {
    width: 100%;
    max-width: 500px;
}
body.login-body {
    background: #eef2f7;
    min-height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Tahoma, sans-serif;
}

.login-container {
    width: 100%;
    max-width: 620px;
    padding: 2px;
}

.login-card {
    padding: 0; 
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

/* CABECERA */

.login-header {
    background: #4f73d9;
    display: flex;
    align-items: center;
    padding: 14px 20px;
    width: 100%;
    margin: 0;
    border-radius: 14px 14px 0 0;
}

.brand-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
}

    .brand-circle i {
        font-size: 28px;
        color: #31558f;
    }

.brand-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

.brand-subtitle {
    color: rgba(255,255,255,.85);
    font-size: 13px;
}

/* CONTENIDO */

.card-body {
    padding: 22px 25px 25px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-title {
    font-size: 13px;
    font-weight: 700;
    color: #1e3a8a;
    text-transform: uppercase;
    letter-spacing: .8px;
    border-bottom: 1px solid #cbd5e1;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

    .section-title i {
        margin-right: 5px;
    }

.form-label {
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}

.input-group-text {
    background: #f8fafc;
    border-right: none;
    color: #64748b;
}

.form-control {
    height: 42px;
    border-left: none;
}

   /* .form-control:focus {
        box-shadow: 0 0 0 .15rem rgba(59,130,246,.15);
        border-color: #3b82f6;
    }*/

/* BOTÓN */


.RadButton_Bootstrap.login-button,
.RadButton_Bootstrap.login-button:hover,
.RadButton_Bootstrap.login-button:focus {
    background: #4f73d9 !important;
    border-color: #4f73d9 !important;
    color: #ffffff !important;
}

.login-button,
.login-button span,
.login-button input {
    color: #ffffff !important;
}

    .login-button,
    .login-button span,
    .login-button input {
        color: #ffffff !important;
    }

.input-group {
    border-radius: 8px;
}

    .input-group:focus-within {
        box-shadow: 0 0 0 3px rgba(91,126,229,.15);
        border-radius: 8px;
    }


.login-button {
    width: 100% !important;
    font-weight: 600;
    letter-spacing: .3px;
}

.RadButton_Bootstrap.login-button:hover {
    filter: brightness(1.05);
}
