.fondo-formulario {
    position: relative;
    text-align: center;
}

#register-img {
    position: relative;
    margin: 50px auto;
}

.registro form div input {
    width: 100%;
    background: none;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid rgba(7, 6, 6, 0.14);
    padding: 0.5rem 2rem
}

.registro form div select, select .form-control {
    border: none;
    background: none;
    border-radius: 0px;    border-bottom: 1px solid rgba(7, 6, 6, 0.14)!important;

}

.text-green {
    color: #7CC35B !important;
    /*text-decoration: none;*/
    /*font-weight: bolder;*/
}
