﻿body {
    font-family: "Lato", sans-serif;
    /*background-image: url(../../../Imagenes/fondo_general.jpg);*/
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0), rgba(150, 87, 87, 1)), url(../../../Imagenes/exsolforense_fondo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    background-position: center;
}

.dx-texteditor {
    border: 1px solid #ddd;
    border-radius: 30px !important;
}

.titulo_principal {
    color: #616161;
    font-size: 60px;
    font-family: sans-serif;
    font-weight: 900;
    margin: 20px 20px 0px 0px;
    line-height: 25px;
}

.contenedor_principal_login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.contenedor_login {
    width: 1000px;
    height: 700px;
    background: transparent;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
    /*border-radius: 20px;*/
    border: solid 1px;
    border-color: #6f6f6f;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.contenedor_titulo {
    height:300px;
}

.contenedor_izquierdo_login {
    width: 50%;
    height: 100%;
    background-color: #e6e5e5;
    /* opacity: 0.8; */
    /* background-image: url(../../../Imagenes/imagen_inicio.png); */
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    padding: 0px;
    /* align-items: stretch; */
    flex-direction: row;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0), rgba(180, 180, 180, 1)), url('../../../Imagenes/imagen_inicio.png');
}

.contenedor_derecho_login {
    width: 50%;
    height: 100%;
    background-color: white;
    padding: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
}

.instrucciones_login {
    display: block;
}

@media (max-width: 600px) {
    .contenedor_izquierdo_login {
        width: 0%;
        height: 100%;
    }

    .contenedor_derecho_login {
        width: 100%;
        height: 100%;
    }

    .instrucciones_login {
        display: none;
    }
}

.titulo_login {
    color: #f5f791;
    font-size: 24px;
}

.instrucciones_login {
    padding: 20px;
}

.texto_login {
    color: white;
}
