/* Add your CSS code here.

/*******UM CSS*******/
.um {
  opacity:1 !important;
}

input {
    font-family: poppins, sans-serif;
}
input#um-submit-btn {
    background: #2d2d85;
   /* width: 100% !important;*/
    border: 1px solid #2d2d85 !important;
}
.um-button{
      line-height: 0.7em !important;
}
input#um-submit-btn:hover {
    background: #fff;
    color: #2d2d85;
    transition: .3s all ease;
}
.um_request_name {
    display: none !important;
}
/***Register page password hide****/
#um_field_7_user_password, #um_field_8_user_password {
  display: none;
}

.um-center .um-button {
   min-width: 0px !important;
}



.ppw-ppf-field-container {
  text-align: center;
}
.post-password-form p {
    display: block;
}
.ppw-ppf-input-container input[type="submit"] {
    position: relative;
    top: 4px;
    width: 18%;
    color: #fff;
}
.ppw-pwd-submit-btn {
  !width: 100%;
  background: #235aa7 !important;
}
.ppw-ppf-desc {
  font-size: 17px;
  text-align: center;
}
