﻿/* Move down content because we have a fixed navbar that is 50px tall */

html, body {
    margin: 0px;
    height: 100%;
    font-family: 'Century Gothic';
    background-color: #0d298e;
}

p {
    font-family: 'Century Gothic';
}

.wrapper_login {
    width: 100%;
    height: 80%;
    background-color: #eee;
    background-image: url('../img/background-dromos.jpg');
    background-repeat: no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    position: relative;
}

.container_general {
    /*background-color: #0d298e;*/
    float: left;
    /*
        =======================================
        Centra el objeto en el 
        centro de la pantalla
        Requiere de  position: absolute; 
        en el div hijo y position: relative;
        en el div padre
        =======================================
    */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 800px;
    height: 502px;
    margin: auto;
}

.container_login {
    width: 50%;
    height: 100%;
    float: left;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 1px 1px 4px #808080;
    background-color: #dce1e4;    
    background-color: rgba(255, 255, 255, .7);
}

.container_form_login {
    /*background-color: #fff;*/
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100%;
    margin: 0px auto;
}

.head_login_title {
    margin: 0px auto;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #0d298e;
}

.head_login {
    width: 100%;    
    height:40px;
    background-color: #0d298e;
    border-radius: 0px 0px 0px 0px;
    margin-top: 0px;
}

.logo_express {
    margin: 0px auto;
    text-align: center;
}

.contros_login {
    width: 80%;
    margin: 0px auto;
    margin-top: 40px;
}

.footer {
    width: 100%;
    height: 5%;
    color: #eee;
    font-size: 15px;
    padding-top: 1%;
    text-align: center;    
}

.text-h-login {
    font-size: 16px;
    font-weight: bold;
    color: #0d298e;
}

.text-c-login {
    font-size: 14.5px;
    color: #0d298e;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #fff;
        text-decoration: none;
    }

.c-format {
    height:50px;
    font-size:17px;
}

.btn-enter {
    width:100%;
    background-color: #0d298e;
    margin-top:5px;
    font-weight:bold;
    font-size:15px;
}