#registro_form_checkbox{
    text-transform: uppercase;
    float: left;
    width: 65%;
    position: relative;
}
.registro_ids{
    width: 100%;
    position: relative;
}

.registro_passwords{
    width: 62%;
}
#registro{
    margin-bottom: 14%;
    width: 83%;
    margin: auto;
    margin-top: 1%;
    display:table;
}

#registro_titulo{
    text-align: center;
    margin-bottom: 2%;
    text-transform: uppercase;
}

#registro_texto{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4%;
}
#registro_form{
    margin-top: 2%;
    width: 92%;
}

.registro_form_field{
    height: 24px;

}


.registro_form_field td:nth-child(1){
    text-transform: uppercase;
    width: 2%;
    vertical-align: middle;
    position: relative;
}

.registro_passwords .registro_form_field td:nth-child(1){
    width: 16%;

}

.registro_form_field td:nth-child(1) span{

}

.registro_form_field td:nth-child(2){
    width: 16%;

    vertical-align: middle;
    position: relative;
}
.registro_form_field td:nth-child(2) input{
    background: rgb(232, 232, 232);
    border: 2px solid rgb(205, 205, 205);
    height: 56%;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    margin-left: 14px;
}

.registro_button{
    border: none;

    background: none;
    color: white;
    text-transform: uppercase;
}

#registro_form_buttons{

    width: 24%;
    float: left;
    text-align: end;
    position: relative;
    height: 100%;
    text-transform: uppercase;
    float: right;
}

.registro_form_button{
    padding: 1%;
    text-transform: uppercase;
    border-radius: 9px;
    background: #DEB25B;
    border: 1px solid #DEB25B;
    font-size: 21px;
    height: 29%;
    text-align: center;
    margin-bottom: 4%;
    cursor: pointer;
}

.registro_form_button span{
    color:white;
}


#registro_form_confirmar
{
    height: 94px;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

@media screen and (max-width: 600px)
{
    #registro_form_buttons
    {
        width: 45%;
    }
}

@media screen and (max-width: 400px)
{
    #registro_form_buttons
    {
        width: 100%;
        margin-top: 5%;
    }
}