.reminder-popup .back-button .btn-primary {
  background: #2A609D;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  height: 50px;
  max-width: 540px;
  width: 100%;
  border: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 14px 0;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .reminder-popup .back-button .btn-primary {
      width: 100%; } }
  .reminder-popup .back-button .btn-primary:hover {
    transition: all 0.5s linear;
    background: #000000; }
