/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 12, 2016, 4:14:18 PM
    Author     : Javier
*/

/*body{
    background: #FFF;
}*/
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-size: 11;
}


.aditional-information {
    color: white;
}

.technical-requirements {
    background: rgba(0, 0, 0, 0.50);
    color: #FFF;
    vertical-align: middle;
    font-size: 0.75rem;
    padding: 10px;
}

.technical-requirements img {
    vertical-align: middle;
    margin: 0px 3px;
    max-height: 15px;
}

.sponsor {
    background: #000000;
}

.card-login {
    color: #000;
}

.codigo-origen {
    opacity: 0.2;
}

.proteccion-datos {
    font-size: 0.8rem;
    color: #7b7b7b;
}

.card .card-content .card-title {
    font-size: 1.5rem;
    text-align: center;
}

.go-event {
    background-color: #ebb50e !important;
}

.tbl-articulos label {
    display: block;
}

main .row:first-child {
    margin-top: 1%;
}

.colorEvento {
    background-color: rgb(113, 88, 112) !important;
}

.textoColorEvento {
    color: rgb(113, 88, 112) !important;
}

@media only screen and (max-width: 1188px) {
    .reset-password-request {
        font-size: 11px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.sponsor-img {
    position: absolute;
    top: -74px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 200px;
}

.page-wrapper {
    flex: 1 !important;
}

.responsive-img {
    object-fit: contain;
    width: 45%;
}

.card-login{
    font-size: 12.5;
    text-align: center;
}

.identiEstudiante{
    padding-top: 0px;
}

.regis{
    margin-top: 3rem !important;

}

@media screen and (max-width: 1485px) {

    html,
    body {
        overflow: visible;
    }

    .responsive-img {
        object-fit: contain;
        width: 100%;
    }

    .sponsor-img {
        position: absolute;
        top: -66px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 188px;
    }
}
@media  screen and (max-width: 1164px) {
    .continu{
        margin-top: 2rem !important;
    }
}