.form-input {
  border: 0;
  border-radius: 24px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 8px #e5e5e5;
  -webkit-box-shadow: 0px 0px 8px #e5e5e5;
  -moz-box-shadow: 0px 0px 8px #e5e5e5;
}
.phone .form-control {
  border-radius: 0 24px 24px 0!important;
}
.sectDocumentReading a.cardStep {
  border-radius: 24px;
}
.simple-dropdown {
  box-shadow: 0px 0px 8px #e5e5e5;
  -webkit-box-shadow: 0px 0px 8px #e5e5e5;
  -moz-box-shadow: 0px 0px 8px #e5e5e5;
}
.btn-choose-file {
  border-radius: 20px;
}
.phone .btn {
    border-radius: 24px 0px 0 24px!important;
}


@media (max-width: 1200px) {


}

@media (max-width: 992px) {

.inputs-group .form-input {
  border-radius: 0;
  margin-top: -1px;
  box-shadow: none!important;
  border: 1px solid #ddd;
  z-index: 1;
}
.inputs-group {
  margin: 1px 0 16px 0;
  border-radius: 8px;
}
.inputs-group .form-group {
  margin: 0;
  margin-inline-end: 0px;
  margin-inline-start: 0;
  box-shadow: 0px 0px 8px #ddd;
  -webkit-box-shadow: 0px 0px 8px #ddd;
  -moz-box-shadow: 0px 0px 8px #ddd;
}

}

@media (max-width: 768px) {

.form-input {
  border-radius: 30px;
}
.phone .form-control {
  border-radius: 0 30px 30px 0!important;
}
.btn-choose-file {
  border-radius: 28px;
}
.phone .btn {
    border-radius: 30px 0px 0 30px!important;
}

}

@media (max-width: 576px) {


}
