/* estiloLogIn.css */
/* @import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Changa+One:ital@1&family=Open+Sans:ital@1&family=Pacifico&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700;800&family=Poppins:wght@300;500&display=swap');
/* ________________________________________________________________________ */


:root{
    --FondoAzul: #D5E0EA;
    --FondoNaranja:  #FA9746;
    --FondoNaranjaSup:#f57c18;;
    --AzulLogo: #092847;
    --AzulBtn: #022d58;
}

.container{
    height: 100vh;
    width: 100%;
    /* background-color: white; */
    background-image: url(../../images/login/logInFondo3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
}
.content_izq{
    height: 100%;
    width: 0%;
    position: relative;
    /* border-bottom: 20px solid var(--FondoAzul); */
}
/* .content_polig{
    height: 100%;
    background: linear-gradient(to bottom right, transparent 50%, var(--FondoAzul) 5%);
    position: relative;
    margin-left: 150px;
}
.content_textImg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 50px 20px 20px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lema{
    height: 150px;
    border-radius: 5px;
    border: 2px solid var(--AzulLogo);
} */
/* .lemaContent{
    justify-content: center;
    margin: 0 !important;
    padding-top: 10px !important;
    font-size: 16px;
}
.lemaContent .lemaLogros, .lemaOrg, .lemaCombina, .lemaVince{
    padding-top: 5px !important;
    padding-bottom: 0 !important;
}
.lemaLogros{
    font-family: 'Pacifico', cursive;
    color: var(--FondoNaranja);
    font-size: 17px;
    position: relative;
}
.lemaOrg{
    font-family: 'Changa One', cursive;
    text-transform: uppercase;
    color:var(--AzulLogo);
}
.lineLemaOrgL, .lineLemaOrgR {
    width: 60px;
    height: 2px;
    background-color:var(--AzulLogo);
    margin-top: 8px;
    margin-left: 5px;
    margin-right: 5px;
}
.lemaResult{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: white;
    margin-top: 5px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.lemaResultLeft{
    border-top: 10px solid var(--FondoNaranja);
    border-left: 15px solid transparent;
    border-bottom: 10px solid var(--FondoNaranja);
}
.lemaResultText{
    background-color:  var(--FondoNaranja);
    width: fit-content;
    text-align: center;
}
.lemaResultRight{
    border-top: 10px solid var(--FondoNaranja);
    border-right: 15px solid transparent;
    border-bottom: 10px solid var(--FondoNaranja);
}
.lemaCombina{
    font-family: 'Pacifico', cursive;
    font-size: 17px;
    color:var(--AzulLogo);
}
.lemaVince{
    font-family: 'Amatic SC', cursive;
    text-transform: uppercase;
    color:var(--AzulLogo);
}
.lemaImgContent{
    height: 350px;
    padding-top: 73px;
    display: flex;
}
.lemaImg{
    height: 250px;
    max-width: 450px;
    margin-top: 20px;
    justify-content: center;
} */
.content_form{
    height: 100%;
    width: 100%;
    /* background-color: var(--FondoAzul); */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}
* :not(i){
    font-family: 'Poppins', sans-serif !important;
    font-size: medium;
}
.formulario{
    height: 650px;
    width: 500px;
    padding: 50px;
    background-color: white;
    display: flex;
    flex-direction: column;    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    border-radius: 50px;
}
/* .formulario .ui.form{
    font-family: 'Poppins', sans-serif !important;
} */
.ui.form input[type=text], .borderInput{
    border-radius: 10px !important;
}
.blueInput{
    background-color: #A2E2FC !important;
}
.blueInput::placeholder{
    color: gray !important;
    font-weight: 300 !important;
}
/* input::placeholder {
    font-weight: bold;
    opacity: .5;
    color: red;
} */

.ui.form .field>label{
    font-weight: 300 !important;
    font-size: medium !important;
}
.header.title{
    font-family: 'Nunito', sans-serif !important;
    font-weight: 900 !important;
    font-size: xx-large !important;
}
.logoH{
    height: 80px;
    width: 80px;
    align-self: center;
}
.ui.divider:not(.vertical):not(.horizontal) {
    border-top: 1px solid var(--FondoNaranja);
    border-bottom: 1px solid var(--FondoNaranja);
}
.submitBtn{
    /* background-color: var(--AzulLogo) !important; */
    background-image: linear-gradient(#3b8ed5,#6bdfff) !important;
    color: white !important;
    /* font-size: 18px !important; */
    transition: 0.3s;
    width: 250px;    
    border-radius: 25px !important;
    display: flex !important;
    margin: 0 auto !important;
    letter-spacing: 1px
}
.submitBtn:hover{
    background-image: linear-gradient(#2c77b8,#5dc4e0) !important;  
}
.support{
    color: #757575;
    text-align: center;
    margin-top: 25px;
}
.supportNotif{
    color: black;
    /* color: var(--FondoNaranja);
    font-weight: 700; */
}
.supportNotif:hover{
    color: 
    
    ;
    /* color: var(--FondoNaranjaSup);
    font-weight: 700; */
}


/* _____________________________________________________________________________ */


@media (max-width: 1110px){
    .content_izq{
        display: none;
    }
    .content_form{
        width: 100%;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}
