/**
 * sign-in.css
 */
body {
  display: initial;
}
body .modal-username .modal-content {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  body .modal-username .modal-content {
    padding-bottom: 72px;
  }
}
body .modal-username .header-divider {
  margin-top: 0;
}
body .modal-username button {
  margin: 0 !important;
}
body .modal-username p {
  text-align: left;
}
body section#main #sign-in {
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 6px;
  background: #FFFFFF;
  margin: 0 18px;
  overflow: hidden;
}
@media (min-width: 768px) {
  body section#main #sign-in {
    width: 480px;
  }
}
@media (min-width: 996px) {
  body section#main #sign-in {
    width: 480px;
  }
}
@media (min-width: 1200px) {
  body section#main #sign-in {
    width: 480px;
  }
}
@media (min-width: 768px) {
  body section#main #sign-in {
    position: relative;
    margin: 0 auto;
  }
}
body section#main #sign-in.loading {
  visibility: hidden;
}
body section#main #sign-in .logo {
  padding-top: 36px;
}
body section#main #sign-in .lead-text {
  text-align: center;
}
body section#main #sign-in .error .message {
  color: #FF0000;
}
body section#main #sign-in .error input {
  border-color: #FF0000;
}
body section#main #sign-in .message:before {
  content: "\f057";
  font-family: 'FontAwesome';
  padding-right: 1ex;
}
body section#main #sign-in .error-notification .error-description:before {
  content: "\f057";
  font-family: 'FontAwesome';
  padding-right: 1ex;
  color: #FF0000;
}
body section#main #sign-in .error-notification p {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 8px;
  line-height: 18px;
}
body section#main #sign-in button.block {
  margin-top: 18px;
}
body section#main #sign-in #form-sign-in {
  margin: 6px 0 48px 0;
}
body section#main #sign-in #forgot,
body section#main #sign-in #sign-up {
  text-align: center;
}
body section#main #sign-in #forgot a,
body section#main #sign-in #sign-up a,
body section#main #sign-in #forgot p,
body section#main #sign-in #sign-up p {
  font-size: 12px;
}
body section#main #sign-in #forgot {
  margin-top: 12px;
}
body section#main #sign-in #sign-up hr {
  margin: 0 -96px;
}
body section#main #sign-in #sign-up p {
  padding-bottom: 12px;
}
body section#main #sign-in #username-info {
  margin-left: 6px;
  color: #4DB6D7;
  cursor: pointer;
}
body footer {
  background-color: #DBD9D6;
}

input[type="radio"] {
	-webkit-appearance: radio !important;
}

.dls-radio {
	opacity: 1;
	position: relative;
}

.btn-submit {
	width: 80px;	
}

.btn-cancel {
	width: 80px;
	margin-left: 20px;
}

body section#main #sign-in .alert-message a {
    display: unset;
    padding-left: unset;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.password-container {
    position: relative;
}

.password-input {
    /*   width is tied to the container width and eye will be outside if not properly correlated */
    width: 100%;
}

.toggle-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

div.alert.info {
    border-radius: 8px;
    background-color: #F5F9FB;
    outline-color: #23779A;
    padding: 24px;
    display: flex;
}

div.alert-message {
    color: #444444;
}

.info-icon {
    background-image: url('/images/icons/info-icon.svg');
    height: 24px;
    width: 24px;
}

.otp a {
    color: #127277;
    font-weight: 700;
}

.header-text{
    color: #444444;
    font-size: 22px;
    font-weight: 700;
}

.otp input {
    border-radius: 8px;
    border: 1px solid #444;
    background: #FFF;
    /* Elevation flat */
    box-shadow: 0px 0px 0px 0px rgba(68, 68, 68, 0.00);
}

.otp input[type="radio"], .otp input[type="checkbox"] {
    accent-color: #127277 !important;
}

.otp input[type="checkbox"] {
    border-radius: 4px;
    border: 1px solid var(--1-primary-04-dark-grey, #444);
    background: var(--1-primary-12-white, #FFF);
    /* Elevation flat */
    box-shadow: 0px 0px 0px 0px rgba(68, 68, 68, 0.00);
    height: 24px;
    margin: -4px 8px 0 0;
    vertical-align: middle;
    width: 24px;
}

.otp input[type="radio"] {
    height: 24px;
    margin: -4px 8px 0 0;
    vertical-align: middle;
    width: 24px;
}

.otp .form-inline label {
    font-size: 14px;
    padding: 0 !important;
    margin-top: 10px;
}

.otp .form-group label {
    font-size: 16px;
    padding: 0 !important;
}

.horizontal-line {
    border-bottom: 0.5px solid #767676;
}

.help-block {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.otp p {
    font-size: 16px;
    padding: 0;
}

.otp .buttons {
    margin-top: 32px;
}

.otp button.block {
    margin-top: 0!important;
}

ul.input-list {
    padding: 0;
}

ul.input-list li {
    padding-top: 12px;
    padding-bottom: 12px;
}

ul.input-list.no-border li {
    border-bottom: none;
}

.top-16 {
    margin-top: 16px !important;
}

.top-20 {
    margin-top: 20px !important;
}
.top-32 {
    margin-top: 32px !important;
}
.bottom-12 {
    margin-bottom: 12px !important;
}
.bottom-14 {
    margin-bottom: 14px !important;
}
.bottom-24 {
    margin-bottom: 24px !important;
}
.bottom-32 {
    margin-bottom: 32px !important;
}