#hotline-feedback-form {
    margin: 0;
}

#hotline-feedback-form .auth__area{
    margin-bottom: 10px;
}

#hotline-feedback-form .sod_select {
height: 39px;
margin-right: 0;
    width: 430px;
}

.form-item-bottom-checkbox .form-item-checkbox {
    margin-top: 10px;
}

@media (max-width: 1023px) {
#hotline-feedback-form .sod_select {
    width: 100%;
}
}

@media (min-width: 1024px) {
.form-item-bottom-checkbox .form-item-checkbox {
    margin-left: 174px;
}
}