#main {
    background-image: url("/img/background3.svg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /*background-attachment: fixed;*/
    font-family: 'Montserrat', sans-serif;
}


.custom-shadow_ingresar {
    -webkit-box-shadow: 0 12px 20px 1px rgba(255, 144, 021, 0.4);
    -moz-box-shadow: 0 12px 20px 1px rgba(255, 144, 021, 0.4);
    box-shadow: 0 12px 20px 1px rgba(255, 144, 021, 0.4);
}

.custom-shadow_registrar {
    -webkit-box-shadow: 0 10px 20px 1px rgba(050, 177, 206, 0.4);
    -moz-box-shadow: 0 10px 20px 1px rgba(050, 177, 206, 0.4);
    box-shadow: 0 10px 20px 1px rgba(050, 177, 206, 0.4);
}


.btn-ingresar {
    box-sizing: border-box;
    background: #ff9015 !important;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.25), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    width: 100%;
}

.seccion-uno_texto {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

body.external-page #content .admin-form {
    max-width: 100%;
}

.btn-registro {
    /* Button */
    box-sizing: border-box;
    background: #33B2CE;
    box-shadow: 0px 10px 15px -3px rgba(51, 178, 206, 0.25), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin-top: auto;
    width: 50%;
    margin-top: 350px;

}

.contenedor {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Empuja el botón al final */
    height: 100vh;
    /* O la altura que necesites */
}

.bg-form {
    background: white;
    border-radius: 30px;
    height: 100vh !important;
}

.social {
    text-align: center;
}

.btn-social {
    border-radius: 50px !important;
    padding-left: 25px !important;
}

.login-links {
    text-align: right !important;
}

.bg-form form {
    padding: 20px;
}

.btn-social span {
    background: white;
}

.p0 {
    padding-left: 0px !important;
}

.fs2 {
    font-size: 2rem !important;
    color: #FFFFFF !important;
}

.panel-footer {
    background: white !important;
    border: none !important;
}
