@charset "utf-8";
/* CSS Document */
/* Created by: William Hernández - CognosOnline*/


@font-face {
    font-family: fuentealfa;
	src: url("Roboto-Light.eot");
   src: url("Roboto-Lightr.eot") format("embedded-opentype"),
        url("Roboto-Light.woff") format("woff"),
        url("Roboto-Light.ttf") format("truetype"),
        url("Roboto-Light.svg#IDdelafuente") format("svg");
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
	background-image: url(../images-alfa/bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;                  
    background-repeat: no-repeat;
    background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:fuentealfa;
}
h1 {
    padding: 0 !important;
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 25px;
    color: #fff;
}
#super {
    position: absolute;
    top: 50%;
    left: 30px;
}
#logo_footer{
	position:absolute;
	bottom:40px;
	left:80px;
	}
	
#contenedor {
    position: absolute;
    top: 200px;
    left: 11%;
    background: #025d56;
    padding: 50px;
    border-radius: 30px;
	width: 300px;
}
	
#contenedor #logo_header{
	padding-bottom:60px;
	}
		
#contenedor #form{
	width:300px;
	}
	
#contenedor #form input {
    width: 75%;
    padding: 10px;
    font-size: 14px;
    font-family: fuentealfa;
    background-color: #e2f6f4;
    border: none;
    margin-bottom: 10px;
    border-radius: 10px 10px 10px 10px;
}
#form #logo_header{
	padding-bottom:20px;
	}
select {
    width: 109%;
    padding: 12px;
    font-size: 16px;
    margin-bottom: 10px;
    background: #ddf8fa;
    color: #A5A5A5;
    font-family:fuentealfa;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    border: 1px solid #c2cae4;
}
input[type="submit"] {
    background-color: #009180 !important;
    width: 60% !important;
    color: white;
    cursor: pointer;
    margin: 10px 20% 0;
    border-radius: 50px !important;
}
input[type="submit"]:hover {
    background-color: #016450 !important;
}

#ayuda {
    font-size: 13px;
    text-align: left;
    width: 109%;
    color: #ffffff;
}
#ayuda a {
    text-decoration: none;
    color: #ffffff;
    background-image: url(../images-alfa/bullet.png);
    background-repeat: no-repeat;
    background-position: left;
    font-weight: 100;
    padding: 10px 0 10px 20px;
    line-height: 25px;
}
#ayuda a:hover{
	text-decoration:none;
	color:#83b53b;
}

.login_box {
    height: 37px;
    width: 90%;
    float: left;
    margin-bottom: 20px;
    background: #e2f6f4;
    border-radius: 38px;
    padding: 3px 5%;
}

.login_label1 {
	float: left;
    width: 37px;
    /* padding: 10px; */
    background-image: url(../images-alfa/icon-user.png);
    height: 37px;
    font-size: 12px;
    /* background-color: #83b53b; */
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 10px 0 0 10px;
}
.login_label2 {
	float: left;
    width: 37px;
    /* padding: 10px; */
    background-image: url(../images-alfa/icon-pass.png);
    height: 37px;
    font-size: 12px;
    /* background-color: #83b53b; */
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 10px 0 0 10px;
}	
/* AYUDA - CONTACTENOS Y OLVIDO SU CONTRASEÑA */
/*-------------------------------------------------------- */
div.hide {
display:none;
}
#help-content {
font:normal 12px Helvetica, sans-serif;
}
#help-content h2 {
font-size:15px;
margin-bottom:15px;
}
#help-content h3 {
font-size:15px;
margin-bottom:10px;
}
#help-content p, #help-content li {
line-height:18px;
}


@media (max-width:600px)  {
  /* For mobile phones: */
  
  body {
	background-image: url(../images-alfa/bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;                  
    background-repeat: no-repeat;
    background-position: top right;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:fuentealfa;
	        background-color: #009180;
}
    #contenedor {
		position: relative;
        margin-top: 5px;
        width: 82%;
        text-align: center;
        left: unset;
        margin: 0 auto;
        top: 20%;
        height: 80%;
    }
}