@font-face {
  font-family: Ubuntu-Regular;
  src: url(../fonts/ubuntu/Ubuntu-Regular.ttf)
}

@font-face {
  font-family: Ubuntu-Bold;
  src: url(../fonts/ubuntu/Ubuntu-Bold.ttf)
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body,
html {
  height: 100%;
  font-family: Ubuntu-Regular, sans-serif;
  background: url('../../img/background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

a {
  font-family: Ubuntu-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
  transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s
}

a:focus {
  outline: none !important
}

a:hover {
  text-decoration: none;
  color: #403866
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}

p {
  font-family: Ubuntu-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0
}

ul,
li {
  margin: 0;
  list-style-type: none
}

input {
  outline: none;
  border: none
}

textarea {
  outline: none;
  border: none
}

textarea:focus,
input:focus {
  border-color: transparent !important
}

input::-webkit-input-placeholder {
  color: #8f8fa1
}

input:-moz-placeholder {
  color: #8f8fa1
}

input::-moz-placeholder {
  color: #8f8fa1
}

input:-ms-input-placeholder {
  color: #8f8fa1
}

textarea::-webkit-input-placeholder {
  color: #8f8fa1
}

textarea:-moz-placeholder {
  color: #8f8fa1
}

textarea::-moz-placeholder {
  color: #8f8fa1
}

textarea:-ms-input-placeholder {
  color: #8f8fa1
}

label {
  display: block;
  margin: 0
}

button {
  outline: none !important;
  border: none;
  background: 0 0
}

button:hover {
  cursor: pointer
}

iframe {
  border: none !important
}

.txt1 {
  font-family: Ubuntu-Regular;
  font-size: 16px;
  color: #34528b;
  line-height: 1.4
}

.limiter {
  width: 100%;
  margin: 0 auto;
  background-size: cover;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #34528b;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3)
}

input:focus {
  outline: none !important;
}

.form-control:focus {
  background: #efefef;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

/* .form-control:focus+.focus-input100 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
} */

.login-23 {
  min-height: 98vh;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  /* background-image: linear-gradient(120deg, rgb(219 219 219) 0%, #ebedee 100%); */
}

.login-23 .container {
  max-width: 500px;
  margin: 0 auto;
}

.login-23 a {
  text-decoration: none;
}

.login-23 h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Ubuntu-Regular';
}

.size1 {
  width: 400px;
  max-width: 100%
}


.login-23 .form-info {
  justify-content: center;
  align-items: center;
  padding: 100px 80px;
  background: #fff;
}

.login-23 .info {
  text-align: left;
}

.login-23 .name_wrap h3 {
  position: relative;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  overflow: hidden;
}

.login-23 .info p {
  color: #f1f0f0;
}

.login-23 .name_wrap h3 span {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  padding-left: 2px;
}

.login-23 .form-check-input:checked {
  display: none;
}

.login-23 .login-inner-form .form-group {
  margin-bottom: 25px;
}

.login-23 .login-inner-form .form-box {
  float: left;
  width: 100%;
  position: relative;
}

.login-23 .login-inner-form .form-control {
  font-size: 18px;
  outline: none;
  color: #535353;
  border-radius: 15px;
  font-weight: 600;
  border: 1px solid transparent;
  background: #ffffff;
  padding: 12px 45px 12px 20px;
  height: 66px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.login-23 .login-inner-form img {
  margin-bottom: 5px;
  height: 40px;
}

.login-23 .login-inner-form .form-box i {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 19px;
  color: #535353;
}

.login-23 .login-inner-form label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}

.login-23 .login-inner-form .forgot {
  margin: 0;
  line-height: 45px;
  color: #535353;
  font-size: 15px;
  float: right;
}

.login-23 .bg-img {
  top: 0;
  bottom: 0;
  opacity: 1;
  z-index: 999;
  position: relative;
  display: flex;
  border-radius: 100% 0 0 100%;
  background-image: linear-gradient(to bottom, #b80000, #6691ad);
  padding: 50px 100px;
}

.login-23 .login-box {
  margin: 0 auto;
  padding: 55px 40px;
  border-radius: 23px;
  /* border: dashed 2px #bcbcbc; */
}

.login-23 .form-section .form-box {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
}

.login-23 .login-inner-form .btn-md {
  cursor: pointer;
  color: #fff;
  padding: 0 50px;
  height: 55px;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  border-radius: 3px;
}

.login-23 .login-inner-form input[type=checkbox],
input[type=radio] {
  margin-right: 3px;
}

.login-23 .login-inner-form p {
  margin: 0;
  color: #535353;
}

.login-23 .login-inner-form p a {
  color: #535353;
}

.login-23 .login-inner-form button:focus {
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
}

.login-23 .login-inner-form .btn-theme.focus,
.btn-theme:focus {
  box-shadow: none;
}

.login-23 .login-inner-form .btn-theme {
  background: linear-gradient(63deg, #222e62, #3a498c);
  border-radius: 12px !important;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-family: var(--bs-body-font-family);
}

.login-23 .login-inner-form .btn-theme:hover {
  background-repeat: #44a54c;
}

.login-23 .logo-2 {
  margin-bottom: 15px;
}

.login-23 .nav-pills li {
  display: inline-block;
}

.login-23 .login-inner-form .checkbox {
  margin-bottom: 25px;
  font-size: 14px;
}

.login-23 .login-inner-form .form-check {
  float: left;
  margin-bottom: 0;
  padding-left: 0;
}

.login-23 .login-inner-form .form-check a {
  color: #d6d6d6;
  float: right;
}

.login-23 .login-inner-form .form-check-input {
  position: absolute;
  margin-left: 0;
}

.login-23 .login-inner-form .form-check label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  margin-left: -25px;
  border: none;
  border-radius: 3px;
  background: #f5f5f5;
}

.login-23 .login-inner-form .form-check-label {
  padding-left: 25px;
  margin-bottom: 0;
  font-size: 16px;
  color: #535353;
}

.login-23 .login-inner-form .checkbox-theme input[type="checkbox"]:checked+label::before {
  color: #fff;
  background-image: linear-gradient(to bottom, #ff0000, #ff8100);
}

.login-23 .login-inner-form input[type=checkbox]:checked+label:before {
  font-weight: 600;
  color: #fff;
  line-height: 18px;
  font-size: 12px;
  content: "\2713";
  padding-left: 5px;
  background: #ff0000;
}

.login-23 .login-inner-form input[type=checkbox],
input[type=radio] {
  margin-top: 4px;
}

.login-23 .login-inner-form .checkbox a {
  font-size: 16px;
  color: #535353;
  float: right;
  margin-left: 3px;
}

.login-23 .form-section h3 {
  margin: 0 0 40px;
  font-size: 25px;
  font-weight: 400;
  color: #484848;
}

.login-23 .form-section .text {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 0;
  color: #535353;
}

.login-23 .form-section .text a {
  color: #535353;
}

.login-23 .social-list {
  bottom: 20px;
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.login-23 .social-list a {
  width: 60px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  border-radius: 50px 0 0 50px;
  background: rgb(102 102 102 / 31%);
}

.login-23 .facebook-bg:hover {
  background: #3b589e;
}

.login-23 .twitter-bg:hover {
  background: #33CCFF;
}

.login-23 .google-bg:hover {
  background: #db4437;
}

.login-23 .linkedin-bg:hover {
  background: #1c82ca;
}

/** MEDIA **/
@media (max-width: 992px) {
  .login-23 .bg-img {
    display: none;
  }

  .login-23 .form-info {
    padding: 50px 30px;
  }

  .login-23 .login-box {
    max-width: 600px;
    margin: 0 auto;
  }
}

/* Editable */
#preloader {
  background-color: #fff;
  padding: 0;
  margin: 0;
  height: 100%;
  position: fixed;
  z-index: 99999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-theme-version="dark"] #preloader {
  background-color: #151c2c;
}


.loader {
  width: 50px;
  height: 50px;
  margin: 30px auto 40px;
  position: relative;
}

.loader:before {
  content: "";
  width: 50px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  animation: shadow 0.5s linear infinite;
}

.loader:after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background: #222e62;
  position: absolute;
  top: 0;
  left: 0;
  animation: loading 0.5s linear infinite;
}

@-webkit-keyframes loading {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes loading {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes shadow {

  0%,
  100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}

@keyframes shadow {

  0%,
  100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (orientation:portrait) {
  .navbar {
    display: block !important;

  }

  .nav-container {
    position: relative !important;
  }

  .login-logo1 {
    width: 150px
  }

  .login-logo2 {
    width: 150px
  }

}

.media {
  display: flex;
  align-items: flex-start;
}

.alert .btn-close {
  background: none;
  text-shadow: 0 1px 0 #fff;
  right: -5px;
  right: 0;
  opacity: 0.5;
  color: inherit;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.btn-close {
  background: none;
  position: relative;
  font-family: "Font Awesome 5 Free";
  margin-left: auto !important;
  margin-right: unset !important;
  color: var(--text-dark);
}

.alert-danger {
  background: #ffdede;
  border-color: #ffdede;
  color: #FF5E5E;
}

.left-icon-big .alert-left-icon-big {
  align-self: center;
  margin-right: 0.9375rem;
}

.left-icon-big .alert-left-icon-big i {
  font-size: 2.1875rem;
  line-height: 1;
}

.btn-show-pass {
  font-size: 15px;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 5px;
  right: 1px;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: background .4s;
  -o-transition: background .4s;
  -moz-transition: background .4s;
  transition: background .4s
}

.btn-show-pass:hover {
  color: #475d76
}

.btn-show-pass.active {
  color: #475d76
}

.alert-validate .btn-show-pass {
  visibility: hidden
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

.nav-container {
  position: absolute;
  margin-top: 5%;
}


.custom_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;


  width: 100%;
  background: linear-gradient(90deg, rgb(78 86 120) 0%, rgb(34 46 98) 100%);
  padding: 12px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: rgb(245 184 0 / 87%) 1px -7px 0px 0px
}

/* 
.clearfix {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 15px;
  padding: 20px 15px;
} */

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.border-gradient {
  background-image: linear-gradient(90deg, #222e62 0%, #475282 100%);
  position: relative;
  z-index: 1;
}

.border-gradient::before {
  content: '';
  display: block;
  background-color: white;
  position: absolute;
  border-radius: 18px;
  height: 98.8%;
  width: 99%;
  z-index: -1;
}

.hr-dot {
  background-color: transparent !important;
  border-bottom: 2px dotted #c9c8c9;
  width: 85%;
  margin: auto;
}