.bg-orange-custom{
    background-color: #efb93f;
}
.login-btn-custom{
    width: auto !important;
    border-color: #464855 !important;
    color: white !important;
    background-color: #464855 !important;

}

.a-ligin-custom{
    text-decoration: none;
    color: #464855;
    font-weight: 400;

}
.bg-login-custom {
    display: flex;
    justify-content: center; /* Centrar horizontalmente */
    align-items: center;    /* Centrar verticalmente */
    height: 100vh;          /* Ocupa toda la altura de la ventana */
    position: relative;     /* El contenedor debe ser relativo para manejar hijos absolutos */

}

.bg-login-custom svg {
    z-index: -1;           /* Fondo detrás de otros elementos */
    position: absolute;    /* Para que no afecte el contenido */
    width: 80%;          /* Ajusta el tamaño como desees */
    height: 100vh;          /* Mantén la proporción */
    top: 0;                /* Asegura que esté posicionado correctamente */
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;     
    fill: #efb93f;     /* Centra el SVG */
}
.p-custom{
    line-height: 1.5 !important;
    color: #464855 !important;
}

.password_custom{
    font-size: x-small !important;
    line-height: 1.5 !important;
}
.p-custom p{
    line-height: 1.5 !important;
    color: #464855 !important;
}
.form-btn-custom button{
    font-size: 14px;
    margin-top: 15px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
    border: 0;
    width: 100%;
    height: 40px;
    width: auto !important;
    border-color: #464855 !important;
    color: white !important;
    background-color: #464855 !important;
}
.form-btn-custom a{
    font-size: 14px;
    margin-top: 15px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
    border: 0;
    width: 100%;
    height: 40px;
    width: auto !important;
    border-color: #464855 !important;
    color: white !important;
    background-color: #464855 !important;
    display: flex;
    align-items: center;
}

.form-btn-custom table{
    display: flex;
    justify-content: center;
    color: #464855;
    margin-top: 20px;
}
.form-btn-custom td{
    text-align: left;
    padding-left: 10px;
}