﻿.col-xs-6.col-sm-6.col-md-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 0.5rem;
}

.row.max-alto {
    display: flex;
}

#login-page {
    background-repeat: no-repeat;
    background-size: 75% 100%;
    background-position-x: -170px;
}

body#login-page:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
}

@media screen and (min-width: 1350px) {
    #login-page {
        background-repeat: no-repeat;
        background-size: 75% 100%;
        background-position-x: -170px;
    }
}

#login-logo {
    background-color: #ffffff00;
    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;
    padding: 0px 10% 0px 5%;
    overflow: hidden;
}

.azulado {
}

.loginFooter-date {
    text-align:center
}

.tituloLogin {
    margin-top: 5.25rem;
    color: #222;
    /*font-size: 1.625rem;*/
    font-size: 3rem;
    font-weight: bolder;
    margin-bottom: 3rem;
}

.desciprcionLogin {
    color: #222;
    font-size: 1.15rem;
}

.idioma {
    top: 1.5rem;
    color: #3498db;
}

.form-group {
    margin-bottom: 1.5rem !important;
}

.js-btn-evaluar,
.js-btn-analisis {
    min-width: 100%;
}

/*logos style*/
.abcRioButtonContentWrapper {
    border: 1px solid transparent;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.abcRioButtonIcon {
    padding: 15px;
    background-color: transparent;
    border-radius: 1px;
    float: left;
    border: none;
    color: #fff;
}

.abcRioButtonContents {
    font-family: Roboto,arial,sans-serif;
    font-weight: 500;
    letter-spacing: .21px;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: top;
    font-size:16px;
    line-height:48px;
}

.abcRioButton {
    padding: 5px 40px 5px 40px;
    left: 25%;
    top: 0px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
    margin: 0 auto;
    background: rgba(230, 227, 255, 0.58);
    width: 50%;
    height: auto;
}

@media (min-width: 992px) and (max-width: 1440px) {
    .abcRioButton {
        width: 100%;
        margin-left: 5%;
    }

    .loginBoxDiv {
        left: 5%;
        top: 320px;
    }
}

@media (max-width: 425px) {
    .abcRioButton {
        width: 90%;
        margin-left: 5%;
        padding: 5px 15px 5px 15px;
    }

    .abcRioButtonContentWrapper span {
        font-size: 14px;
    }
}

@media (min-width: 425px) and (max-width: 992px) {
    .abcRioButton {
        width: 80%;
        margin-left: 5%;
        padding: 5px 15px 5px 15px;
    }

    .abcRioButtonContentWrapper span {
        font-size: 14px;
    }
}

.abcRioButtonContentWrapper span {
    font-size: 16px;
    line-height: 48px;
}

.okta {
    display: block;
    margin-top: .8em;
}

.imageMsLogo {
    width: 100%;
}

.mb-1 {
    margin-bottom: .5em;
}

.mt-1 {
    margin-top: .5em;
}

.mt-2 {
    margin-top: 2em;
}

/* Opcion boxes abajo */
.col-md-3.loginBoxesLeft {
    top: 45%;
}

.loginBoxesLeft .col-md-3 {
    background: white;
    margin-right: 10px;
    width: 23%;
    padding: 15px 15px 10px 17px;
    min-height: 185px;
    border-radius: 10px;
}

.loginBoxesLeft p.subTitle {
    color: #929292;
    font-size: 19px;
}

.loginBoxesLeft p.title {
    font-size: 22px;
    font-weight: 700;
}

.loginBoxesLeft p.subTitle {
    color: #929292;
    font-size: 16px;
}

.loginBoxesLeft p.title {
    font-size: 20px;
    font-weight: 700;
}

.loginBoxesLeft p.desc {
    font-size: 13px;
}

.col-md-12.loginBoxesLeft p {
    margin: 0 0 3px;
}

.col-xs-6.col-sm-6.col-md-6.max-alto.azulado .row {
    margin-left: 10%;
}

.col-xs-6.col-sm-6.col-md-6.max-alto.azulado {
    background: url(../../../img/rise_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.loginCR {
    position: absolute;
    width: 672px;
    left: 8%;
    /* bottom: 372px; */
    top: 95%;
    text-align: center;
    color: white;
}

.providerText {
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    text-align: center;
}

select#txtIdioma {
    border: 0px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.08);
    width: 95px;
}

i.fa.fa-globe {
    margin-top: 13px;
    color: #2A3EF3;
    font-size: 18px;
}

.selectLang {
    display: flex;
    margin-left: 41%;
    margin-bottom: 15%;
    margin-top: 5%;
}

.row.mt-2.loginFooter {
    margin-top: 10%;
}

/************** Login changes to adapt just for okta ****************/
.abcRioButtonIconImage {
    width: auto;
    height: auto;
}

div#btn_okta_login {
    text-align: center;
}

.abcRioButtonIcon {
    width: 150px;
}

img#imageOktaLogo {
    height: auto;
    width: 60px;
}

.row.mt-2.loginFooter {
    margin-top: 10%;
    position: absolute;
    bottom: 4%;
    left: 45%;
}

.abcRioButton:hover {
    background: rgba(230,227,255,0.85);
}

div#registerPage {
    margin-top: 15%;
}

.overflow-scroll {
    overflow:scroll;
}
