﻿#box_opacity_login {
    min-width: 350px;
    min-height: 350px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: #00000034;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 9988;
    display: row;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.center {
    width:100%;
   
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:12px;
}
.bold{
    font-weight:bold;
}
#body_login {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-size: cover;
    background-color: #f8f9fa;
}
.centrado {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.container2 {
    max-width: 600px;
    min-width: 300px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

label {
    font-weight: 500;
}

.form-control:focus {
    box-shadow: none;
    border-color: #7d4cdb;
}

.btn {
    background-color: #ff0092;
    color: #fff;
    border: none;
    width: 100%;
}

    .btn:hover {
        background-color: #ff2ba3;
        color: #fff !important;
    }
.swal2-container {
    z-index: 9999;
}
.my-swal-popup-class {
    z-index: 9999; /* Valor alto para asegurarse de que esté por encima de otros elementos */
}

