/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 101; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

.modal .modal-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal .div_table {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 103;
}

.modal .div_table_cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 54px 3.2% 57px;
  width: 100%;
  max-width: 440px;
  border-radius: 10px;
  position: relative;
  z-index: 105;
}

.wrap_lost_pass h3 {
  text-align: center;
  margin-bottom: 11px;
}

.wrap_lost_pass .wrap_inscri .button {
  max-width: 207px;
  text-align: center;
  margin: 33px auto 0;
  border-radius: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #e75930;
  border-image-slice: 1;
  background: #ffffff;
  font-family: 'Roboto', serif;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  padding: 3px 20px;
  transition: all 300ms;
  text-align: center;
  color: #211c3b;
  height: 40px;
  display: block;
  line-height: 30px;
}

.wrap_lost_pass .wrap_inscri .button:focus,
.wrap_lost_pass .wrap_inscri .button:hover {
    height: 40px;
    padding: 2px 20px;
    border: none;
    background-image: linear-gradient(77deg, #e571a8 -30%, #d82772 9%, #e75930 65%, #f6ba4f 98%, #feed4d 115%), linear-gradient(77deg, #e571a8 -30%, #d82772 9%, #e75930 65%, #f6ba4f 98%, #feed4d 115%);
    color: #ffffff;
    line-height: 33px;
}