body {
  background-color: #ece4d9;
  background: url("../../assets/images/an-bg4.b8d802fedd19.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.login-reg-panel {
  position: initial;
  transform: unset;
  width: 500px;
  margin: auto;
  margin-top: 40px;
  height: auto;
  &::before {
    display: table;
    content: " ";
  }
  > .white-panel {
    position: initial;
    width: 100%;
    box-shadow: 0 0 15px 9px #00000096;
    .login-show {
      padding: 50px;
      text-align: left;
      color: #000000;
      display: block;
      background-color: rgba(255, 255, 255, 1);
      input[type="text"], input[type="password"], input[type="email"] {
        width: 100%;
        display: block;
        margin-bottom: 0px;
        margin-top: 5px;
        padding: 10px;
        border: 1px solid #b5b5b5;
        outline: none;
        border-radius: 0.375rem;
      }
    }
    .btn-login {
      width: 100%;
      border-radius: 20px;
      padding: 10px;
      font-size: 18px;
      margin-top: 10px;
    }
    .errorlist {
        color: #ff0000; font-size:.875em;
    }
    .small.mt-3 {
      span {
        position: relative;
        top: -2px;
      }
    }
  }

  .login-show a, .login-show .verify-success {
    color: #dd6e37;
  }
  .login-show .verify-success, .login-show .verify-failed {
    font-size: 5rem;
  }

  @media (max-width: 540px) {
    width: 90%;
  }
}
