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

.container {
    height: 100vh;
    width: 100%;
    background-color: white;
    display: flex;
}

/* .content_izq {
    height: 100%;
    width: 40%;
    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: 60%;
    background-color: var(--FondoAzul);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}
*{
    font-family: 'Poppins', sans-serif !important;
    font-size: medium;
}
.formulario {
    height: 650px;
    max-height: fit-content !important;
    width: 500px;
    padding: 30px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 50%;
    left: 50%;
    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;    
}

.ui.form input[type=text], .borderInput{
    border-radius: 10px !important;
}
.blueInput{
    background-color: #A2E2FC !important;
}
.blueInput::placeholder{
    color: gray !important;
    font-weight: 300 !important;
}

.submitBtn{
    /* background-color: var(--AzulLogo) !important; */
    background-image: linear-gradient(#3b8ed5,#6bdfff) !important;
    color: white !important;
    /* font-size: 18px !important; */
    transition: 0.3s;
    width: 300px;    
    border-radius: 25px !important;
    display: flex !important;
    margin: 0 auto !important;
    letter-spacing: 1px;
    justify-content: center;
}
.submitBtn:hover{
    background-image: linear-gradient(#2c77b8,#5dc4e0) !important;  
}

.header.title{
    font-family: 'Nunito', sans-serif !important;
    font-weight: 900 !important;
    font-size: xx-large !important;
}
.logoH {
    height: 80px;
    width: 80px;
}
.ui.form .field>label{
    font-weight: 300 !important;
    font-size: medium !important;
}
.nota{
    text-align: justify;
}

.ui.divider:not(.vertical):not(.horizontal) {
    border-top: 1px solid var(--FondoNaranja);
    border-bottom: 1px solid var(--FondoNaranja);
}

.submitBtn {
    background-color: var(--AzulLogo) !important;
    color: white !important;
    font-size: 18px !important;
    transition: 0.3s;
}

.submitBtn:hover {
    background-color: var(--AzulBtn) !important;
}

.support {
    color: #757575;
    text-align: center;
    margin-top: 25px;
}

.supportNotif {
    color: var(--FondoNaranja);
    font-weight: 700;
}

.supportNotif:hover {
    color: var(--FondoNaranjaSup);
    font-weight: 700;
}

.fondo {
    background: url('/assets/images/auth/fondo-interfaz-cliente_Mesa de trabajo.jpg');
    width: 100%;
    min-height: 100vh;
    height: auto;    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
