/* Container */
html {
  background-color: #FCFCFC;
  font-size: 14px;
  font-family: "Source Sans Pro",sans-serif !important;
  min-height: 100vh; }

body {
  background-color: #FCFCFC;
  font-size: 14px;
  font-family: "Source Sans Pro",sans-serif !important;
  min-height: 100vh;
  display: block; }

main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  align-items: center; }

.bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh; }

.powered-by {
  font-size: 12px;
  color: #BABABA; }

.text-guide {
  border: 1px solid #E7E4E4;
  border-radius: 4px;
  padding: 12px 16px; }
  .text-guide ol {
    margin: 0;
    padding-left: 16px; }
    .text-guide ol li {
      line-height: 28px; }

.card-text {
  margin-bottom: 4px;
  color: #707070; }

.contact-for-assistance {
  margin-top: 28px;
  margin-bottom: 20px !important;
  color: #707070;
  font-size: 12px;
  text-align: center; }
  .contact-for-assistance u {
    margin-top: 28px;
    margin-bottom: 20px !important;
    color: #707070;
    font-size: 12px;
    text-align: center; }

/* Color */
.color-primary {
  color: #1D1D1D; }
  .color-primary:hover {
    color: #1D1D1D; }

/* Text */
.underline {
  text-decoration: underline; }

/* Form */
.form-container {
  background-color: #FFFFFF;
  border: 1px solid #E1DFDC;
  padding: 16px 16px 0 16px;
  border-radius: .25rem; }

.form-signin {
  min-width: unset;
    width: 900px;
  height: 100vh;
  padding: 100px 236px;
  margin: auto;
  background: #FCFCFC; }

.form-text-desc {
  font-size: 12px;
  line-height: 20px;
  color: #707070; }

.form-group {
  margin-bottom: 20px; }
  .form-group > .label {
    margin-bottom: 14px; }
  .form-group > .input-group > .input-group-prepend > .input-group-text {
    background-color: #FFFFFF;
    border: 1px solid #E1DFDC;
    padding: 0 16px; }
    .form-group > .input-group > .input-group-prepend > .input-group-text .fa {
      margin: 0 auto; }
  .form-group > .input-group > input.form-control {
    background-color: #FFFFFF;
    border: 1px solid #E1DFDC;
    height: 48px;
    border-radius: .25rem; }
  .form-group > .input-group > div.invalid-feedback {
    font-size: 12px; }

.form-label-group {
  position: relative;
  margin-bottom: 1rem; }
  .form-label-group input {
    height: 3.125rem;
    padding: .75rem; }
    .form-label-group input::-webkit-input-placeholder {
      color: transparent; }
    .form-label-group input::-moz-placeholder {
      color: transparent; }
    .form-label-group input:-ms-input-placeholder {
      color: transparent; }
    .form-label-group input::-ms-input-placeholder {
      color: transparent;
      color: #777777; }
    .form-label-group input::placeholder {
      color: transparent; }
    .form-label-group input:not(:-moz-placeholder-shown) {
      padding-top: 1.25rem;
      padding-bottom: .25rem; }
      .form-label-group input:not(:-moz-placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777777; }
    .form-label-group input:not(:-ms-input-placeholder) {
      padding-top: 1.25rem;
      padding-bottom: .25rem; }
      .form-label-group input:not(:-ms-input-placeholder) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777777; }
    .form-label-group input:not(:placeholder-shown) {
      padding-top: 1.25rem;
      padding-bottom: .25rem; }
      .form-label-group input:not(:placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777777; }
  .form-label-group label {
    height: 3.125rem;
    padding: .75rem;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
    position: static; }

.border-danger {
  border-color: #CD2127; }

.close-success {
  color: #0171BD; }

.close-danger {
  color: #CD2127; }

.invalid-feedback {
  color: #CD2127; }

.close {
  text-shadow: none;
  opacity: 1; }
  .close:hover {
    color: inherit; }
  .close:not(:disabled):not(.disabled):hover {
    opacity: 1; }
  .close:not(:disabled):not(.disabled):focus {
    opacity: 1; }

/* Alert */
.alert {
  display: flex;
  padding-left: 0;
  padding-right: 0; }
  .alert > .alert-prepend {
    border-right: 0;
    padding-left: 16px;
    padding-right: 15px; }
  .alert > .alert-body {
    padding: 0 .75rem; }
  .alert.alert-message {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 0; }
    .alert.alert-message > .alert-inner-message {
      position: relative;
      width: 100%;
      padding: 1.25em 20px; }
      .alert.alert-message > .alert-inner-message > .close {
        margin: 0.2em 0; }
    .alert.alert-message > .alert-inner-message.alert-dismissible {
      padding-right: 4rem; }
  .alert-top {
    border-radius: 0; }
  .alert-danger {
    color: #CD2127;
    background-color: #F8DEDE;
    border-color: #F8DEDE; }
  .alert-fail {
    color: #CD2127;
    background-color: #F8DEDE;
    border-color: #F8DEDE; }
  .alert-success {
    color: #0171BD;
    background-color: #D9EAF5;
    border-color: #D9EAF5; }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .form-label-group label {
    position: static; }
  .form-label-group input::-ms-input-placeholder {
    color: #777777; } }

/* Button */
button.btn-color-primary {
  background-color: var(--primary-color);
  color: #FFFFFF;
  border: 0; }
  button.btn-color-primary:hover, button.btn-color-primary:active, button.btn-color-primary:focus {
    background-color: #1D1D1D !important;
    color: #FFFFFF !important;
    box-shadow: none !important; }

.btn {
  font-size: 16px; }
  .btn.btn-back {
    position: absolute;
    top: -5px;
    left: -5px; }
  .btn-signin {
    margin-bottom: 28px; }
  .btn-confirm {
    margin-bottom: 28px; }
  .btn-recover-pwd {
    margin-bottom: 28px; }

/* Icon */
.material-icons {
  vertical-align: middle; }
  .material-icons.md-18 {
    font-size: 18px; }
  .material-icons.md-28 {
    font-size: 28px; }

/* QR Code */
img.qr-code {
  width: 100%;
  height: 100%;
  max-width: 200px;
  min-height: 200px;
  margin: 8px 0 20px 0; }

.qr-code-hash {
  font-size: 17.5px;
  font-weight: 500; }

/* Font */
.font-semibold {
  font-weight: 600; }

/* Mobile */
@media only screen and (max-width: 767.98px) {
  html {
    background: #FCFCFC; }
  body {
    background: #FCFCFC; }
  main {
    display: block; }
  .form-signin {
    min-width: unset;
    width: 100%;
    padding: 20px;
    box-shadow: unset;
    margin: auto; }
  .alert.alert-message {
    position: sticky; } }
