:root {
    --primary-color: #486F88;
    --success-color: #16D090;
}
body, html {
    width: 100%;
    height: 100vh;    
}
body {
    margin: 0;
    line-height: 1.5;
    color: #212529;
}
.page-blank{
    width: 100%;
    height: 90vh;
    background: transparent;
}
.custompage .limiter {
    width: 100%;
    height: 90vh;
    /*margin: 0 auto;*/
    background: transparent;    
}
.custompage .container-login {
    width: 100%;
    height: 90vh;
    /*min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 25px;*/        
}
.custompage .wrap-login {    
    background: #fff;
    border-radius: 10px;
    padding: 5px 5px;
    box-shadow: 0 12px 26px rgba(16, 30, 115, 0.06);
}
.custompage .width-register {
    /*width: 690px;*/
}
.custompage h3.title, legend {
    font-weight: 900;
    font-size: 24px;
    color: #486F88;
    padding: 1rem 0;
    display: none;
}
.custompage label {
    color: #486F88;
    font-weight: 400;
    font-size: 15px;
}
.custompage .form-control,
.custompage .bootstrap-select .dropdown-toggle.btn-default {
    border: 2px solid #B3C8D7;
}
.custompage .last-password {
    padding: 2.5rem 0;
    text-align: center;
    display: none;
}
.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-success {
    color: #fff;
    background-color: var(--success-color);
    border-color: var(--success-color);
    text-transform: uppercase;
    font-weight: bold;
}
.custompage .software-name {
    /*text-align: center;
    padding: 2rem 0;
    margin-top: 1rem;
    display: inline-block;
    width: 100%;
    font-size: 12px;*/
    display: none;
}
input{
    /*border: 1px solid gray !important;*/
}
/********************/
/*    ICJO          */
/********************/
.logo{
    width:85px;
    height: 85px;
    margin:0;
    padding:0;
}
.container-login{
    background-image:url("http://www.eduvirtual.icjo.edu.mx/web/css/themes/evaluaciones_icjo/images/foto.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;   
}
.wrap-login{
    position: absolute;
    bottom: 65px;
    right: 50px;
    opacity: .85;
}
.cabecera{
    width: 100%;
    height: 80px;
    position: relative;
    top: 0;
    background-color: transparent;
}
.cabecera .icjo-logo{
    width: 30%;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    float: left;          
}
.icjo-logo img{    
    width: 65%;
}
.cabecera .ribbon{
    display: inline-block;
    width: 70%;
    height: 80px;
    float: right;
    background: linear-gradient(to top right, #fd1a1e, #000);
    border: none;   
}
.letras{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-family: 'Raleway';
}
.pie_pagina{
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top right, #fd1a1e, #000);
    border: none;
    display: flex;       
    justify-content: center;
    align-items: center;
}
.pie_pagina .metadato{
    font-size: 20px;
    color: #fff;
    font-family: 'Raleway';
    font-weight: 400;
}
/***************************/
/*       RESPONSIVE        */
/***************************/
@media (max-width: 800px){
.wrap-login{
    right: 50%;
    transform: translate(56%);
    width: 250px;
}
.form-group label{
 font-size: 12px;
}
.login100-form .logo{
    display: none;
}
.cabecera{
    display: flex;
    flex-wrap: wrap;
}
.cabecera .icjo-logo{
    width: 100%;    
}
.cabecera .icjo-logo img{
    width: 45%;
}
.cabecera .ribbon{
    width: 100%;
    height: 50px;
}
.ribbon .letras{    
    flex-direction: column;
    justify-content: center; 
    font-size: 10px;
}
.pie_pagina .metadato{
    font-size: 15px;
}
}

