.imagen-centro{
    text-align: center;
}
body{
    background-image: url(fotoindoas.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}
.registeration-form{
    width: 300px;
    padding: 30px;
    margin: 10px auto;
    background: #dddddde4;
}
.registeration-form h2, p{
  text-align: center;
  margin: 10px 0;    
}
.registeration-form p:nth-child(2) {
    margin-bottom: 10px;
    font-size: 10px;
}
.registeration-form .flex{
    width: 100%;
    display: flex;
    margin: 10px 0;
}

.registeration-form  .flex input {
    width: 100px;
    border: none;
    outline: none;
    height: 35px;
    padding-left: 100px;
}

.registeration-form input.input {
    width: 100%;
    height: 35px;
    padding-left: 15px;
    border: none;
    outline: none;
    margin: 10px 0;
}

.btn{
    width: 100 px;
    height: 35px;
    border: none;
    outline: none;
    background: rgb(129, 32, 178);
    color: #ffffff;
    font-size: 16px;
    color: aliceblue ;
    box-shadow: 0 0 13px rgba(108, 0, 185, 0.325);
    cursor: pointer;
}
.btn:hover{
color: rgb(0, 0, 0);
}







