/** ----------------------------------------------------------------------------
 *                         Todos los derechos Reservados
 *                               Softipal S.A.S 2020
 *  ----------------------------------------------------------------------------
 *  Nombre:       index.css
 *  Ruta:         /public/css/partners/
 *  Descripción:  Estilos Generales para la página de asociados
 *  Fecha:        28/01/2020
 *  Autor:        Alejandro González Flórez
 *  Versión:      1.0
 *  OD:           22489479
 *  ----------------------------------------------------------------------------
 *	 			Histórico de cambios
 *  ----------------------------------------------------------------------------
 *	Fecha          OD        Autor        Descripción
 *  ----------------------------------------------------------------------------
 *     28/01/2020   22489479   AlejoFlorez0   Creación de cabecera de documentacion
 *  ----------------------------------------------------------------------------
 */

#scb_sectionPartners {
    height: 600px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../../images/containers/contenedor2.png);
}

#sP_loginContainer {
    position: relative;
    top: 5%;
    left: 15%;
    width: 70%;
    height: 340px;
}

.lC_imageLogin {
    float: inline-end;
    width: 180px;
    height: 180px;
    background-image: url(../../images/icons/ICONOS-41.png);
    background-size: 100% 100%;
    position: relative;
    left: 10%;
    transform: translate(0px, 6px);
}

#lC_infoLogin {
    color: white;
    font-size: 48px;
    line-height: 56px;
    font-family: Montserrat-Light;
}

#lC_infoLogin>strong {
    color: #FFBA00;
    font-family: Montserrat-Bold;
}

#lC_formLogin {
    color: white;
    min-height: 100%;
}

#lC_formLogin>h2 {
    font-size: 23px;
    font-family: Montserrat-Bold;
}

.fL_input {
    position: relative;
    height: 42px;
    width: 87%;
    border: none;
    color: #737373;
    font-size: 14px;
    border-radius: 15px;
    padding-left: 3%;
    background-color: white;
    margin: 5px 0px 5px 0px;
    font-family: Montserrat-LightItalic;
}

#fL_password {
    width: 87%;
}

#fL_validatePss{
    position: absolute;
    margin-left: -40px;
    margin-top: 15px;
}



#fL_personalsText {
    margin-top: 4%;
    color: white;
    font-family: Montserrat-Regular;
}


#fL_personalsText>input {
    position: relative;
    top: 3px;
    left: 2%;
}

#fL_personalsText>p {
    font-size: 11px;
    padding-right: 0;
}

#fL_personalsText>p>strong {
    font-family: Montserrat-Bold;
}

#fL_button {
    position: relative;
    left: 27%;
    width: 33%;
    height: 38px;
    color: white;
    border: none;
    border-radius: 12px;
    background-color: #FFBA00;
    font-family: Montserrat-Bold;
    transition: background-color 1s, box-shadow 1s;
}

@media (max-width: 768px) {
    div#fL_personalsText>input {
        position: relative;
        top: 4px;
        z-index: 1;
        transform: scale(1.5);
    }

    div#sP_loginContainer {
        position: relative;
        top: 5%;
        left: 0;
        width: 100%;
        height: 340px;
    }


    section#scb_sectionPartners {
        height: 100vh;
        background: #004187;
    }
}

#fL_button:hover {
    background-color: #ffa000;
    box-shadow: inset 3px 8px 10px 0 #ae6c00;
}