@charset "utf-8";

body,
html {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: verdana, Helvetica, sans-serif;
    font-size: 10pt;
    /* background-attachment: fixed;
    background-image: url(../images/ingreso.png); */


    /* Full height */
    /* height: 100%; */

    /* Center and scale the image nicely */
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */

}

.login-page, .register-page {
    height: 95vh !important;
}

.container-logo {
    max-width: 270px;
    max-height: 270px;
}

.login-footer {
    margin-top: 1rem!important;
}

.login-footer div {
    text-align: center;
}
.login-footer img {
    max-width: 350px;
    max-height: 350px;
}
.login-footer div.ele {
    padding: 15px;
}


@media (min-width:320px)  { 
    /* smartphones, iPhone, portrait 480x320 phones */ 
    .login-footer div.ele {
        padding: 7px;
    }
}
@media (min-width:481px)  { 
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
    .login-footer div.ele {
        padding: 10px;
    }
}

.image-logo {
    background-image: url(../images/login/drnovaklogo.png);
}


#mensaje {
    text-align: center;
    color: red;
}

.capa_copyright {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center
}

.login_left {
    margin-top: 0px;
    margin-right: 5px;
    margin-left: auto;
    width: 500px;
    height: 605px;
    padding: 10px;
    background-attachment: scroll;
    /*background-image: url(../images/fondologin.png);
	background-repeat: no-repeat;
	background-position: left bottom;*/

    background-color: #7f7e7e;
    text-align: justify;

    -webkit-box-shadow: 10px 10px 77px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 77px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 77px 0px rgba(0, 0, 0, 0.75);


}

#login {
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    height: 170px;
}

.login_right {
    width: 525px;
    height: 450px;
    padding: 10px;
    background-attachment: scroll;
    background-image: url(../images/fondologin.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    border: 1px solid #5CA1D8;
    background-color: #7f7e7e;
    text-align: justify;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
}

.barra_login {
    height: 25px;
    background-color: green;
    color: white;
    font-size: 15pt;
    font-weight: bold;
}

.barra-ventana {
    overflow: hidden;
    background: #7f7e7e;
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
}

.barra-ventana-ate {
    overflow: hidden;
    background: #009933;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}

.barra-titulo {
    float: left;
    margin-left: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    height: 100%;
    min-width: 200px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #7f7e7e;
    font-size: 11pt;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
}

.barra-deco {
    float: right;
    width: 100px;
    height: 100%;
    background-attachment: scroll;
    background-image: url(../images/bg-cuadros01.jpg);
    background-repeat: repeat-y;
    background-position: right top;
}



.login_left2 {
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    width: 700px;
    height: 410px;
    padding: 10px;
    background-attachment: scroll;
    /*background-image: url(../images/fondologin.png);
	background-repeat: no-repeat;
	background-position: left bottom;*/

    background-color: #F3F3F4;
    text-align: justify;

    -webkit-box-shadow: 10px 10px 77px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 77px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 77px 0px rgba(0, 0, 0, 0.75);


}

.mydiv {
    text-align: center;


}