
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  height: 100%;
  background: #fff;
  font-size: 100%;
  font-family: Roboto, Signika, Raleway, Lato, Arial, Helvetica, sans-serif;
  display: block;
  margin: 0px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Roboto, Signika, Raleway, Lato, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1rem;
  height: 100%;
  background: #fff;
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

  /* For Firefox */
  scrollbar-color: rgba(63,63,63,.45) #fff;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  right: 12px;
  top:0;
  bottom:0;
}

::-webkit-scrollbar-thumb {
  background: rgba(63,63,63,.45);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(63,63,635,.45);
}

.mainContainer{
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  overflow-x: hidden;
}

.button-unstyled {
  background: none;
  border: 0;
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0;
  line-height: inherit;
  overflow: inherit;
  padding: 0;
  text-align: initial;
  vertical-align: initial;
  cursor: pointer;
}

input[type=text]:disabled{
  background: #dddddd;
}

.contactInput{
  width: 55%!important;
}

.form-control-std.error,
.form-control-dob.error,
.form-control-pwd.error {
  border-bottom: 2px solid red!important;
}

.form-control-std.error:valid {
  border: 1px solid #d9d9d9;
}

.form-control-std:hover:valid:not(:focus){
  border-color: #c6c6c6;
}

.form-control-std.error:focus:valid {
  box-shadow: 0 0 0 1.2px #4e4ed6;
  -webkit-box-shadow: 0 0 0 1.2px #4e4ed6;
  -moz-box-shadow: 0 0 0 1.2px #4e4ed6;
  border: 3px solid rgba(122,80,199,.1);
  padding: 8px 13px;
}

.form-control-std.dob{
  -webkit-appearance: none;
  -moz-appearance: none;
}

/*
#noCodeTooltip{
  margin-top: -1.5rem;
  cursor: pointer;
  color: #8f8fe5;
  font-size: 13px;
}
*/
#codeTooltip{
  cursor: pointer;
  color: #8f8fe5;
  font-size: 13px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d9d9d9;
  opacity: 1; /* Firefox */
}

:-moz-input-placeholder { /* Internet Explorer 10-11 */
  color: #d9d9d9;
}

::-moz-input-placeholder { /* Microsoft Edge */
  color: #d9d9d9;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d9d9d9;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #d9d9d9;
}

::-webkit-input-placeholder {
  color: #d9d9d9;
}

.dob::placeholder{
  font-size: .85em;
  opacity: 1; /* Firefox */
}
.dob::-webkit-input-placeholder{
  font-size: .85em;
}
.dob:-moz-input-placeholder{
  font-size: .85em;
}
.dob::-moz-input-placeholder{
  font-size: .85em;
}
.dob:-ms-input-placeholder{
  font-size: .85em;
}
.dob::-ms-input-placeholder{
  font-size: .85em;
}

.dob::-webkit-inner-spin-button,
.dob::-webkit-outer-spin-button,
.dob::-moz-inner-spin-button,
.dob::-moz-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance:textfield !important;
}

.row{
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.row::after {
  content: "";
  clear: both;
  display: table;
  height: 100%;
}

.prLogoArea.signUp{
  color: #fff;
  position: relative;
  min-height: 61px;
  background-color: #fff;
  z-index: 100;
}

.prLogoLoginContainer{
  height: 30px;
  width: 69px!important;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  position: relative;
  top: 20px;
  left: 30px;
}

.prLogoImg{
  display: block;
  height: 100%!important;
  width: 100%!important;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

.centerContainer{
  text-align: center;
}

.loginContainer{
  padding: 60px 85px;
  max-width: 518px;
  width: 100%;
  display: inline-block;
}

.loginContainer h1 {
  line-height: 1em;
}
@media only screen and (max-width: 320px) {
  .loginContainer{
    padding: 2rem;
  }
}
@media only screen and (min-width: 321px) and (max-width: 400px) {
  .loginContainer{
    padding: 3rem;
  }
}
@media only screen and (min-width: 400px) and (max-width: 500px) {
  .loginContainer{
    padding: 3rem 4rem;
  }
}

//Loading spinner
.infiniteSpinner-medium{
  width: 64px;
  height: 64px;
  display: inline-block;
}
.eczmJS {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.ebrxGH {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.iKvkDg {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  text-align: center;
}
svg:not(:root) {
  overflow: hidden;
}
.dtuFiT svg {
  display: block;
}
:not(svg) {
  transform-origin: 0px 0px;
  -webkit-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -o-transform-origin: 0px 0px;
}
.dtuFiT rect {
  fill: currentcolor;
  opacity: 0.2;
  animation: 0.8s ease 0s infinite normal none biZQmF;
  -webkit-animation: 0.8s ease 0s infinite normal none biZQmF;
  -moz-animation: 0.8s ease 0s infinite normal none biZQmF;
  -ms-animation: 0.8s ease 0s infinite normal none biZQmF;
  -o-animation: 0.8s ease 0s infinite normal none biZQmF;
}
.dtuFiT rect, .dtuFiT rect:nth-child(1) {
  animation-delay: 0.05s;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  -ms-animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(2) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(3) {
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -ms-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(4) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(5) {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(6) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(7) {
  animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(8) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(9) {
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(10) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(11) {
  animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(12) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(13) {
  animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(14) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
}
.dtuFiT rect, .dtuFiT rect:nth-child(15) {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
}

@-webkit-keyframes biZQmF {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  75% {
    opacity: 0.2;
  }
}
@-moz-keyframes biZQmF {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  75% {
    opacity: 0.2;
  }
}
@-o-keyframes biZQmF {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  75% {
    opacity: 0.2;
  }
}
@keyframes biZQmF {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  75% {
    opacity: 0.2;
  }
}

.header-descriptor{
  color: #595959;
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
  text-align: left;
  font-family: Lato;
}
.header-descriptor#progLogoContainer{
  height: 50px;
}
.header-descriptor#progLogoContainer img {
  max-height: 100%;
  margin: auto;
  display: block;
}

.descriptor.dob{
  float: left;
  width: 100%;
}

.descriptor.no-href,
.descriptor.text-disabled{
  color: #cfcccc;
}

.descriptor.prompt{
  color: #4e4ed6;
  height: 1.5rem;
  font-weight: 600;
  font-size: 0.8rem;
}

.descriptor.prompt.error{
  color: red;
}
.descriptor.prompt.error.verifyForm,
.neutralText.verifyForm.alignRight{
  margin-top: -2.5rem;
}
.descriptor.prompt.error.verifyForm,
.descriptor.prompt.error.verifyForm.otherOption{
  width: 12rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 376px) and (max-width: 425px) {
  .descriptor.prompt.error.verifyForm.otherOption,
  .descriptor.prompt.error.verifyForm{
    width: 12rem;
  }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
  .descriptor.prompt.error.verifyForm.otherOption,
  .descriptor.prompt.error.verifyForm{
    width: 10.5rem;
  }
}
@media only screen and (max-width: 320px) {
  .descriptor.prompt.error.verifyForm.otherOption,
  .descriptor.prompt.error.verifyForm{
    width: 10rem;
  }
}

.descriptor.prompt.error.noEduEmailForm{
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}

.descriptor.prompt.autocompleter,
.descriptor.prompt.indRoleForm,
.descriptor.prompt.error.eduForm{
  margin-top: -1.5rem;
}

.descriptor.no-href:hover,
.descriptor.no-href:focus{
  color: #a3a3a3;
}

.descriptor.subheader{
  opacity: 0.8;
  margin-top: 3rem;
}

.checkmark.error{
  background-color: rgba(255,153,153,.54)!important;
  border: 1px solid red;
}

.container.error{
  color: red;
}

.inlineForm{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.form-control-std,
.form-control-dob,
.form-control-pwd{
  width: 100%;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  color: #351c75;
  width: 100%;
  max-width: 100%;
  margin: 0 0 1.5rem;
  transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
  -webkit-transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
  -moz-transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
  -ms-transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
  -o-transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  height: auto;
  cursor: text;
}

.form-control-std.verifyForm{
  margin-bottom: 2.5rem;
}



.form-control-std.prompt,
.form-control-dob.prompt,
.form-control-pwd.prompt{
  margin-bottom: 0;
}

.form-group.eduName{
  margin: 0 0 1.5rem;
  display: block;
  height: 1rem;
}

.form-group.inlineLeft{
  margin-right: 7px;
}

.form-group.inlineMiddle{
  margin-right: 7px;
  margin-left: 7px;
}

.form-group.inlineRight{
  margin-left: 7px;
}


.form-group.inlineLeft.dob,
.form-group.inlineMiddle.dob
{
  flex-basis: 110px;
  -webkit-flex-basis: 110px;
  -moz-flex-basis: 110px;
}

.form-group.inlineRight.dob{
  flex-basis: 180px;
  -webkit-flex-basis: 180px;
  -moz-flex-basis: 180px;
}

.form-control-std:hover,
.form-control-dob:hover,
.form-control-pwd:hover{
  border-color: #c6c6c6;
}

.form-control-std:focus,
.form-control-dob:focus,
.form-control-pwd:focus,
.form-control-std.role:focus-within{
  box-shadow: 0 0 0 1.2px #4e4ed6;
  -webkit-box-shadow: 0 0 0 1.2px #4e4ed6;
  -moz-box-shadow: 0 0 0 1.2px #4e4ed6;
  border: 3px solid rgba(122,80,199,.1);
  padding: 8px 13px;
}

.eqWrap{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.reqs{
  width: 50%;
  margin-bottom: 2%;
  text-align: left;
  font-size: 0.65rem;
  font-family: Lato;
}

.crl{
  margin-right: .5rem;
  font-size: .75rem;
}

.btnDescriptor{
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.descListItem{
  padding-bottom: .5rem;
}
.Submit-btn.emailVerif,
.Submit-btn.resendCode{
  width: 100%;
  margin-bottom: 1rem;
}
.btn-general{
  width: 100%;
  color: #fff;
  font-weight: 600;
  background: #6fc3b3;
  border-radius: .5rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
  cursor: pointer;
  outline: none;
  border: none;
  height: 45px;
  min-width: 180px;
  text-align: center;
  padding: 0;
  margin: 0.8rem 0;
  transition: background .15s ease-out;
  -webkit-transition: background .15s ease-out;
  -moz-transition: background .15s ease-out;
  -ms-transition: background .15s ease-out;
  -o-transition: background .15s ease-out;
  text-decoration: none;
  opacity: 1;
}

.btn-general:hover,
.btn-general:focus{
  box-shadow: 0 1px 4px rgba(29,28,29,.3);
  -webkit-box-shadow: 0 1px 4px rgba(29,28,29,.3);
  -moz-box-shadow: 0 1px 4px rgba(29,28,29,.3);
}

.btn-general:active{
  background: #60a89a;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.btn-general:disabled{
  background: #d9d9d9;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  color: #3f3f3f;
  cursor: initial;
}

.btn-general.error{
  background: #d9d9d9;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  color: #3f3f3f;
  cursor: initial;
}

.buttonContainer{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.hiddenRadio{
  display: none;
}

.legalSection{
  margin-top: 60px;
  color: #c7c7c7!important;
  font-size: 12px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 100;
  text-align: center;
}

@media only screen and (min-width: 760px) {
  .legalSection{
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    padding-right: 30px;
  }
}

.login-pic{
  height: 100%;
  position: relative;
}

.login-picContainer{
  max-width: 340px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  float: right;
  margin-right: -10px;
  position: relative;
/*  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);*/
  top: 15%;
}

.prPlatformImg{
  display: block;
  height: 100%!important;
  width: 100%!important;
  max-width: 100%;
  border: 0;
}

.login-error-msg{
  margin-top: .8rem;
  color: red;
  font-size: 0.85rem;
  text-align: left;
}
