body {
  margin: 0;
  padding: 0;
  font-family: "Nunito";
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.central-logo-space {
  padding-top: 11px;
  padding-bottom: 4px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 16px;
  font-weight: 300;
}

.central-logo-space img {
  margin: auto;
  display: block;
  width: 167px;
  height: auto;
}

header {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

h1 {
  color: #0B34C9;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.cols {
  display: flex;
  gap: 20px;
}
.cols .col-left, .cols .col-right {
  flex: 1;
  justify-content: center;
  display: flex;
}
.cols .col-left h2, .cols .col-right h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}
.cols .col-left .row, .cols .col-right .row {
  text-align: center;
}
.cols input[type=submit], .cols .button {
  border-radius: 2px;
  background: linear-gradient(0deg, #0B34C9 0%, #0B34C9 100%), #FFF;
  width: 250px;
  height: 38px;
  flex-shrink: 0;
  outline: 0;
  border: 1px solid #0B34C9;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  appearance: auto;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  white-space: pre;
  padding-block: 1px;
  padding-inline: 6px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
}
.cols a {
  color: #0B34C9;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.cols .spacer--line {
  width: 1px;
  border-left: 1px solid #DFDFDF;
  height: 100%;
  outline: none;
}
.cols .info-line {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 12px;
}
.cols .info-line div {
  text-align: left;
}
.cols .mT20 {
  margin-top: 17px;
}
.cols .info {
  text-align: left !important;
  color: #4C4C4C;
  font-family: Nunito;
  font-size: 12px;
  font-weight: 400;
}
.cols .info a {
  color: #0B34C9;
  font-size: 12px;
}
.cols .reg-check {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  gap: 10px;
}
.cols .reg-check a {
  color: #0B34C9;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .cols {
    flex-direction: column;
  }
  .cols .spacer {
    display: none;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  adding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #696969;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: bold;
  text-transform: uppercase;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/*# sourceMappingURL=login.css.map */
