.register {
  background-color: #f4f8fb;
}

@media (max-width: 1200px){
#osm-singup-page {
  margin: 0px 25px !important;
  }
}

@media (max-width: 1024px){
#osm-singup-page {
  margin: 0px !important;
  padding: 0px !important;
}
}

.osm-page-title {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
}

h1.osm-page-title {
  margin: 0 !important;
}

.osm-message p{
  margin: 20px 0 40px 0;
}

#os_form div {
  margin-left: 0px !important;
}

.form-style {
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  width: 300px;
  padding: 0 20px 0 20px;
}

#CardCountry-lbl {
  width:300px;
}

#AttachFile-lbl {
  width:300px;
}

#button-file-AttachFile {
  width:300px;
}

.osm-coupon-container {
  border-top: 1px solid #ccc;
}

.osm-amount-container {
  width:300px;
  border-radius: 18px;
  box-shadow: 0 2px 4px 2px rgba(235,235,235,1);
  padding: 25px;
  background-color: #fff;
}

.osm-subscribe-to-newsletter-container {
  margin-bottom: 0px !important;
}
.osm-subscribe-to-newsletter-container label{
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

#field_AttachFile {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}