@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}
body {
  /* background-color:#293262; */
  background-color: #273689;
  font-family: 'Montserrat';
  font-style: normal;
  max-width: 900px;
  margin: auto;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* .titleText, .headerImg {
  background: rgb(28,129,186);
  background: radial-gradient(circle, rgba(28,129,186,1) 0%, rgba(41,50,98,1) 80%);
} */

.fw-900 {
  font-weight: 900!important;
}

.fw-400 {
  font-weight: 400!important;
}

.title{
  font-size: 25px;
  font-weight: 900;
  line-height: 28px;
}

.sub-title{
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
}

.text-form{
  color: #6F6F6F;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}


.btn-primary,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus {
  height: 62px;
  border-radius: 45px;
  background: #1D81BA;
  color: #FCF0D8;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  border: none;
}
.btn-primary:hover {
  background: #166a97;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.btn-warning,
.btn-warning:visited,
.btn-warning:active,
.btn-warning:focus {
  height: 48px;
  border-radius: 46px;
  background: linear-gradient(0deg, #E89E24 0%, #E89E24 100%);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.20);
  color: #FCF0D8;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  border: none;
  text-transform: uppercase;
}

.btn-warning:hover {
  background: linear-gradient(0deg, #f2aa32 0%, #e18910 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.purple-text {
  color: #6A7ACC;
  font-size: 15px;
  font-weight: 500;
}
.modal-content {
  background-color:#293262;
}
.btn-close {

  filter: invert(1);
}


.check-text {
  text-align: left;
  color: #72B8ED;
  font-size: 15px;
  font-weight: 500;
}


 .form-control,
 .form-select {
   border-radius: 8px;
 }

 .form-floating>.form-control,
 .form-floating>.form-control-plaintext,
 .form-floating>.form-select {
   height: 37px;
 }

 .form-floating>.form-control,
 .form-floating>.form-control-plaintext,
 .form-floating>.form-select {
   line-height: 1.25;
 }

 .form-floating>label {
   top: -6px;
 }


.form-check-input {
  width: 22px;
  height: 22px;
  border-radius: .25em;
  padding: 0;
  display: flex;
  align-items: start;
  flex-shrink: 0;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #ffffff;
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #ffffff;
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #72B8ED;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #72B8ED;
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #72B8ED;
}

.form-check-input:checked {
  background-color: #72B8ED;
  border-color: #72B8ED;
}