
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica", Arial, sans-serif;
}

body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem !important;
  color: #212529 !important;
}

::selection {
  color: #fff;
  background: #5372F0;
}

.btn-primary {
  background: #0071bc !important;
}

.btn-secondary {
  background: #6c757d !important;
}

.nav-wrapper {
  width: 100%;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  background-color: #fff;
  margin-bottom: 2%;
}

.page-wrapper {
  width: 100%;
  height: auto;
}

.grad-bar {
  width: 100%;
  height: 42px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  background-color: #ab2328;
  border-bottom: 4px solid #ffc800;
}

@media only screen and (min-width: 900px) {
  .wrapper {
    background: #fff;
    width: 1100px;
    margin: auto;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
  }

  .txtMrgnbtm {
  margin-bottom: 0%;
  }
  .errMsgMrgn {
    margin-bottom: 1%;
  }

}

@media only screen and (max-width: 600px) {
  .wrapper {
    background: #fff;
    width: 100%;
    margin: auto;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
  }

  .txtMrgnbtm {
    margin-bottom: 6%;
  }
}

.wrapper header {
  font-size: 35px;
  font-weight: 600;
}

.wrapper form {
  padding: 10px 30px 50px 30px;
}

form .field {
  width: 40%;
  margin-bottom: 15px;
  margin-left: 28%;
}


form .field .input-area {
  height: 50px;
  width: 100%;
  position: relative;
}



.wrapper form .field .input-area label {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #999999;
  font-weight: 400;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

form .field .input-area input:focus~label,
form .field .input-area input:valid~label {
  top: 0%;
  font-size: 16px;
  color: #4158d0;
  background: #fff;
  transform: translateY(-50%);
}


form input {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 45px;
  font-size: 18px;
  background: white;
  caret-color: #5372F0;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  border-bottom-width: 2px;
  transition: all 0.2s ease;
}

form .field input:focus,
form .field.valid input {
  border-color: #5372F0;
}

form .field.error input {
  border-color: #dc3545;
}

.field .input-area i {
  position: absolute;
  top: 50%;
  font-size: 18px;
  pointer-events: none;
  transform: translateY(-50%);
}

/* .input-area .icon {
  left: 15px;
  color: #bfbfbf;
  transition: color 0.2s ease;
}

.input-area .error-icon {
  right: 15px;
  color: #dc3545;
}

form input:focus~.icon,
form .field.valid .icon {
  color: #5372F0;
}


form .field.error input:focus~.icon {
  color: #bfbfbf;
} */

form input::placeholder {
  color: #bfbfbf;
  font-size: 17px;
}

form .field .error-txt {
  color: #dc3545;
  text-align: left;
  margin-top: 5px;
}

form .field .error {
  display: none;
}


form .field.error .error {
  display: block;
}

form .pass-txt {
  text-align: left;
  margin-top: -20px;
  margin-left: 29%;
}

.wrapper a {
  color: #5372F0;
  text-decoration: none;
}

.wrapper a:hover {
  text-decoration: underline;
}

form input[type="submit"] {
  height: 50px;
  margin-top: 10px;
  color: #fff;
  padding: 0;
  border: none;
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  background: #005cb9;
  transition: all 0.3s ease;
  width: 40%;
  margin-left: 28%;
}

form input[type="submit"]:hover {
  background: #003087;
}


.sub_header ul {
  list-style-type: none;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  background-color: #ab2328;
  border-bottom: 4px solid #ffc800;
  margin-left: -2%;
  margin-right: -1%;
}

.sub_header li {
  float: left;
}

.sub_header li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 13px;
}

.stp-header .dropdown-menu.show {
  min-width: 100% !important;
  margin-top: -8% !important;
}

.navbar-header {
  background-color: white !important;
}

p {
  margin-left: 10%
}

.off-screen {
  visibility: hidden;
  color: transparent;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

.labelcheck {
  display: contents;
  padding-left: 15px;
  text-indent: -15px;
}

.inputcheck {
  width: 15px;
  height: 15px;
}

.banner-img {
  margin: 0.4% 0.5%;
  height: 75px;
}

.benefitsImg {
  vertical-align: middle;
  border-style: none;
  height: 65px;
  margin-right: 40%;
}

.sub_header ul {
  list-style-type: none;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  background-color: #ab2328;
  border-bottom: 4px solid #ffc800;
  margin-left: -2%;
  margin-right: -1%;
}

.sub_header li {
  float: left;
}

.sub_header li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 13px;
  margin-left: 57%;
}

.stp-header .dropdown-menu.show {
  min-width: 100% !important;
  margin-top: -8% !important;
}

.navbar-header {
  background-color: white !important;
}
.navbar {
  padding: .2rem 1rem !important;
}

form .field .input-area input:focus~label, form .field .input-area input:valid~label{
  font-size: 18px !important;
}

@media all and (-ms-high-contrast:active), all and (-ms-high-contrast:none) {
  /* IE11 CSS styles go here */
  form input {
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0 45px;
    font-size: 18px;
    background: white;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    border-bottom-width: 2px;
  }

  form input[type="submit"] {
    height: 50px;
    margin-top: 10px;
    color: #fff;
    padding: 0;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background: #005cb9;
    transition: all 0.3s ease;
    width: 40%;
    margin-left: 28%;
  }

  @media all and (min-width: 900px) {
    .wrapper {
      background: rgb(203, 67, 67);
      width: 1100px;
      margin: auto;
      box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    }
  
    .txtMrgnbtm {
    margin-bottom: 0%;
    }
    .errMsgMrgn {
      margin-bottom: 1%;
    }
  
  }
  
  @media all and(max-width: 600px) {
    .wrapper {
      background: #fff;
      width: 100%;
      margin: auto;
      box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    }
  
    .txtMrgnbtm {
      margin-bottom: 6%;
    }
  }
  
}