/*** BOX MODAL ***/
.modal-box {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  /* padding-top: 200px; Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(123, 135, 135);
  background-color: rgba(123, 135, 135, 0.7);
}

.modal-box .modal-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  padding: 48px 64px;
  max-width: 963px;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animateopacity;
  -webkit-animation-duration: 0.8s;
  animation-name: animateopacity;
  animation-duration: 0.8s;
  background-color: #fefefe;
}

.modal-box .modal-content h1,
.modal-box .modal-content p,
.modal-box .modal-content span,
.modal-box .modal-content a {
  font-family: Arial, Helvetica, sans-serif;
}

.modal-box .modal-content h1 {
  color: #00457c;
  font-size: 35px;
  font-weight: normal;
  display: block;
  margin-bottom: 20px;
  line-height: 40px;
}

.modal-box .modal-content p {
  margin: 0 0 32px 0;
  line-height: 23px;
}

.modal-box .modal-content .btn, .modal-box .modal-content .btn:link, .modal-box .modal-content .btn:active, .modal-box .modal-content .btn:visited {
  min-width: 160px;
  height: 46px;
  line-height: 46px;
  margin: 6px 4px;
  padding: 0 18px;
  font-size: 16px;
  /* color: #fff; */
  /* text-decoration: none; */
  /* border: solid 1px #2A7DAC; */
  /* border-radius: 24px; */
  /* background: #2A7DAC; */
  /* transition: 0.4s; */
}

.modal-box .modal-content .btn:hover, .modal-box .modal-content .btn:focus {
  /* color: #fff; */
  /* text-decoration: none; */
  /* border: solid 1px #0B6498; */
  /* outline: 0; */
  /* background: #0B6498; */
}

.modal-box .modal-content .btn.sec, .modal-box .modal-content .btn.sec:link, .modal-box .modal-content .btn.sec:active, .modal-box .modal-content .btn.sec:visited {
  /* color: #2A7DAC !important; */
  /* text-decoration: none; */
  /* border: solid 1px #2A7DAC; */
  /* background: #fff; */
}

.modal-box .modal-content .btn.sec:hover, .modal-box .modal-content .btn.sec:focus {
  /* color: #fff !important; */
  /* text-decoration: none; */
  /* border: solid 1px #0B6498; */
  /* outline: 0; */
  /* background: #0B6498; */
}

.modal-box .modal-content .last {
  margin-bottom: 0;
}
@keyframes animateopacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-box .close {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 48px;
  font-weight: normal;
  /* color: #fff; */
  /* text-decoration: none; */
  text-align: center;
  /* background: #2A7DAC; */
  /* border: none; */
  border-radius: 50%;
  /* cursor: pointer; */
  /* transition: 0.4s; */
}

.modal-box .close:hover, .modal-box .close:focus {
  /* color: #fff !important; */
  /* text-decoration: none; */
  /* outline: 0; */
  /* background: #0B6498; */
}

/*** END BOX MODAL ***/
/*** OPEN AN ACCOUNT ***/
#openAnAccount-button {
  cursor: pointer;
}

/*** END OPEN AN ACCOUNT ***/
/*# sourceMappingURL=vendor.bundle.1.3.59.css.map */
