#registration { width: 100%; padding: 50px 3% 50px 5%; box-sizing: border-box; }

#registration input { margin-bottom: 0; }
#registration .btn { margin-top: 0; }

.reg_table { display: table; margin-bottom: 5px; padding: 5px 1%; width: 98%; max-width: 800px; }
.reg_table:hover { background: #fff5cd; }

.reg_text { display: table-cell; width: 25%; padding-right: 5%; }
.reg_input { display: table-cell; width: 75%; }

.send_new_pass { display: none; float: left; }
.login_btn { float: left; }

.ceg_table { display: none; }

.errorinput { border: 2px solid #ee0000 !important; background: #f9e493 !important; }



@media screen and (max-width: 650px) {
    
    .reg_text { display: block; width: 100%; padding-bottom: 5px; padding-right: 0; }
    .reg_input { display: block; width: 95%; padding-left: 5%; }
    
}