/*******UM CSS*******/
.um {
  opacity:1 !important;
}
.um * {
  font-family: Montserrat,sans-serif;
}

input#um-submit-btn {
    background: #e31f26;
    width: 100% !important;
    border: 1px solid #e31f26 !important;
}
.um-button{
      line-height: 0.7em !important;
}
input#um-submit-btn:hover {
    background: #fff;
    color: #e31f26;
    transition: .3s all ease;
}

