/*! sass-bem-constructor - version : 1.1.0 - 2016-08-18 */
.c-navbar.navbar.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

#container {
  background-image: linear-gradient(-180deg, #FCD900 0%, #DA7D41 100%);
  min-height: 100vh;
}
@media only screen and (max-width: 767px) {
  #container {
    background: #FFFFFF;
  }
}

/*************************
/*  Login Page
/*  Request Reset Password
/*  Reset Password
**************************/
.c-login {
  display: table;
  height: 60vh;
  width: 100%;
  padding: 25px 0 35px 0;
}
@media only screen and (max-width: 767px) {
  .c-login {
    padding-top: 0;
  }
}
.c-login .center {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}
.c-login .middle {
  display: table;
  margin: 0 auto;
}
.c-login__wrapper {
  background-color: #FFFFFF;
  padding: 10px 20px 20px 20px;
  border-radius: 5px;
}
@media (max-width: 500px) {
  .c-login__wrapper {
    padding: 10px;
  }
}

.c-login__log {
  display: flex;
  align-content: center;
  width: 550px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .c-login__log {
    padding-right: 40px;
    padding-top: 40px;
    width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c-login__log {
    width: 400px;
    margin-left: -50px;
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .c-login__log {
    display: none;
  }
}

.c-login__title {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  padding: 0;
}
.c-login__title h1 {
  font-size: 30px;
  font-family: "Helvetica-Light", "Helvetica Light", "Helvetica", Arial, sans-serif;
  color: #2526A9;
  font-weight: 200;
  line-height: 31px;
}
@media only screen and (max-width: 767px) {
  .c-login__title {
    float: none;
    display: flex;
    justify-content: center;
    align-content: center;
  }
  .c-login__title h1 {
    padding: 0 30px;
    text-align: center;
    color: #2526A9;
  }
}
@media (max-width: 500px) {
  .c-login__title {
    margin-left: 0;
  }
  .c-login__title h1 {
    color: #2526A9;
  }
}
@media only screen and (max-width: 767px) {
  .c-login__title--sz {
    line-height: 1.3 !important;
  }
}

.c-login__title--success {
  display: flex;
  justify-content: center;
  align-content: center;
}
.c-login__title--success h1 {
  font-size: 24px;
  line-height: 28px;
  color: #2526A9;
}

.c-login__img {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 20px;
}

.c-login__label {
  font-family: "suisseintl-semibold", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: inherit;
  font-size: 20px;
  color: #606060;
  line-height: 28.88px;
  margin-bottom: 0;
}
.c-login__label--req::after {
  content: "*";
  color: #606060;
}

.c-login__desc {
  display: block;
  white-space: pre-wrap;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #606060;
  line-height: 18.88px;
  padding-bottom: 2px;
}

.c-login__input {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  width: 100%;
  height: auto;
  background: transparent;
  border: 1px solid rgba(76, 76, 76, 0.55);
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  transition: background 333ms ease;
}
.c-login__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.c-login__input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.c-login__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.c-login__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.c-login__input:focus {
  border-color: rgba(76, 76, 76, 0.55);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.c-login__input {
  margin-top: 5px;
  margin-bottom: 20px;
}
.c-login__input:focus {
  outline: none;
  box-shadow: 0 0 1px 1px rgb(77, 144, 254);
}
.c-login__input--error {
  border: 1.5px solid #EB0000;
}

.c-login__hide {
  position: relative;
}
.c-login__hide .toggle-password {
  position: absolute;
  bottom: 4px;
  right: 10px;
  font-size: 22px;
}

.c-login__hide-npass {
  position: relative;
}
.c-login__hide-npass .toggle-password {
  position: absolute;
  bottom: 4px;
  right: 10px;
  font-size: 22px;
}

.c-login__link {
  display: flex;
  justify-content: center;
  align-content: center;
}
.c-login__link a {
  font-size: 16px;
  font-family: "suisseintl-semibold", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.c-login__link a:hover, .c-login__link a:focus {
  text-decoration: underline;
}
.c-login__link a:focus {
  outline: auto;
  outline-color: rgb(77, 144, 254);
}

.c-login__btn {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 20px;
}
.c-login__btn button:focus {
  outline: none;
  box-shadow: 0 0 1px 1px rgb(77, 144, 254);
}
.c-login__btn--multiple {
  justify-content: space-between;
}

.c-login__modal--btn {
  background-color: transparent;
  border: none;
}
.c-login__modal--btn img {
  margin-top: -5px;
}
.c-login__modal--btn:active, .c-login__modal--btn:hover {
  outline: none;
}
.c-login__modal--btn:focus {
  outline: none;
  box-shadow: 0 0 1px 1px rgb(77, 144, 254);
}

.c-login__modal--title {
  line-height: 1;
}

.c-login__modal--body {
  padding: 15px 30px;
}
.c-login__modal--body p em span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.c-login__modal--body p,
.c-login__modal--body ul > li {
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: inherit;
}

.c-login__request {
  margin-bottom: 10px;
  padding-right: 12px;
}
.c-login__request p {
  font-size: 16px;
  font-weight: 200;
  color: #606060;
  font-family: "Helvetica-Light", "Helvetica Light", "Helvetica", Arial, sans-serif;
  line-height: 21px;
}
.c-login__request p a {
  font-weight: 700;
  font-family: "Helvetica Bold", "Helvetica", Arial, sans-serif;
  /*          font-family: 'suisseintl-semibold', Helvetica Neue,Helvetica,Arial,sans-serif; */
  line-height: 21px;
  color: #2526A9;
  border-bottom: 1px dashed #2526A9;
}
.c-login__request p a:focus {
  text-decoration: none;
}
.c-login__request p a:hover {
  text-decoration: none;
  border-bottom: 1px solid #2526A9;
}
.c-login__request--center {
  display: flex;
  justify-content: center;
  align-content: center;
}

.c-login__smallprint {
  margin-bottom: 10px;
  padding-right: 12px;
  margin-top: 20px;
}
.c-login__smallprint p {
  font-size: 14px;
  font-weight: 200;
  color: #606060;
  font-family: "Helvetica-Light", "Helvetica Light", "Helvetica", Arial, sans-serif;
  line-height: 21px;
}
.c-login__smallprint p a {
  font-weight: 700;
  font-family: "Helvetica Bold", "Helvetica", Arial, sans-serif;
  line-height: 21px;
  color: #2526A9;
  border-bottom: 1px dashed #2526A9;
}
.c-login__smallprint p a:focus {
  text-decoration: none;
}
.c-login__smallprint p a:hover {
  text-decoration: none;
  border-bottom: 1px solid #2526A9;
}

.c-status-update {
  background-color: #FFFFFF;
  border: #FFFFFF;
  color: #FFFFFF;
  border-radius: 4px;
  display: flex;
  padding-right: 20px;
  margin-bottom: 30px;
}
.c-status-update__icon {
  background-color: #FFFFFF;
  border: 2px solid;
  border-radius: 4px;
  float: left;
  text-align: center;
  padding: 7px;
  width: 30px;
  margin-right: 50px;
  margin-top: 5px;
  font-size: 18px;
}
.c-status-update__icon i {
  color: #EB0000;
}
@media only screen and (max-width: 767px) {
  .c-status-update__icon {
    padding: 7px;
    width: 60px;
  }
}

.c-status-update__reasons {
  padding: 15px 0 15px 0;
  color: #EB0000;
}
.c-status-update__reasons ul {
  list-style: none;
}
.c-status-update__reasons ul li {
  list-style: disc;
  list-style-position: inside;
  text-indent: -21px;
  margin-left: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.c-status-update__reasons ul li:only-child {
  padding-top: 7px;
}

.c-flash-update {
  background-color: #FFFFFF;
  border: #FFFFFF;
  color: #008509;
  display: flex;
  padding-right: 20px;
  margin-bottom: 30px;
}
.c-flash-update__icon {
  border-radius: 4px;
  float: left;
  text-align: center;
  padding: 7px;
  width: 30px;
  margin-right: 50px;
  font-size: 25px;
}
.c-flash-update__icon i {
  margin-top: 20px;
  color: #008509;
}
@media only screen and (max-width: 767px) {
  .c-flash-update__icon {
    padding: 7px;
    width: 60px;
    font-size: 22px;
  }
}

.c-flash-update__reasons {
  padding: 15px 0 15px 0;
  color: #008509;
}
.c-flash-update__reasons ul {
  list-style: none;
}
.c-flash-update__reasons ul li {
  list-style: disc;
  list-style-position: inside;
  text-indent: -21px;
  margin-left: 10px;
  margin-bottom: 0;
  font-weight: 300;
  font-family: "suisseintl-regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.c-flash-update__reasons ul li:only-child {
  padding-top: 7px;
}