﻿body.login-body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    background: #001829;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.ContenedorPrincipal {
    position: unset;
    margin-top: 2%;
    background-color: rgba(255, 255, 255, 0.60);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
}

.TextoBlanco {
    color: #FFF;
}

.input-group-text {
    background-color: white;
    border: none;
}

.form-control {
    min-height: 40px;
    border: none;
}

    .form-control:focus {
        box-shadow: none;
        border: none;
    }

.btn-primary {
    font-weight: bold;
    border-radius: 8px;
}

.logo-login {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}