﻿#login-page {
    background: url('../../img/fondo/CRM 3.jpg');
    background-repeat: no-repeat;
    background-size: auto 100%;
}


@media screen and (min-width: 1350px) {
    #login-page {
        background: url('../../img/fondo/CRM 3.jpg');
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
}

#login-logo {
    background-color: white;
    height: 20%;
}

body {
    margin: 0;
    height: 100vh;
}

.max-alto {
    height: 100%;
}

.img-login {
    width: auto;
    height: 100%;
    margin-left: -3%;
}

.columnaDerecha {
    background-color: white;
    z-index: 2;
    overflow-y: auto;
    /*padding: 0px 10% 0px 5%;*/
}

.azulado {
}

.tituloLogin {
    margin-top: 5.25rem;
    color: #FFF;
    font-size: 1.625rem;
    font-weight: bolder;
}

.desciprcionLogin {
    color: #FFF;
    font-size: 1.15rem;
}

.idioma {
    top: 1.5rem;
    color: #3498db;
}

.js-btn-evaluar,
.js-btn-analisis {
    min-width: 100%;
}

#tab-1, #tab-1 + span {
    left: 0;
    width: 50%;
}

#tab-3, #tab-3 + span {
    left: 50%;
    width: 50%;
}

#tab-1:checked ~ .line {
    left: 0;
    width: 50%;
}

#tab-3:checked ~ .line {
    left: 50%;
    width: 50%;
}

.tab-effect-3 {
    width: 50% !important;
}

/***********************************************/
.mainLogin {
    background: linear-gradient(rgba(37, 134, 221, 0.20),rgba(3, 15, 84, 0.65)),url(/img/background2.jpg);
    background-size: cover;
    height: 100vh;
    padding: 3%;
}

.centerBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginBack {
    /* margin-top: 4%; */
    text-align: center;
    max-height: 700px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.login-content {
    background: white;
    border-radius: 10px;
    width: auto;
    padding: 30px 60px;
}

h3 {
    font-size: 1rem;
    font-weight: normal;
    color: #0C8BC0;
}

h4 {
    font-size: 0.8rem;
    font-weight: 400;
    color: #0C8BC0;
}

.row.form-group label {
    margin-top: 5px;
}

.oktaBtn {
    background: #155cb5;
    padding: 3% 15% 3% 15%;
    color: white;
    border-radius: 5px;
}

    .oktaBtn:hover {
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.20), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
        background-color: #3278cf;
        color: white;
        text-decoration: none;
    }

.news-caption {
    position: absolute;
    bottom: 0;
}

@media (max-width: 768px) {
    .login-content {
        padding: 30px 20px;
    }

    .mainLogin {
        height: auto;
        min-height: 100%;
    }

    .news-caption {
        position: relative;
        text-align: center;
    }

    .login-header {
        margin-bottom: 6%;
    }
}

.btn-primary {
    color: #fff;
    background-color: #155cb5;
    border-color: #155cb5;
}

    .btn-primary:hover {
        color: #fff;
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.20), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
        background-color: #3278cf;
        border-color: #3278cf;
    }

.news-caption p, .news-caption a {
    color: white;
}
