@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  min-width: 300px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
}

button:focus {
  outline: none;
}

.page-ath-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-ath-content {
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px;
}

.page-ath-heading {
  font-size: 28px;
  font-weight: 700;
  color: #231f20;
  padding-bottom: 40px;
}

.page-ath-form,
.page-ath-header,
.page-ath-footer,
.page-ath-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-ath-form {
  padding-bottom: 100px;
}

.page-ath-header {
  visibility: hidden;
  opacity: 0;
}

.page-ath-footer {
  font-family: 'Roboto', sans-serif;
  padding-top: 40px;
}

.page-ath-footer p {
  font-size: 15px;
}

.page-ath-footer p a {
  display: inline-block;
  margin-left: 3px;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.page-ath-footer p a:hover {
  color: #170034;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #592e90 !important;
  transition: width 0.6s ease;
}

.page-content {
  margin-left: 260px;
  transition: all 0.5s;
  padding: 15px;
}

.page-content.page-active {
  margin-left: 0px;
}

/*---------signup-step-------------*/
.register-form-content {
  justify-content: center;
}

.register-form-content .page-ath-form {
  padding-bottom: 0px;
}

.register-form-content .form-align-box,
.register-form-content .page-ath-form,
.register-form-content .wizard,
.register-form-content .register-wizard-box,
.register-form-content .tab-content,
.register-form-content .wizard .tab-pane {
  height: 100%;
}

.register-form-content .page-ath-header {
  display: none;
}

.register-wizard-box .tab-pane h4 {
  margin-top: 0px;
  font-size: 18px;
  color: #8e8c8c;
  margin-bottom: 12px;
}

.register-wizard-box .tab-pane h3 {
  font-size: 26px;
  font-weight: 700;
  color: #231f20;
  padding-bottom: 25px;
}

.wizard {
  position: relative;
}

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
  position: absolute;
  bottom: 20px;
}

.wizard .nav-tabs > li > a.active .round-tab,
.wizard .nav-tabs > li > a.active:hover .round-tab,
.wizard .nav-tabs > li > a.active:focus .round-tab {
  cursor: default;
  background-color: #170034;
  color: #fff;
}

.wizard li.active span.round-tab {
  background: #0db02b;
  color: #fff;
  border-color: #0db02b;
}

.wizard li.active span.round-tab i {
  color: #5bc0de;
}

.wizard .nav-tabs > li.active > a i {
  color: #0db02b;
}

.wizard .nav-tabs > li a {
  padding: 15px;
  position: relative;
}

.wizard .nav-tabs > li {
  width: 16.66%;
  position: relative;
}

.wizard .nav-tabs > li a .round-tab {
  width: 30px;
  height: 30px;
  color: #868cbd;
  font-weight: 600;
  background-color: #ced2f2;
  display: inline-block;
  border-radius: 50%;
  padding-top: 6px;
  text-align: center;
  z-index: 1;
  position: relative;
  transition: 0.5s;
}

.wizard .nav-tabs > li:before,
.wizard .nav-tabs > li:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  background-color: #ced2f2;
  left: 15px;
  transition: 0.5s;
}

.wizard .nav-tabs > li:after {
  background-color: #42b161;
  width: 0;
}

.wizard .nav-tabs > li.done a .round-tab {
  background-color: #42b161;
  color: #fff;
}

.wizard .nav-tabs > li.done:after {
  width: 100%;
}

.wizard .nav-tabs > li.done.active a .round-tab {
  background-color: #170034;
  color: #fff;
}

.wizard .nav-tabs > li.done.active ~ li .round-tab {
  background: #ced2f2;
  color: #868cbd;
}

.wizard .nav-tabs > li.active:after,
.wizard .nav-tabs > li.active ~ li:after {
  width: 0;
}

.wizard .nav-tabs > li:last-child:before,
.wizard .nav-tabs > li:last-child:after {
  display: none;
}

.wizard .nav-tabs > li a.disabled {
  cursor: not-allowed;
}

.wizard .nav-tabs > li a i {
  position: absolute;
  top: -15px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

.wizard .tab-content > .active {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 40px;
}

.step-btn {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-btn i {
  width: 40px;
  height: 40px;
  background-color: #e9e9ea;
  display: inline-block;
  border-radius: 50%;
  color: #5e666b;
  font-size: 15px;
  text-align: center;
  padding-top: 12px;
}

.step-btn span {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #5e666b;
  letter-spacing: 0.3px;
}

.wizard h3 {
  margin-top: 0;
}

.prev-step,
.next-step {
  border: none;
  margin-top: 30px;
}

.prev-step span {
  margin-left: 10px;
}

.next-step span {
  margin-right: 10px;
  color: #170034;
}

.next-step i {
  box-shadow: 0px 4px 12px rgba(81, 97, 206, 0.5);
  background-color: #170034;
  color: #fff;
}

.form-input-steps .custom-control.custom-checkbox label {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}

.form-input-steps .custom-control.custom-checkbox label a {
  display: inline-block;
  margin-left: 3px;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.form-input-steps .custom-control.custom-checkbox label a:hover {
  color: #170034;
}

/* .form-control {
  height: auto;
  padding: 8px;
  border-radius: 13px;
  font-weight: 400;
  color: #333;
  border-color: #e4e4e4;
} */

.form-check {
  position: relative;
  display: block;
  padding: 0.35rem;
  border: 0.6px solid #f7f1f1c2;
}

.form-check-input {
  width: 22px;
  height: 22px;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-label {
  font-size: 16px;
  margin-left: 2.6rem;
  color: #1e1e1ec4;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-left: 0.9rem;
  font-size: 16px;
  margin-top: 0.27rem;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.form-check-input {
  /* position: absolute; */
  margin-top: 0.3rem;
  margin-left: 0.7rem;
}

.progress {
  border-radius: 0px;
}

.form-input-steps h3 {
  padding-left: 20px;
}

#othersInput label {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-left: 0.9rem;
  font-size: 16px;
  margin-top: 1rem;
}
