[v-cloak] {
  display: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.d-desk {
  display: block;
}

.d-mob {
  display: none;
}

.mt-28 {
  margin-top: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-8 {
  margin-bottom: 8px;
}

a {
  text-decoration: none;
}

.click_btn {
  font-size: 16px;
  color: #00008b;
  font-weight: 600;
}
.click_btn:hover {
  color: #00008b;
}

.theme-btn {
  padding: 10px 40px;
  border-radius: 5px;
  background: #415FFF;
  border: 1px solid #415FFF;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  display: block;
  transition: all 0.3s ease;
}
.theme-btn:hover {
  background: transparent;
  color: #415FFF;
}
.theme-btn.grey-bg {
  background: #C9C9C9;
  border: 1px solid #C9C9C9;
  color: #000;
}
.theme-btn.grey-bg:hover {
  border: 1px solid #415FFF;
  background: transparent;
  color: #415FFF;
}
.theme-btn.bl {
  height: 48px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.theme-btn.google-btn {
  background: #ededf0;
  border: 1px solid #ededf0;
  color: #000;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  padding: 10px 10px;
}
.theme-btn.google-btn span {
  padding-left: 10px;
}
.theme-btn.space {
  margin: 20px 0;
}
.theme-btn.dis {
  opacity: 0.7;
}

.center-btn {
  width: 80%;
  margin: auto;
}

.otp-text {
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1.3;
}
.otp-text span {
  word-break: break-all;
}

.approval-box {
  text-align: center;
  padding: 40px;
}
.approval-box h3 {
  font-weight: 500;
}
.approval-box p {
  margin: 30px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.approval-btn-row > div {
  padding: 0 10px;
}

body.with-bg {
  background-color: #3d57e6;
  background-image: url("../images/banner/registration_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  background-position: center;
}

html.bgm {
  min-height: 100%;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.login-div {
  position: relative;
}
.login-div .terms-condition {
  position: absolute;
  bottom: 1px;
  left: 5%;
  color: #fff;
  font-size: 14px;
}
.login-div .terms-condition a {
  color: #fff;
}

.register-info h1 {
  font-size: 32px;
  font-weight: 500;
}
.register-info h1,
.register-info p {
  color: white;
}
.register-info p {
  margin-top: 1rem;
  font-size: 15px;
  font-weight: 300;
}
.register-info .logo {
  margin-top: 80px;
}
.register-info .logo img {
  width: auto;
  height: 128px;
}

.register-cont {
  background: white;
  padding: 40px;
  border-radius: 10px;
  min-height: 340px;
}
.register-cont.min {
  padding: 20px 40px;
}
.register-cont h3.login-title {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  margin-bottom: 28px;
}
.register-cont .g-line {
  height: 1px;
  background: #000;
  position: relative;
  margin: 32px 0;
}
.register-cont .g-line span {
  position: absolute;
  width: 45px;
  background: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.register-cont p {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}
.register-cont p.tl {
  text-align: left;
}
.register-cont p.tag-label {
  font-weight: 500;
  margin-bottom: 0;
}
.register-cont p a {
  color: #475EF6;
}
.register-cont .form-control {
  padding: 10px;
}
.register-cont .form-control.theme {
  padding: 8px;
}
.register-cont .form-control:focus {
  box-shadow: none;
}
.register-cont .check {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.register-cont .about-select-box {
  text-align: center;
  margin-top: 15px;
}
.register-cont .about-select-box select {
  border: 0;
  outline: 0;
  background-color: #e6e6e6;
  padding: 10px 20px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
}
.register-cont .about-select-box select:focus {
  background-color: #e6e6e6;
  border: 0;
  outline: 0;
}
.register-cont .other-input-box {
  text-align: center;
  margin-top: 8px;
}

.error {
  font-size: 12px;
  display: block;
  margin-top: 8px;
  color: #f00;
}
.error.mt-2 {
  margin-top: 2px !important;
}

.ml-10 {
  margin-left: 10px;
}

.theme-select {
  width: 130px;
  padding: 2px;
  border-radius: 2px;
  border: 1px solid rgba(142, 142, 142, 0.168627451);
  font-size: 14px;
}
.theme-select:active, .theme-select:focus {
  box-shadow: none;
  outline: none;
}

.login-bio.p-20 {
  padding: 20px;
}
.login-bio .otp-image img {
  width: 110px;
  height: auto;
}
.login-bio .otp-image p {
  margin: 18px 0;
}
.login-bio.approval-bio p,
.login-bio.approval-bio span,
.login-bio.approval-bio input {
  font-size: 14px;
}
.login-bio.approval-bio span.error {
  font-size: 12px;
  margin-top: 0;
}
.login-bio .timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 28px;
}
.login-bio .timer span,
.login-bio .timer a {
  font-size: 15px;
}
.login-bio .timer a {
  color: #415FFF;
}
.login-bio .verify-otp {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.login-bio .verify-otp a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EBEBEB;
}
.login-bio .verify-otp a img {
  width: 32px;
  height: 32px;
}
.login-bio .verify-otp button {
  margin-left: 16px;
}
.login-bio .mob-box {
  display: flex;
}
.login-bio .mob-box .code {
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #ced4da;
  border-right: none;
}
.login-bio .mob-box .form-control {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.login-bio .otp-box {
  position: relative;
  margin-top: -12px;
}
.login-bio .otp-box .form-control {
  width: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
  opacity: 0;
}
.login-bio .otp-box label {
  margin-top: 6px;
  margin-bottom: 0 !important;
  font-size: 12px !important;
}
.login-bio .userInput {
  display: flex;
  margin: 0 -10px;
}
.login-bio .userInput span,
.login-bio .userInput input {
  margin: 0 5px;
  height: 50px;
  width: 50px;
  border: none;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background-color: #f8f8f8;
  position: relative;
  color: #000 !important;
}
.login-bio .userInput span.active,
.login-bio .userInput input.active {
  border: 1px solid #415FFF;
  height: 52px;
  width: 52px;
}
.login-bio .userInput span.active:after,
.login-bio .userInput input.active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 25px;
  background: #000;
  animation: animate 1s ease-in-out infinite;
}
.login-bio .userInput span.no:after,
.login-bio .userInput input.no:after {
  display: none;
}
.login-bio .userInput.userInput span,
.login-bio .userInput.userInput input {
  width: 25%;
}
.login-bio .userInput.userInput span.active,
.login-bio .userInput.userInput input.active {
  width: 25%;
}
@keyframes animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.login-bio .line-input {
  display: flex;
  align-items: center;
}
.login-bio .line-input input {
  margin-left: 10px;
}
.login-bio .line-input span.error {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.login-bio .school-drop {
  position: relative;
}
.login-bio .school-drop .list {
  position: absolute;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 330px;
}
.login-bio .school-drop .list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.login-bio .school-drop .list ul li {
  padding: 2px 5px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.login-bio .school-drop .list ul li:hover {
  background: rgba(143, 149, 160, 0.2);
}
.login-bio .gender-row {
  display: flex;
  width: 75%;
  margin: auto;
  align-items: center;
  border: 1px solid #8f95a0;
  padding: 3px;
  border-radius: 2px;
}
.login-bio .gender-row > span {
  width: 50%;
  padding: 5px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
.login-bio .gender-row > span.active {
  background: #475EF6;
  color: #fff;
}

.read-more {
  color: #fff;
  font-size: 14px;
  text-align: left;
  text-decoration: underline;
  margin: 12px 0;
}

@media screen and (max-width: 992px) and (min-width: 772px) {
  .register-info .logo img {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .mob-login-cont {
    display: none;
  }
  .mob-login-cont.active {
    display: block;
  }
  .mob-mt-16 {
    margin-top: 16px;
  }
  .d-desk {
    display: none;
  }
  .d-mob {
    display: block;
  }
  #hide-more {
    display: none;
  }
  #hide-more.active {
    display: block;
  }
  #hide-more:hover {
    color: rgba(255, 255, 255, 0.85);
  }
  #read-more {
    display: none;
  }
  #read-more.active {
    display: block;
  }
  #read-more:hover {
    color: rgba(255, 255, 255, 0.85);
  }
  .login-div .terms-condition {
    position: inherit;
    bottom: -45px;
    font-size: 12px;
    padding-bottom: 10px;
  }
  .register-info {
    padding: 24px 0;
  }
  .register-info .logo {
    margin-top: 30px;
  }
  .register-info .logo img {
    height: 92px;
  }
  .register-cont {
    padding: 32px 16px;
    border-radius: 10px;
    margin-bottom: 16px;
  }
  .register-cont form {
    margin-bottom: 0 !important;
  }
  .register-cont.min {
    padding: 32px 24px;
  }
  .register-cont h3.login-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .register-info h1 {
    font-size: 24px;
  }
  .register-info h1,
  .register-info p {
    color: white;
  }
  .register-info p {
    font-size: 14px;
  }
}/*# sourceMappingURL=login.css.map */