.auth-form ul {
  padding-left: 20px;
  font-size: 13px;
  color: #ff0000; }

.center-text {
  text-align: center; }

.btn.btn-primary.btn-block {
  background: #122c43;
  border-color: #122c43;
  width: max-content;
  box-shadow: none; }

.login-page {
  background-image: url("../image/page/login-page-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center; }
  .login-page .login-wrapper {
    background: #e9ecef;
    display: flex;
    justify-content: center; }
  .login-page .login-image-left {
    width: 400px;
    position: relative; }
    .login-page .login-image-left .detalis-wrapper {
      position: absolute;
      display: flex;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      justify-content: center;
      width: 100%;
      flex-direction: column;
      align-items: center;
      background: #140f3269;
      color: white; }
    .login-page .login-image-left .image-wrapper {
      position: relative;
      height: 100%; }
      .login-page .login-image-left .image-wrapper img {
        height: 100%; }
      .login-page .login-image-left .image-wrapper:after {
        position: absolute;
        top: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, #000000b0, #000000b0);
        left: 0; }

.register-page {
  -ms-flex-align: center;
  align-items: center;
  background: #e9ecef;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center; }

.login-box {
  width: 360px; }

.register-box {
  width: 360px; }

.login-logo {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: .9rem;
  text-align: center; }
  .login-logo a {
    color: #495057; }

.register-logo {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: .9rem;
  text-align: center; }
  .register-logo a {
    color: #495057; }

.card-content {
  background-color: #fff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: .25rem; }
  .card-content .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem; }
    .card-content .card-body .input-group input {
      box-shadow: none; }
  .card-content .login-register-buttons {
    width: 100%;
    height: auto;
    padding: 0 0 10px;
    text-align: center; }
    .card-content .login-register-buttons .login-left {
      width: 50%;
      height: auto;
      padding: 10px 0;
      float: left;
      transition: .3s ease-out;
      border-left: 3px solid #122c43; }
    .card-content .login-register-buttons .register-right {
      width: 50%;
      height: auto;
      padding: 10px 0;
      float: left;
      transition: .3s ease-out;
      border-right: solid 3px #122c43; }
    .card-content .login-register-buttons .login-left.active {
      background: #c0c0c01c;
      box-shadow: #ccdbe8 -4px -1px 11px 0 inset, #ffffff80 -3px -3px 6px 1px inset; }
      .card-content .login-register-buttons .login-left.active:hover {
        background: white;
        box-shadow: unset; }
    .card-content .login-register-buttons .hover-l-r.active:hover ~ .hover-l-r {
      background: #c0c0c01c;
      box-shadow: #ccdbe8 -4px -1px 11px 0 inset, #ffffff80 -3px -3px 6px 1px inset; }
    .card-content .login-register-buttons .register-right.active {
      background: #c0c0c01c;
      box-shadow: #ccdbe8 -4px -1px 11px 0 inset, #ffffff80 -3px -3px 6px 1px inset; }
    .card-content .login-register-buttons a {
      text-decoration: unset;
      color: black; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1rem;
  padding: 30px; }

b {
  font-weight: bolder; }

strong {
  font-weight: bolder; }

.login-card-body {
  background: #fff;
  border-top: 0;
  color: #666;
  padding: 20px; }
  .login-card-body .input-group .form-control {
    border-right: 0; }
  .login-card-body .input-group .input-group-text {
    background-color: transparent;
    border-bottom-right-radius: .25rem;
    border-left: 0;
    border-top-right-radius: .25rem;
    color: #777;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.register-card-body {
  background: #fff;
  border-top: 0;
  color: #666;
  padding: 20px; }
  .register-card-body .input-group .form-control {
    border-right: 0; }
  .register-card-body .input-group .input-group-text {
    background-color: transparent;
    border-bottom-right-radius: .25rem;
    border-left: 0;
    border-top-right-radius: .25rem;
    color: #777;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.login-box-msg {
  margin: 0;
  padding: 0 20px 20px;
  text-align: center; }

.register-box-msg {
  margin: 0;
  padding: 0 20px 20px;
  text-align: center; }

.mb-3 {
  margin-bottom: 1rem !important; }

.my-3 {
  margin-bottom: 1rem !important; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group-append {
  margin-left: -1px;
  display: -ms-flexbox;
  display: flex; }

.input-group-prepend {
  display: -ms-flexbox;
  display: flex; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

@media (max-width: 768px) {
  .login-page .login-wrapper {
    flex-direction: column; }
    .login-page .login-wrapper .login-image-left, .login-page .login-wrapper .login-box {
      width: 318px; }

  .login-box {
    width: 310px; }

  .register-box {
    width: 310px; } }

/*# sourceMappingURL=login_register.css.map */
