:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-1a19cec */.mp_wrapper {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #eee;
  
}
.mp_wrapper .mp-form-row label {
  display: inline-block !important;
  margin-bottom: 10px;
}
.mepr-login-actions a {
    color: #FFBE0B !important;
    transition: color 0.3s ease-in-out;
}
.mepr-login-actions a:hover {
    color: #071013 !important;
}
.mp_login_form input[type="submit"] {
    font-size: 1rem;
    color: #071013 !important;
    padding: 5px 20px;
    background-color: #FFBE0B !important;
    border: 0px;
    font-weight: 600;
    text-transform: uppercase !important;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.mp_login_form input[type="submit"]:hover {
    background-color: #071013 !important;
    color: #FFF !important;
}/* End custom CSS */