



.btnForm {
    display: inline-block;
    font-family: 'proxima-nova', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 25px;
    background: #FEC956;
    color: #023434;
    /* text-transform: uppercase; */
    -webkit-transition: all 0.4s ease-out 0s; */
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;

    letter-spacing: 1px;
    overflow: hidden;
    border-radius: 10px;
    padding: 0.6rem 4rem 0.6rem 4rem;
    transition: all 0.4s ease-out 0s;
}

.btnForm:hover {
    background-color: #C4C4C4;
    color: #023434;
    border-color: #C4C4C4;
}


.section-title .title::before {
    position: absolute;
    content: 'Regístrate';
    bottom: -2px;
    left: 50%;
    font-size: 100px;
    z-index: -1;
    color: #f3f5f5;

    transform: translateX(-50%);
    
}


.form-control-registro {
    display: block;
    width: 100%;
    height: calc(1.25em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #FDFDFD;
    background-clip: padding-box;
    border: 1px solid #C4C4C4;
    border-radius: 0.30rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-registro-custom{
    display: block;
    width: 100%;
    height: calc(1.4em + 1rem + 10px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #FDFDFD;
    background-clip: padding-box;
    border: 1px solid #C4C4C4;
    border-radius: 0.30rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}