
body {
    
    margin: 1;
    background-color: #eaeaea;
    background-size: cover;
    background-attachment: fixed;
}
* {
    box-sizing: border-box;
}

.formulario{
    background: #fff;
    margin-top: 14px;    
}
.error {
  color: red;
}

input[type="text"],
input[type="password"]{
    font-size: 15px;
    width: 100%;
    padding: 8px;
    border: none;
}
.input-contenedor{
    margin-bottom: 1px;
    border: 1px solid #aaa;
}
.icon{
    min-width: 50px;
    text-align: center;
    color: #999;
}
.button{
    border: none;
    width: 100%;
    color: #fff;
    font-size: 20px;
    background:  #1a2537;
    padding: 8px 10px;
    border-radius: 10px;
    cursor: pointer;
}
.button:hover{
    background: #50DC87;
}

.ph{        
    background-color: transparent;    
    color: #000;       
}

p{
    text-align: center;
}
.link{
    text-decoration: none;
      color: #1a2537;
    font-weight: 6px;
}
.link:hover{
     color: #FDD214;
}
@media(min-width:0px)
{
    .formulario{
        margin: auto;
        width: 400px;
        margin-top: 90px;
        border-radius: 11%;
    }
}




























