@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
}

#contentGlobal{
    display: flex;
    height: 97vh;
}
/*section hero img styles*/
.contentImgLogin{
    width: 70vw;

}

.contentImgLogin > img{
    width: 70vw;
     height: 97vh;

}

/*content logo tian & fianza*/
.contentLogoLogin,.contentLogoFianzaLogin{
    /*display: flex;
    justify-content: center;*/
    text-align: center;
}
/*logo tian styles*/
.contentLogoLogin img{
    width: 70%;
}
.contentFormLogin{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 30vw;
    background-color: white;
}
/*form style*/
.contentLogin form,.contentFormRecovery form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contentLogin form label, .contentFormRecovery form label{
    font-size: 13px;
    margin-bottom: -20px !important;
}
/*style inputs*/
.wrap-input{
    display: inline;
    position: relative;
    min-height: 40px;
    width: 300px;
}
.wrap-input input, #emailInput,#emailInputRecovery,#docInputRecovery{
    width: inherit;
    height: 40px;
    outline: none;
    border: none;
    border-bottom: 1px solid #707070;
    padding: 10px 30px 10px 30px;
    transition: ease all 0.2s;
    width: 300px;
}

/*estilos icon item*/
.icon-eye{
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 50%;
    color: #898080;
    transform: translateY(-50%);
    cursor: pointer;
}
.icon-eye2{
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 50%;
    color: #898080;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}
.icon-eye:hover{
    color: steelblue;
}

/*restablecer contraseña*/
.icon-eye3{
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 50%;
    color: #898080;
    transform: translateY(-50%);
    cursor: pointer;
}
.icon-eye4{
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 50%;
    color: #898080;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}
.icon-eye3:hover{
    color: steelblue;
}
/**/

.btnSubmit{
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    background: transparent linear-gradient(225deg, #24C569 0%, #147D53 36%, #1B5083 73%, #050C38 100%, #050C38 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 14px #00000029;
    border-radius: 12px;
    margin: 0 60px !important;
    padding: 5px 30px !important;
    margin-top: 30px !important;
    transition: ease all 0.3s !important;
    border: none;

}
.btnSubmit:hover{
    transform: scale(1.1) !important;
}
.recoveryPass, .btnInit{
    text-align: center;
    font-size: 13px;
    color:#898080;
    cursor: pointer;
}
/*recover pass*/
.contentFormRecovery{
    justify-content: space-evenly !important;
}
.contentInforecovery{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.contentInforecovery p:nth-child(1){
    color: #205F93;
    font-size: 25px;
    font-weight: bolder;
    line-height: 1em;
}
.contentInforecovery p:nth-child(2){
    color: #606060;
    font-size: 13px;
}
.contentFormRecovery{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 30vw;
    background-color: white;
    display: none;
}
.contentBtnsRecovery{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.btnRecovery{
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    box-shadow: 0px 8px 14px #00000029;
border-radius: 12px;
margin: 0 40px !important;
padding: 5px 30px !important;
transition: ease all 0.3s !important;
background-color: #147D53;
transition: ease all 0.3s;
cursor: pointer;
}
.btnRecovery:hover{
    transform: scale(1.1);
}
/*logo fianzacredito styles*/
.contentLogoFianzaLogin img{
    width: 35%;
}
/*footer style*/
footer{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #1B5083;
    height: 3vh;
    font-size: 10px;
    color: white;
    padding-right: 80px !important;
}

/*responsive*/
@media (max-width:1024px){
.contentImgLogin{
display: none;
}
.contentFormLogin,.contentFormRecovery{
    width: 100vw;
}
footer{
    justify-content: center;
}
}


/*sweet correcion de estilos*/
.swal-modal{
    margin: 20px auto !important;
    padding: 20px !important;
}
.swal-icon{
    margin: 20px auto !important;
}
.swal-title{
    color: #205F93;
    font-size: 25px;
    padding: 13px 16px !important;
    margin-bottom:  0 !important;
}

.swal-text{
    font-size: 15px;
    color: #707070;
    text-align: center;
}
.swal-footer{
    display: flex;
    justify-content: center;
    margin-top: 13px !important;
    padding: 13px 16px !important;
}
.swal-button-container{
    margin: 5px !important;
}
.swal-button{
    padding: 10px 24px !important;
    margin: 0 !important;
    transition: ease all 0.3s;
}
.swal-button--confirm{
    background-color: #13824C;
}
.swal-button--confirm:hover{
    transform: scale(1.1);
    background-color: #13824C !important;
}
.swal-button--cancel:hover{
    transform: scale(1.1);
}

.campo-error{
    border: 1px solid red !important;
}
span.error{
    color: red;
}

.error::placeholder{
    color: red;
}

/*notificacion*/
.contentNotificacionRC{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30vw;
    padding: 0px 30px !important;
}
.contentInfoRC{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    gap: 15px !important;
}
/*icon*/
.contentIconMain{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px !important;
    
}
.contentIconMain img{
    width: 70%;
}
.titleRC p{
    color:#1B5083;
    font-size: 20px;
    font-weight: 600;
}
.contentPRC p {
    color: #606060;
    font-size: 13px;
    text-align: center;
    margin-bottom: 30px !important;
    padding: 0 60px !important;
}
.contentInputBtn{
    margin-bottom: 30px !important;
}
.btnRC{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    border-color: #13824c;
    color: #13824c;
    background-color: white;
    cursor: pointer;
    transition: ease all 0.3s;
    width: 250px !important;
    padding: 7px !important;
    transition: ease all 0.3s;
}
.btnRC img{
    width: 8% !important;
}
.btnRC:hover{
    transform: scale(1.1);
}
.contentLinkRC p{
    color: #606060;
    font-size: 13px;
    text-align: center;
}

.contentTitleCard{
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px !important;
}
.contentTitleCard p{
    font-size: 13px;
}
.contentTitleCard p img{
    width: 12px !important;
    cursor: pointer;
}

.contentTooltipCard{
    position: absolute;
    font-size: 11px !important;
    font-weight: normal !important;
    line-height: 15px !important;
    background-color: white;
    box-shadow: 0px 3px 6px #00000029; 
    width: 250px !important;
    padding: 5px !important;
    border-radius: 10px !important;
    top: 20px;
    left: 30px;
    display: none;
}
