*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    background: url(imagenes/reda.jpg);     
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    font-family: Hind;
}


.contenedor-form{      
	background: #8E8E93;
    width: 100%;
    max-width: 500px; 
	margin: 200px auto;
    color: #fff;
    border-radius: 0px; 
}

.contenedor-form .regcursos{
	background: rgba(0,0,0,.3);
	width: 100%;
    max-width: 500px; 
	margin: 150px auto; 
	color: #fff;
    border-radius: 0px; 
}



.contenedor-form h1{
    text-align: center;
    font-size: 25px;
    padding-bottom: 20px;
    font-weight: 400;
    line-height: 1;
}

.contenedor-form h2{
    margin: 0 0 28px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.contenedor-form input[type="text"],
.contenedor-form input[type="password"]{
    outline: none;
    display: block;
    width: 100%;
    padding: 10px 15px;
    margin: 0 0 20px 0;
    background: rgba(0,0,0,.8);
    color: #fff;
    border: none;
    border-radius: 2px;
    border-bottom: 4px solid #2a606a;
    box-sizing: border-box;
    font-family: Hind;
    font-size: 14px;
    font-weight:normal;
    transition: all .5s ease;
}

.contenedor-form input[type="text"]:focus,
.contenedor-form input[type="password"]:focus{
    border-bottom: 4px solid #163237;
}

.contenedor-form input[type="submit"] {
    background: #2a606a;
    color: #FFF;
    width: 100%;
    border: none;
    padding: 10px 0;
    font-size: 16px;
    font-weight: normal;
    font-family: Hind;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .5s ease;
}

.contenedor-form input[type="submit"]:hover {
    background: rgba(22, 50, 55);
}

.contenedor-form .formulario{
    padding: 30px;
}

.contenedor-form .info .titulo{    
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;    
    padding-bottom: 10px;
    text-align:center;
}

.contenedor-form .info #texto{
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
}

#texto ul li{
    padding-left: 20px;
    list-style: none;
}


#texto ul li a{
    font-family: Hind !important;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    color: #E4D18D;
    
  
   
}

#texto ul li a:hover{
    color: #fff;
    text-decoration: underline;
}