@import url(fontManrope.css);

body {
  font-family: "Manrope", sans-serif;
  color: rgb(96, 105, 123);
}

p {
  font-weight: 500;
  color: rgb(96, 105, 123);
  margin-bottom: 12px;
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: normal;
}

.img-fluid {
  max-width: 100% !important;
  height: auto;
}

.form-control:focus {
  box-shadow: none;
}

.login-box .alert {
  padding: 15.5px 20px;
  font-size: 13px;
  border: none !important;
  border-radius: 3px;
  margin-bottom: 25px;
}

.login-box .alert-dismissible .btn-close {
  padding: 18.5px 19px;
  background-size: 8px;
}

.login-box .alert-dismissible .btn-close:focus,
.login-box .alert-dismissible .btn-close:active {
  box-shadow: none;
}

.login-box .password-indicator {
  position: absolute;
  right: 15px;
  top: 17px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 500ms;
  font-size: 17px;
  color: #999;
}

.login-box .password-wrapper:hover .password-indicator {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 500ms;
  font-size: 17px;
  color: #555;
}

.login-box .login-popover {
  font-size: 14px;
  color: #777;
  cursor: help;
}

.login-box .login-popover-abs {
  position: absolute;
  right: 15px;
  top: 15px;
}

.popover {
  border: 1px solid #ebeef5 !important;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.popover-header {
  box-shadow: none;
  border: 0px;
  background: #fff;
  color: #555;
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  padding-bottom: 5px;
}

.popover-body {
  padding: 5px 10px 10px 16px;
  color: #777;
  font-size: 13px;
}

.login-box .form-group label.error {
  font-size: 13px;
  text-align: left;
  color: rgb(96, 105, 123);
  width: 100%;
}


/** Login 16 start **/
.login-16 {
  top: 0;
  width: 100%;
  text-align: center;
  bottom: 0;
  opacity: 1;
  z-index: 999;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background: #fff;
  overflow: hidden;
}

.login-16 .ocean {
  height: 3%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #015871;
}

.login-16 .wave {
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.login-16 .wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {

  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }

  50% {
    transform: translate3d(0, 5px, 0);
  }
}

.login-16 .photo {
  margin: auto;
}

.login-16 .form-section {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.login-16 h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.login-16 a {
  text-decoration: none;
}

.login-16 .form-inner {
  max-width: 600px;
  width: 100%;
  padding: 50px 30px;
  text-align: center;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.login-16 .bg-img {
  display: flex;
}

.login-16 .form-section .extra-login {
  float: left;
  width: 100%;
  margin: 25px 0 25px;
  text-align: center;
  position: relative;
}

.login-16 .form-section .extra-login::before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 1px;
  background: #d8dcdc;
  content: "";
}

.login-16 .form-section .extra-login>span {
  width: auto;
  float: none;
  display: inline-block;
  padding: 1px 20px;
  z-index: 1;
  position: relative;
  font-size: 16px;
  color: rgb(96, 105, 123);
  text-transform: capitalize;
  background: #fff;
  font-weight: 600;
}

.login-16 .form-section .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  vertical-align: top;
  position: absolute;
  border-radius: 2px;
  border: none;
  background-color: #e8e8e8;
  margin-left: -22px;
}

.login-16 .form-check-input:focus {
  border-color: snow;
  outline: 0;
  box-shadow: none;
}

.login-16 .form-check-input:checked {
  background-color: #196599;
}

.login-16 .form-section p {
  color: rgb(96, 105, 123);
  margin-bottom: 0;
  font-size: 16px;
}

.login-16 .form-section p a {
  color: rgb(96, 105, 123);
}

.login-16 .form-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.login-16 .form-section .social-list li {
  display: inline-block;
  margin-bottom: 5px;
}

.login-16 .form-section .thembo {
  margin-left: 4px;
}

.login-16 .form-section h1 {
  margin: 0 0 25px;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 700;
  color: rgb(52, 63, 82);
}

.login-16 .form-section .form-group {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.login-16 .form-section .form-control {
  padding: 11px 20px 9px;
  font-size: 16px;
  outline: none;
  height: 50px;
  color: rgb(96, 105, 123);
  border-radius: 3px;
  border: 1px solid transparent;
  background: #f7f7f7;
}

.login-16 .form-section .form-check {
  margin-bottom: 0;
}

.login-16 .form-section .form-check a {
  color: rgb(96, 105, 123);
}

.login-16 .form-section .form-check-label {
  padding-left: 5px;
  font-size: 16px;
  color: rgb(96, 105, 123);
}

.login-16 .form-section a.forgot-password {
  font-size: 16px;
  color: rgb(96, 105, 123);
  font-weight: 500;
}

.login-16 .logo img {
  margin-bottom: 15px;
  height: 25px;
}

.login-16 .btn-theme {
  position: relative;
  display: inline-block;
  border: none;
  outline: none !important;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s linear;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  border-radius: 3px;
  width: 100%;
}

.login-16 .btn-theme:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 3px;
  transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
  transform-origin: bottom center;
  transition: transform 0.4s linear, transform 0.4s linear;
  z-index: -1;
}

.login-16 .btn-theme:hover:after {
  transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
  transition: transform 0.4s linear, transform 0.4s linear;
}

.login-16 .btn-lg {
  padding: 0 50px;
  line-height: 50px;
}

.login-16 .btn {
  box-shadow: none !important;
}

.login-16 .btn-md {
  padding: 0 50px;
  line-height: 45px;
}

.login-16 .btn-primary {
  background: #196599;
  border-color: #196599;
}

.login-16 .btn-primary:after {
  background: #0b8043;
}

.login-16 .social-list {
  display: inline-flex;
  margin-bottom: 10px;
}

.login-16 .social-list .icon {
  position: relative;
  background: #f3f3f3;
  border-radius: 3px;
  margin: 0 4px 3px 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #ffffff;
}

.login-16 .social-list .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.login-16 .social-list .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.login-16 .social-list .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.login-16 .social-list .icon:hover span,
.login-16 .social-list .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.login-16 .social-list .facebook {
  background: #3b5999;
}

.login-16 .social-list .facebook:hover .tooltip,
.login-16 .social-list .facebook:hover .tooltip::before {
  background: #3b5999;
}

.login-16 .social-list .twitter {
  background: #46c1f6;
}

.login-16 .social-list .twitter:hover .tooltip,
.login-16 .social-list .twitter:hover .tooltip::before {
  background: #46c1f6;
}

.login-16 .social-list .instagram {
  background: #db4437;
}

.login-16 .social-list .instagram:hover .tooltip,
.login-16 .social-list .instagram:hover .tooltip::before {
  background: #db4437;
}

.login-16 .social-list .github {
  background: #2392e0;
}

.login-16 .social-list .github:hover .tooltip,
.login-16 .social-list .github:hover .tooltip::before {
  background: #2392e0;
}

/** Social media **/
@media (max-width: 992px) {
  .login-16 .form-inner {
    padding: 50px;
  }

  .login-16 .bg-img {
    display: none;
  }
  .cap{
      padding-top:10px;
  }
}

@media (max-width: 768px) {
  .login-16 .form-inner {
    padding: 50px 30px;
  }
  .cap{
      padding-top:10px;
  }
}

.icon a {
  color: #fff;
}

.refresh-button {
  padding: 0 10px;
}

.colorback3 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(249, 253, 255) 100%);
  background-color: rgba(0, 0, 0, 0);
}

.colorback2 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(255, 248, 238) 100%);
}

.colorback1 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 248, 238) 100%);
}

.color-error {
  color: #f05e5e;
}

.is-invalide {
  border: 0.5px solid #fbe4e4 !important;
  background: #fbf7f7 !important;
}

.is-invalide:focus {
  border: 0.5px solid #fbe4e4 !important;
  background: #fbf7f7 !important;
}

.is-valide {
  border: 0.5px solid #edfbe4 !important;
  background: #f8fbf7 !important;
}

.is-valide:focus {
  border: 0.5px solid #edfbe4 !important;
  background: #f8fbf7 !important;
}

.css-terms {
  display: inline-block !important;
  border-bottom: 1px solid #f57777 !important;
  padding-bottom: 2px !important;
}
.reg{
  color: #0b8043 !important;
}
.back-reglog{
 padding: 10px 5px;
  background-color: #eafbff;
  border: 1px solid #d4f5ff;
}
/** Login 16 end **/


.span-go{
  font-size: medium;
  font-weight: 600;
  padding-left: 10px;
  color: #60697b;
}

.box-enter-go{
  width: fit-content;
  padding: 10px;
  border: 2px solid #c8c8c8;
  border-radius: 6px;
}
.box-enter-go:hover{
  background-color: #f6f6f6;
}