body {
    /* background-image: url('/storage/settings/May2022/e9MNWQV2CRkyqXguYcaK.png'); */
    background-color: none;
}

body.login .login-sidebar {
    background: none;
    border-top: none;
}
body.login .faded-bg {
    background: none;
}
body.login .form-control {
    color: #1c2b36a3;
}

body.login .login-container {
    margin-top: -150px;
    padding: 30px;
    position: absolute;
    top: 30%;
    width: 35%;
    z-index: 10;
    left: 50%;
    transform: translate(-50%);
    border-radius: 25px;
    box-shadow: 0px 0px 23px -5px;
    background: rgba(255, 255, 255, 0.50) !important;
}
body.login .login-container p {
    border-radius: 2px;
    color: #000;
    font-family: Open Sans,sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 3px;
    padding-left: 2px;
    text-align: left;
    text-transform: uppercase;
    width: auto;
    text-align: center;
    margin-bottom: 40px;
}
body.login .form-group-default label {
    font-size: 12px;
}
body.login .form-group-default .form-control {
    font-size: 17px;
}

.login-container h1 {
    text-align: center;
    color: #000000;
}
#rememberMeGroup {
    /* margin-top: 27px; */
    margin-bottom: 15px;
    /* margin-left: 20px; */
    font-size: 18px;
}
.logo-title {
    text-align: center;
}
.logo_image {
    height: 100px;
}
body.login .form-group-default {
    border: 2px solid rgba(28, 43, 54, 0.48);
}
body.login .logo-title-container {
    left: 0px;
    top: 0px;
    margin-top: 0px;
}
body.login .logo {
    /* margin-left: 15px; */
    height: 65px;
    width: auto;
    padding-bottom: 0;
    padding-top: 0;
    max-width: none;
}
body.login .copy h1 {
    margin: 0px 0 0 14px;
}

body.login .copy {
    background: rgba(255, 255, 255, 0.50);
    width: 100%;
    padding: 0px 0px 0px 50px;
}

body.login .copy  h1,
body.login .copy p {
    color: #000;
}
.view_password {
    position: absolute;
    right: 12px;
    top: 14px;
    cursor: pointer;
    z-index: 99999;
    font-size: 20px;
    color: #666666;
}
body.login .login-button {
    border: 0;
    border-radius: 4px;
    color: #eee;
    display: block;
    float: left;
    font-family: Open Sans,sans-serif;
    font-size: 15px;
    font-weight: 100;
    font-weight: 600;
    opacity: .8;
    outline: none !important;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: width .3s ease;
    width: 100%;
    transform: translate(-50%);
    left: 50%;
    position: relative;
    /* box-shadow: 0px 2px 9px 0px #f02222; */
    border: 1px solid #031D7C;
}

@media (max-width: 991px) {
    body.login .login-container {
        margin-top: -27px;
        top: 0;
        width: 101%;
        height: 101%;
        border-radius: 0;
    }
    body.login .logo-title-container {
        top: auto;
        z-index: 999999;
    }
}

/* @media (max-width: 767px) {
    body.login .login-sidebar {
        border-top: 0px !important;
        border-left: 5px solid #00ff08;
    }
} */

body.login .form-group-default.focused {
    border-color: #031D7C;
}

.login-button,
.bar:before,
.bar:after {
    background: #031D7C;
}

.remember-me-text {
    padding: 0 5px;
}
.custom-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 50px;
}

/* Modal */
.modal-content {
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    position: relative;
}

/* Botón de cerrar */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

/* Título: Recuperar contraseña */
.text_login {
    font-size: 20px;
    font-weight: bold; /* Más negro */
    color: #222;
    margin-bottom: -10px; /* Reduce el espacio con el siguiente elemento */
    text-align: center;
}

/* Espaciado entre título y label */
.restart_pass {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px; /* Ajusta el espacio entre título y label */
    text-align: center;
}

/* Estilo del input */
input#email_forgot {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease-in-out;
}

input#email_forgot:focus {
    border-color: #007bff;
}

/* Espaciado entre el input y el botón */
form {
    display: flex;
    flex-direction: column;
    gap: 8px; /* Menos espacio entre input y botón */
}

/* Botón de consultar */
.btn-primary {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #0056b3;
}

