
html , body{
}
.login_wrapper {
    right: 0px;
    margin: 0px auto;
    margin-top: 5%;
    max-width: 350px;
    position: relative
}
.login_content h1 {
    font: normal 25px Helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
    line-height: 20px;
    margin: 10px 0 10px;
    color: #000;
}
.iconos_input{
	width: 40px;
}
.div_texto_centro{
	text-align: center;
}
.login_content a {
    text-decoration: none
}
.login_content a:hover {
    text-decoration: underline
}
.texto_negro {
	color: #000;
}
