.main-box {
  /*margin: 8px;*/
  padding-top: 14px;
  /*margin-left: 14px;*/
  /*margin-right: 14px;*/
}

.main-container {
  background: #0e3d5b;
  margin-top: 50px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  max-width: 542px;
  width: 100%;
  border-radius: 18px;
}

.inner-wrapper {
  width: 450px;
  max-width: 100%;
}
.form-header p {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

#expiredDiv {
  display: none;
  color: red;
  text-align: center;
}

#expiredDiv p {
  test-align: center;
}

#errorMessage {
  text-align: center;
  display: none;
}

.content-header {
  font-size: 20px;
}

.content-subheader {
  font-size: 16px;
}

#ssoLoginFormDiv,
#ssoErrorMessageDiv,
#otpFormDiv,
#resetFormDiv {
  display: none;
}

#ssoErrorMessage {
  text-align: center;
  color: #f00;
}

.nav-box {
  border: 1px solid #c9d7e1;
  padding: 0px;
  margin-left: 14px;
  height: 100%;
}

.nav-box li {
  border-bottom: 1px solid #c9d7e1;
}

.content-box {
  border: 1px solid #c9d7e1;
  padding: 0px;
  /*margin-left: 14px;*/
  margin-right: 14px;
}

.content-box-bottom {
  border: 1px solid #c9d7e1;
  padding: 0px;
  /*margin-left: 14px;*/
  margin-right: 14px;
  margin-top: 14px;
  background-color: #1b394d;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.title-box {
  background-color: #1b394d;
  /*height: 60px;*/
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.description-box {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}

.counter-text {
  font-weight: normal;
  font-size: 32px;
}

.counter-description {
  font-weight: normal;
  font-size: 14px;
}

.secondary-description {
  font-weight: normal;
  font-size: 14px;
  color: #b6c4cc;
}

.primary-description {
  font-weight: bold;
  font-size: 16px;
  color: white;
}

.counter {
  font-weight: normal;
  background-color: #17a4c5;
  font-size: 28px;
  width: 220px;
}

.counter-text {
  font-size: 12px;
  background-color: #17a4c5;
}

.ss-button {
  border: 1px solid #b5c8d5;
  background: #3db992;
}

#form-sub-fields {
  position: relative;
}

#reset {
  position: absolute;
  left: 16px;
}

#sub-login,
#sso-sub-login {
  position: absolute;
  right: 16px;
}

#loginFormDiv,
#ssoLoginFormDiv,
#otpFormDiv,
#resetFormDiv {
  background: transparent;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.switch-text {
  font-size: 14px;
  color: #2b404d;
  font-weight: bold;
}

.ss-menu-item-active {
  font-size: 16px;
}

.ss-menu-item-active a {
  color: #3db992;
  font-weight: bold;
}

.ss-menu-item {
  height: 40px;
}

.ss-menu-item-nested {
    margin-left: 24px;
}

.ss-nav-header {
  height: 71px;
}

.form-box {
  /*border: 1px solid #C9D7E1;*/
  /*padding: 5px;*/
  background: #e4ebf0;
  /*margin-top: 14px;*/
  /*margin-left: 14px;*/
}

.form-box-container {
  /*border: 1px solid #C9D7E1;*/
  padding: 10px;
  /*background: #E4EBF0;*/
  /*margin-top: 14px;*/
  /*margin-left: 14px;*/
}

.form-box-title {
  border-bottom: 3px solid #486b82;
  padding: 5px;
  background: #f0f3f5;
  margin: 0;
  color: #1b394d;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  height: 60px;
  /*margin-top: 14px;*/
  /*margin-left: 14px;*/
  /*margin-left: 14px;*/
  /*margin-right: 14px;*/
}

.form-box-sub-title{
  border-bottom: 2px solid #9da9b3;
  padding: 5px;
  background: #f0f3f5;
  margin: 0;
  color: #7d8389;
  font-size: 16px;
  font-weight: bold;
}

.form-label {
  color: #2b404d;
  font-weight: bold;
}

.form-group-container {
  padding-left: 10px;
}

.title-box-empty {
  height: 71px;
}

.grid-row {
  padding-bottom: 10px;
}

/* slider */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 0px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #3db992;
}

input:focus + .slider {
  box-shadow: 0 0 1px #3db992;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.required:after {
  content: ' *';
  color: red;
}

.button-elements {
  background-color: #3db992;
  width: 100%;
  height: 50px;
  border-radius: 5px;
}

.button-elements:hover {
  background-color: #309474;
}

#verifyCredButton {
  background-color: #3db992;
  width: 100%;
  height: 50px;
  border-radius: 5px;
}

#verifyCredButton:hover {
  background-color: #309474;
}

#investigate-link {
  text-align: right;
  font-size: 16px;
  margin-top: 16px;
}

#loader-wrapper {
  width: 100%;
  height: 100%;
}

.login-sublinks {
  color: #fff;
}

.pointer-cursor{
  cursor: pointer;
  color: #17A4C5;
}

.pointer-cursor:hover{
  cursor: pointer;
  color: #0E3D5B;
}



#content-wrapper {
  margin-top: 50px;
  margin-bottom: 8px;
  background: #0e3d5b;
  display: flex;
  justify-content: center;
  max-width: 542px;
  /*mawidth: 100%;*/
  border-radius: 18px;
}

.login-sublinks:hover {
  color: #3db992 !important;
  cursor: pointer;
}

#loader-container {
  width: 30%;
  display: inline-block;
  text-align: center;
  min-height: 215px;
  vertical-align: top;
  margin: 1%;
  background: #080915;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 1px #103136 inset;
  box-shadow: 0px 0px 30px 1px #103136 inset;
}

@media only screen and (max-width: 600px) {
  #loader-container {
    min-width: 350px;
  }
}

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle;
}

.loader-icon {
  position: absolute;
  top: calc(50% - 12px);
}

.loader-2 .loader-icon {
  position: static;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-animation: loader-2-star 1s ease alternate infinite;
  animation: loader-2-star 1s ease alternate infinite;
}

.loader-2 .loader-circles {
  width: 8px;
  height: 8px;
  background: #18ffff;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 4px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: loader-2-circles 1s ease-in-out alternate infinite;
  animation: loader-2-circles 1s ease-in-out alternate infinite;
}

@-webkit-keyframes loader-2-star {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(0.7) rotate(360deg);
    transform: scale(0.7) rotate(360deg);
  }
}

@keyframes loader-2-star {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(0.7) rotate(360deg);
    transform: scale(0.7) rotate(360deg);
  }
}

@-webkit-keyframes loader-2-circles {
  0% {
    -webkit-box-shadow: 0 0 0 #18ffff;
    box-shadow: 0 0 0 #18ffff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-box-shadow: 24px -22px #18ffff, 30px -15px 0 -3px #18ffff, 31px 0px #18ffff,
      29px 9px 0 -3px #18ffff, 24px 23px #18ffff, 17px 30px 0 -3px #18ffff, 0px 33px #18ffff,
      -10px 28px 0 -3px #18ffff, -24px 22px #18ffff, -29px 14px 0 -3px #18ffff, -31px -3px #18ffff,
      -30px -11px 0 -3px #18ffff, -20px -25px #18ffff, -12px -30px 0 -3px #18ffff, 5px -29px #18ffff,
      13px -25px 0 -3px #18ffff;
    box-shadow: 24px -22px #18ffff, 30px -15px 0 -3px #18ffff, 31px 0px #18ffff,
      29px 9px 0 -3px #18ffff, 24px 23px #18ffff, 17px 30px 0 -3px #18ffff, 0px 33px #18ffff,
      -10px 28px 0 -3px #18ffff, -24px 22px #18ffff, -29px 14px 0 -3px #18ffff, -31px -3px #18ffff,
      -30px -11px 0 -3px #18ffff, -20px -25px #18ffff, -12px -30px 0 -3px #18ffff, 5px -29px #18ffff,
      13px -25px 0 -3px #18ffff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-box-shadow: 25px -22px #18ffff, 15px -22px 0 -3px black, 31px 2px #18ffff,
      21px 2px 0 -3px black, 23px 25px #18ffff, 13px 25px 0 -3px black, 0px 33px #18ffff,
      -10px 33px 0 -3px black, -26px 24px #18ffff, -19px 17px 0 -3px black, -32px 0px #18ffff,
      -23px 0px 0 -3px black, -25px -23px #18ffff, -16px -23px 0 -3px black, 0px -31px #18ffff,
      -2px -23px 0 -3px black;
    box-shadow: 25px -22px #18ffff, 15px -22px 0 -3px black, 31px 2px #18ffff, 21px 2px 0 -3px black,
      23px 25px #18ffff, 13px 25px 0 -3px black, 0px 33px #18ffff, -10px 33px 0 -3px black,
      -26px 24px #18ffff, -19px 17px 0 -3px black, -32px 0px #18ffff, -23px 0px 0 -3px black,
      -25px -23px #18ffff, -16px -23px 0 -3px black, 0px -31px #18ffff, -2px -23px 0 -3px black;
  }
}

@keyframes loader-2-circles {
  0% {
    -webkit-box-shadow: 0 0 0 #18ffff;
    box-shadow: 0 0 0 #18ffff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-box-shadow: 24px -22px #18ffff, 30px -15px 0 -3px #18ffff, 31px 0px #18ffff,
      29px 9px 0 -3px #18ffff, 24px 23px #18ffff, 17px 30px 0 -3px #18ffff, 0px 33px #18ffff,
      -10px 28px 0 -3px #18ffff, -24px 22px #18ffff, -29px 14px 0 -3px #18ffff, -31px -3px #e11a2b,
      -30px -11px 0 -3px #18ffff, -20px -25px #18ffff, -12px -30px 0 -3px #18ffff, 5px -29px #18ffff,
      13px -25px 0 -3px #18ffff;
    box-shadow: 24px -22px #18ffff, 30px -15px 0 -3px #18ffff, 31px 0px #18ffff,
      29px 9px 0 -3px #18ffff, 24px 23px #18ffff, 17px 30px 0 -3px #18ffff, 0px 33px #18ffff,
      -10px 28px 0 -3px #18ffff, -24px 22px #18ffff, -29px 14px 0 -3px #18ffff, -31px -3px #18ffff,
      -30px -11px 0 -3px #18ffff, -20px -25px #18ffff, -12px -30px 0 -3px #18ffff, 5px -29px #18ffff,
      13px -25px 0 -3px #18ffff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-box-shadow: 25px -22px #18ffff, 15px -22px 0 -3px black, 31px 2px #18ffff,
      21px 2px 0 -3px black, 23px 25px #18ffff, 13px 25px 0 -3px black, 0px 33px #18ffff,
      -10px 33px 0 -3px black, -26px 24px #18ffff, -19px 17px 0 -3px black, -32px 0px #18ffff,
      -23px 0px 0 -3px black, -25px -23px #18ffff, -16px -23px 0 -3px black, 0px -31px #18ffff,
      -2px -23px 0 -3px black;
    box-shadow: 25px -22px #18ffff, 15px -22px 0 -3px black, 31px 2px #18ffff, 21px 2px 0 -3px black,
      23px 25px #18ffff, 13px 25px 0 -3px black, 0px 33px #18ffff, -10px 33px 0 -3px black,
      -26px 24px #18ffff, -19px 17px 0 -3px black, -32px 0px #18ffff, -23px 0px 0 -3px black,
      -25px -23px #18ffff, -16px -23px 0 -3px black, 0px -31px #18ffff, -2px -23px 0 -3px black;
  }
}
