.login-section {
    background-color: #fff;
    padding: 60px 0;
    position: relative;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.d-flex {
  display: flex !important;
}

.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.align-items-center {
  align-items: center !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10,
.py-10 {
  padding-top: 10px !important;
}

.pr-10,
.px-10 {
  padding-right: 10px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.pr-15,
.px-15 {
  padding-right: 15px !important;
}

.pb-15,
.py-15 {
  padding-bottom: 15px !important;
}

.pl-15,
.px-15 {
  padding-left: 15px !important;
}

.d-none {
  display: none !important;
}

.danger-transparent-alert {
  border-radius: 15px;
  border: solid 1px #f63c3c;
  background-color: rgba(246, 60, 60, 0.05);
}

.danger-transparent-alert__icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(246, 60, 60, 0.3);
}

.danger-transparent-alert * {
  color: #f63c3c;
}

.justify-content-center {
  justify-content: center !important;
}

.font-14 {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.4;
}

.font-12 {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
}

.text-center {
  text-align: center !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.social-login {
  border-radius: 8px;
  border: solid 1px #ececec;
  background-color: #ffffff;
  font-size: 0.875rem;
}

.social-login:hover {
  background-color: #f1f1f1;
  transition: all 0.3s ease;
}

.p-10 {
  padding: 10px !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.mt-30,
.my-30 {
  margin-top: 30px !important;
}


.offset-md-3 {
    margin-left: 25%;
}

.login-container {
  margin: 130px 0 70px;
  border-radius: 15px;
  border: solid 1px #ececec;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.login-container img {
  border-radius: 10px 0 0 10px;
}

@media (max-width: 991px) {
  .login-container {
    margin: 130px 0 70px;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
  }
}

@media (max-width: 522px) {
  .login-container {
    margin: 130px 0 70px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}

.login-card {
  padding: 75px 45px 75px 45px;
}

.shadow-md{
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important
}

.font-20 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.22;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

@media (max-width: 767px) {
  .d-md-none {
    display: none !important;
  }
  .float-md-none {
    float: none !important;
  }
  .font-20 {
    font-size: 0.875rem;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.mt-35,
.my-35 {
  margin-top: 35px !important;
}

.mt-20,
.my-20 {
  margin-top: 20px !important;
}

.alert {
  position: relative;
  padding: 2rem 2rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 1rem;
}

.panel-content .alert {
  position: relative;
  padding: 1rem !important;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 10px;
}

.alert-info {
  color: #343434;
  background-color: #ebf7ff;
  border-color: #ebf7ff;
}

.alert-info hr {
  border-top-color: #d2edff;
}

.alert-info .alert-link {
  color: #1b1b1b;
}

.alert-dismissible {
  padding-right: 5.5rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 2rem 2rem;
  color: inherit;
}


.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #343434;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}

.close:hover {
  color: #343434;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.reply-login-close-card .icon-card {
  width: 140px;
  min-width: 140px;
  height: 152px;
}

.form-control {
  display: block;
  width: 93%;
  height: 1.5rem;
  padding: 0.5rem 1rem;
  /* font-family: "main-font-family"; */
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #343434;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ececec;
  border-radius: 0.5rem;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #343434;
  background-color: #ffffff;
  border-color: #43d477;
  outline: 0;
  box-shadow: 1.5rem;
}

.form-control::-moz-placeholder {
  color: #818894;
  opacity: 1;
}

.form-control::placeholder {
  color: #818894;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f1f1f1;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #343434;
}

select.form-control:focus::-ms-value {
  color: #343434;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.25;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #343434;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.625rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.9375rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #43d477;
  padding-right: calc(1.25em + 1rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2343d477' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3125em + 0.25rem) center;
  background-size: calc(0.625em + 0.5rem) calc(0.625em + 0.5rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #43d477;
  box-shadow: 0 0 0 0.2rem rgba(67, 212, 119, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.25em + 1rem);
  background-position: top calc(0.3125em + 0.25rem) right calc(0.3125em + 0.25rem);
}

.form-control:focus {
  border-color: #43d477 !important;
}

.form-control[readonly] {
  background: #ffffff;
}

.form-control[readonly]:hover,
.form-control[readonly]:focus {
  border-color: #ececec;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #f63c3c;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.form-group {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
}

.input-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.19;
  color: #171347;
}

.input-label .braces {
  font-size: 11px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #343434;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding-right: 32px;
  padding-left: 32px;
  height: 48px;
  font-size: 0.875rem;
  border-radius: 8px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
  color: #ffffff;
  background-color: #00A652;
  border-color: #00A652;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(52, 52, 52, 0.075);
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #038645;
  border-color: #038645;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #038645;
  border-color: #038645;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(52, 52, 52, 0.075), 0 0 0 0 rgba(95, 218, 139, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #49b16f;
  border-color: #49b16f;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #2aba5e;
  border-color: #28af59;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(95, 218, 139, 0.5);
}

.btn-primary {
  color: #ffffff;
  background-color: #00A652;
  border-color: #00A652;
  box-shadow: 0 3px 6px 0 rgb(64 213 125 / 30%);
  transition: all 0.3s;
  cursor: pointer;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
  color: 0 3px 8px 0 rgb(64 213 125 / 30%);
  background-color: #048042;
  border-color: #048042;
  box-shadow: 0 3px 8px 0 rgb(64 213 125 / 30%);
  transition: all 0.3s;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #43d477;
  border-color: #43d477;
}

.btn-block {
  display: inline-flex !important;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

@media (max-width: 991px) {
  .btn {
    font-size: 14px !important;
    padding-right: 22px;
    padding-left: 22px;
    height: 44px;
  }
}

.badge {
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.3125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge {
  line-height: 1.58;
  font-weight: normal;
  pointer-events: none;
}

.badge-circle-gray300 {
  width: 24px;
  height: 24px;
  font-size: 0.875rem;
  border-radius: 50%;
  padding: 0;
  line-height: 1.58;
  color: #ffffff;
  background-color: #ececec;
}

a.badge-circle-gray300:hover,
a.badge-circle-gray300:focus {
  color: #ffffff;
  background-color: lightgray;
}

a.badge-circle-gray300:focus,
a.badge-circle-gray300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.5);
}

.text-secondary {
  color: #1f3b64 !important;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

.wizard-custom-radio label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border: 1px solid #ececec;
  color: #818894;
}

.wizard-custom-radio input {
  display: none;
}

.wizard-custom-radio input:checked ~ label {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #FFFFFF;
}

.wizard-custom-radio .wizard-custom-radio-item:first-child label {
  border-right: 0;
  border-radius: 0.5rem 0 0 0.5rem;
}

.wizard-custom-radio .wizard-custom-radio-item:last-child label {
  border-left: 0;
  border-radius: 0 0.5rem 0.5rem 0;
}

.cursor-pointer,
.custom-control-label {
  cursor: pointer;
}
