body {
    font-family: OpenSansRegular;
}

.colLogo {
    background-color: black;
}

html, body, form, .container-fluid {
    min-height: 100%;
    background-image: linear-gradient(90deg, black 50%, #111111 50%);
}

.imagen-logo {
    margin: auto;
}

.temporary-wordmark {
    color: #FFFFFF;
    font-family: OpenSansRegular, Arial, sans-serif;
    font-size: clamp(42px, 6vw, 78px);
    letter-spacing: -4px;
    line-height: 1;
}

.temporary-wordmark strong {
    color: #99CC00;
    font-family: OpenSansBold, Arial, sans-serif;
    font-weight: 700;
}

.colLogin {
    background-color: #111111;
}
.container-fluid {
    width: 100%;
}

.row {
    min-height: 100vh;
}

.tituloLogin {
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: OpenSansBold;
    font-size: 24px;
}

.tituloForgot{
    font-family: OpenSansRegular;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    color: white;
    margin-top: 22px;
}

.divEmail{
    margin-top: 34px;
}

.divPassword{
    margin-top: 34px;
}

.col-login{
    padding-left: 250px;
    padding-right: 250px;
}

.form-control{
    border-radius: 0px!important;
}

.btn-primary {
    background: #99CC00 0% 0% no-repeat padding-box;
    border-radius: 20px !important;
    border: none;
}

.btn-primary:hover {
    background: #99CC00 0% 0% no-repeat padding-box;
    border-radius: 20px!important;
    border: none;
}

    .btn-primary:active {
        background: #99CC00 0% 0% no-repeat padding-box;
        border-radius: 20px !important;
        border: none;
    }

    .btn-primary:focus {
        background: #99CC00 0% 0% no-repeat padding-box;
        border-radius: 20px !important;
        border: none;
    }

.divAceptar{
    margin-top: 54px;
}

.recuperar-password {
    color: white;
    text-decoration: none;
}

    .recuperar-password:hover {
        color: #99CC00;
        text-decoration: none;
    }

.social-login {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.social-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 0 14px;
    border: 1px solid #363636;
    border-radius: 3px;
    background: #181818;
    color: #FFFFFF;
    text-decoration: none;
    transition: border-color .15s ease, background-color .15s ease;
}

.social-button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.social-button span {
    color: #FFFFFF;
    font-family: OpenSansRegular;
    font-size: 13px;
}

.social-button-wide {
    grid-column: 1 / -1;
}

.social-button:hover,
.social-button:focus {
    border-color: #99CC00;
    background: #202020;
    color: #FFFFFF;
    text-decoration: none;
}

.social-button.is-disabled {
    cursor: default;
    opacity: .62;
    pointer-events: none;
}

.login-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 26px;
    color: #8A8A8A;
    font-size: 11px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.login-divider::before,
.login-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #363636;
}

.form-control:focus {
    outline: 0;
    border-color: black;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
}

.form-control {
    border: 1px solid #111111;
    background-color: white;
    border-radius: 1px;
    color: black !important;
    height:45px;
    font-size: 15px;
}

    .form-control:focus {
        border: 1px solid #111111;
        background-color: white;
        border-radius: 1px;
        outline: none;
        font-size: 15px;
        height: 45px;
    }

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    color: black!important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media (min-width: 768px) and (max-width: 860px){
    .imagen-logo {
        width:100%;
    }
}

@media (max-width: 1600px){
    .col-login {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media (max-width: 1150px) {
    .col-login {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 768px) {
    html, body, form, .container-fluid {
        height: 100%;
        background-color: black!important;
        background-image: none;
    }

    .row {
        min-height: 100vh;
        padding: 72px 0;
    }

    .col-login {
        margin-top: 56px;
        padding-left: 90px;
        padding-right: 90px;
    }
}



@media (max-width: 540px){
    .imagen-logo{
        width: 95%;
    }

    .col-login {
        margin-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .social-login {
        grid-template-columns: 1fr;
    }

    .social-button-wide {
        grid-column: auto;
    }

}
