/* common classes */
.form-data {
    padding: 10px 10px;
    background: rgb(209, 209, 209);
    border-radius: 5px;
}
.form-button {
    width: 370px;
    height: 45px;
    padding: 10px 10px;
}

.form-table {
    width: 325px;
}

.form-label {
    font-size: 0.8em;
    padding: 5px 0px;
    font-weight: bold;
}
.form-title {
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
}
.form-input {
    font-size: 1.2em;
    color: black;
    height: 20px;
    width: 100%;
    padding-top: 2px;
}
.hidden-element {
    display: none;
}
.visible-element {
    display: block;
}

div#header {
    position: relative;
    width: 100%;
    height: 150px;
    margin: 10% 0 20px 0;
    background-image: url("/img/gral/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.link {
    font-family: "Lucida Sans", "Lucida Sans Unicode";
    font-size: 11px;
    text-decoration: none;
    color: #0000cc;
    cursor: pointer;
}

.input {
    font-family: "Lucida Sans", "Lucida Sans Unicode";
    font-size: 11px;
    color: #cccccc;
    width: 90%;
    height: 20px;
    padding-top: 2px;
}

.textos {
    font-family: "Lucida Sans", "Lucida Sans Unicode";
    font-size: 12px;
    color: #000000;
}

.terminos-condiciones {
    position: relative;
}
.terminos-condiciones > div {
    height: 17px;
}
.terminos-condiciones span,
.terminos-condiciones input,
.terminos-condiciones p {
    position: absolute;
}
.terminos-condiciones input {
    top: 3px;
    left: 30px;
}
.terminos-condiciones p {
    top: 0px;
    left: 45px;
}

/****/

.panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.col-banner {
    padding-left: 0px;
    padding-right: 0px;
    background: transparent none repeat scroll 0%;
    /*background-image: url(/img/promo/promo1.jpg);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.col-login {
    background-color: #f9f9f9;
    border-right: 1px solid #ddd;
}

.col-centered {
    float: none;
    margin: 0 auto;
    width: 380px;
}

.banner {
    padding-top: 20px !important;
    width: 20% !important;
    margin: 0;
    padding-left: 10px;
    border: 0;
    vertical-align: baseline;
}

.banner-text h3 {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    line-height: 120%;
    padding-bottom: 20px;
}

.banner-text h5 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 120%;
    padding-bottom: 20px;
}

.banner-text {
    text-shadow: none;
    text-align: left;
    color: #000;
    margin: 20px 30px;
    left: auto;
    right: 35%;
    top: 15%;
    bottom: auto;
    padding: 20px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.4);
}

.login_bammer {
    max-height: 100vh;
    max-width: 100%;
    min-width: 100%;
    z-index: 100;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 50%;
    object-position: 0 50%;
}

#footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    height: 25px;
    color: #666666;
    text-align: center;
    border-top: 1px solid #eee;
    vertical-align: middle;
}

@media only screen and (max-width: 480px) {
    .col-centered {
        width: 320px;
    }
}

@media screen and (max-width: 800px) {
    .col-banner {
        display: none !important;
    }
}
