.registration-c table {
    position: relative;
    width: 100%;
    margin: 30px auto 0;
}

.registration-c td, .registration-c th {
    padding: 8px 10px;
    color: #fff;
    white-space: nowrap;
}
.registration-c .inp {
    padding-left: 5px;
    width: 265px;
    line-height: 36px;
    height: 36px;
    border-radius: 2px;
    color: #666;
    border: 1px solid #d6d6d6;
}
.registration-c td, .registration-c th {
    padding: 8px 10px;
    color: #636363;
    white-space: nowrap;

}
.register .register_forms h1 {
    color: #E94335;
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
}