@charset "UTF-8";
html, body {
  height: 100%;
}

#content {
  background-color: #ff7f50;
  color: white;
  min-height: 100vh;
}

.container, .row.justify-content-center.align-items-center {
  min-height: 100%;
}

.btn {
  margin-left: 0px;
  box-shadow: none;
  border-radius: 10em;
}
.btn:hover {
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

form > .input-group > span {
  background-color: #FFF;
  color: gray;
}

input .error {
  border: 1px solid white;
  background: url("../layout/errorWhite.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: right;
}

input[type=email].valid:not(.inputPass), input[type=text].valid:not(.inputPass), input[type=number].valid:not(.inputPass), input[type=password].valid:not(.inputPass) {
  border-bottom: 1px solid white;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url("../layout/correctWhite.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: right;
  color: white;
}

.md-form input[type=password].valid {
  border-bottom: 1px solid white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.md-form input[type=email]:focus:not([readonly]) + label {
  color: white;
}

div.error, p.error {
  color: #ffff99;
  margin-bottom: 0px;
  font-weight: normal;
  border-radius: 0px;
  margin: 5px 0px 5px 0px;
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
div.error::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  padding-right: 5px;
  font-weight: 900;
}

.form-group > label {
  font-weight: normal;
}

hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.sign_steps {
  height: 800px;
}

.btn-oi {
  color: #ff7f50;
  background-color: white;
}

.loading_div {
  opacity: 0.5;
  background-image: url("../layout/loading2.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
  color: transparent;
}

a {
  color: white;
  font-weight: normal;
}
a:hover {
  color: white;
}

.md-form label {
  color: white;
}
.md-form label:focus {
  color: white;
}
.md-form label.active {
  color: white;
}

.md-form input[type=date]:focus:not([readonly]), .md-form input[type=email]:focus:not([readonly]), .md-form input[type=number]:focus:not([readonly]),
.md-form input[type=password]:focus:not([readonly]), .md-form input[type=text]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid white;
  color: white;
}

.md-form input[type=date], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=text] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid white;
  color: white;
}

.md-form input[type=text]:focus:not([readonly]) + label, .md-form input[type=password]:focus:not([readonly]) + label {
  color: white;
}

@-webkit-keyframes autofill {
  to {
    color: #666;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
  -webkit-text-fill-color: white;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border: 2px solid white;
}

.input_img {
  position: absolute;
  bottom: 2px;
  right: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

#step_icons > div > div {
  width: 17px;
  height: 17px;
  background-color: #cacaca;
  border-radius: 15px;
}
#step_icons > div > div.step1 {
  background-color: white;
}
#step_icons > div > div.step2 {
  background-color: #be3e0e;
}

.progress-bar {
  width: 0%;
  background-color: #be3e0e;
  line-height: 16px;
  font-weight: bold;
}

.idm-backdrop-loading {
  color: white;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}

/*# sourceMappingURL=newstyle.css.map */
