/*******UM CSS*******/
.um {
  opacity:1 !important;
}
.um * {
  font-family: DM Sans,sans-serif;
}
input {
    border-radius: 50px !important;
}
input#um-submit-btn {
    background: #be1522;
    width: 100% !important;
    border-radius: 50px !important;
    border: 1px solid #be1522 !important;
}
.um-button{
      line-height: 0.7em !important;
}
input#um-submit-btn:hover {
    background: #fff;
    color: #be1522;
    transition: .3s all ease;
}
.um-button.um-alt {
  border-radius: 50px !important;
}
.um-row {
    margin: 1px !important;
}
a.um-toggle-gdpr {
    display: none;
}
.select2.select2-container .select2-selection {
  border-radius: 50px !important;
}
span.um-field-checkbox-option {
    color: #fff !important;
}
.um-postmessage {
  color: #fff;
}

/*****Select radius******/
.select2.select2-container .select2-selection {
  border-radius: 50px !important;
}
.um-field .select2.select2-container .select2-selection {
    border-radius: 50px !important;
}

.um_request_name {
    display: none !important;
}

/*****Label color******/
.um-field-label, .digor {
    color: #fff !important;
}

/****Password Protected Page CSS***/
.ppw-ppf-input-container {
  padding: 200px 400px 200px 400px !important
}
 @media (min-width: 280px) and (max-width: 1450px) {
   .ppw-ppf-input-container {
      padding: 200px 0px 200px 0px !important
    }
 }

.ppw-ppf-field-container {
  text-align: center;
}
.ppw-ppf-input-container input[type="submit"] {
  position: relative;
  top: -4px;
  width: 18%;
}
.ppw-pwd-submit-btn {
  !width: 100%;
  background: #B42025 !important;
}

.ppw-ppf-desc {
  font-size: 17px;
  text-align: center;
}

/***Survey Page***/
.wpforms-field-label {
  font-size: 20px !important;
  color: #222 !important;
}


/***Wpforms button CSS***/
.wpforms-form button[type=submit], button.wpforms-page-button {
    background-color: #be1522 !important;
    border-color: #be1522 !important;
    border-radius:50px;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}
.wpforms-form button[type=submit]:hover, button.wpforms-page-button:hover {
    background-color: #fff !important;
     color: #be1522 !important;
}

button.lighte.bgdark.button {
    background: #b32025;
}