@charset "UTF-8";
body{


}
.authentication-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-height: 100vh;
  width: 100%;
  padding-right: 150px;
}
.authentication-wrapper .authentication-inner {
  width: 100%;
}
.authentication-wrapper.authentication-basic {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
}
.authentication-wrapper.authentication-cover {
  -ms-flex-align: start;
      align-items: flex-start;
}
.authentication-wrapper.authentication-cover .authentication-inner {
  height: 100vh;
}
.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 400px;
  position: relative;
}
.authentication-wrapper.authentication-basic .authentication-inner:before {
  width: 148px;
  height: 148px;
  content: " ";
  position: absolute;
  top: -40px;
  right: -40px;
}
.authentication-wrapper.authentication-basic .authentication-inner:after {
  width: 243px;
  height: 240px;
  content: " ";
  position: absolute;
  bottom: -68px;
  left: -46px;
}
.authentication-wrapper.authentication-basic .authentication-inner .card {
  z-index: 1;
}
.authentication-wrapper.authentication-basic .authentication-inner .card .app-brand {
  margin-bottom: 2.5rem;
}
.authentication-wrapper.authentication-basic .authentication-inner .card .app-brand .app-brand-logo{
  width: 150px;
  height: auto;
}
.authentication-wrapper .auth-input-wrapper .auth-input {
  max-width: 50px;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 150%;
}

@media (max-width: 575.98px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 1.125rem;
  }
}
.light-style .authentication-wrapper .authentication-bg {
  background-color: #fff;
}
.light-style .authentication-wrapper.authentication-basic .authentication-inner:after {
}



.input-group > .form-control, .input-group > .form-select, .input-group > .form-floating{
  width: auto !important;
}

.input-group.input-group-merge > .input-group-text{
  text-align: left;
}




.custom-option-icon .custom-option-body {
  display: block;
  margin-bottom: 0.5rem;
}
.custom-option {
  padding-left: 0;
  border: 1px solid #d9dee3;
  border-radius: 0.5rem;
}
.custom-option-icon .custom-option-content {
  text-align: center;
  padding: 1em;
}
.custom-option .custom-option-content {
  cursor: pointer;
  width: 100%;
}
.custom-option-icon .form-check-input {
  float: none !important;
  margin: 0 !important;
}
.form-check.custom-option:focus-within{
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-color: #696cff !important;
}
.custom-option-icon .custom-option-body i {
  font-size: 2rem;
  margin-bottom: 0.25rem;
  display: block;
}
.custom-option-icon .custom-option-body .custom-option-title {
  display: block;
  font-size: .9375rem;
  font-weight: 500;
  color: #566a7f;
}
