.bg-img-fix {
  background: var(--dark-theme) url(/theme/img/site/bg-ondas.svg);
  height: 100vh;
  object-fit: cover;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-1 {
  background-color: var(--dark-theme);
}

.wrapper.container {
  display: flex;
  align-items: center;
  height: 100%;
}

nav .nav-tabs,
.logo-header {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.logo-header {
  width: 245px;
  line-height: 25px;
  text-align: center;
  margin: auto;
  margin-bottom: 1.875rem !important;
  color: #ffffff;
}

.d-contents {
  display: contents;
}

.card-2 {
  width: 655px;
  margin: auto 5rem;
}

.card-2 h2 {
  width: 450px;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 45px;
  color: #A8A391;
}

.card-2 h2 b {
  font-weight: 700;
}


.right-top img {
  width: 100%;
  max-width: 250px;
  position: absolute;
  right: 0;
  margin-right: 3%;
  margin-top: 3%;
}

.enter button {
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: space-between;
  background-color: #A8A391;
  border-color: #A8A391;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  border-color: var(--primary-bg-color);
  background-color: var(--primary-bg-color);
}

.form-control {
  color: #fff !important;
  background-color: transparent !important;
  font-size: 15px !important;
}

.email {
  position: relative;
}

.email:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 25px;
  background: url(/theme/img/site/username.svg);
  background-repeat: no-repeat;
  margin: 11px;
}

.email input {
  padding: 10px 0 10px 50px;
}

.password {
  position: relative;
}

.password:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 25px;
  background: url(/theme/img/site/password.svg);
  background-repeat: no-repeat;
  margin: 11px;
}

.password input {
  padding: 10px 0 10px 50px;
}

input:focus {
  color: #07201D;
}

.personal-footer {
  line-height: 25px;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}

.personal-footer a {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #FFFFFF;
}

.personal-more {
  margin-top: 25px;
  display: flex;
  justify-content: space-around;
}

.personal-footer button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
}

.personal-footer .forget-password {
  margin: 0 auto;
}

.personal-footer svg {
  margin-right: 10px;
}

.tab-btn button {
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #FFFFFF;
}

.login .content {
  flex: 1;
}

.tab-content {
  width: 23rem;
}

.logo-header img {
  width: 100%;
  max-width: 250px;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.form-control {
  background: #fff;
  color: #5b5e81;
  line-height: 1.5;
}

.form-control {
  padding: 0.6875rem 1.25rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.ckbox {
  line-height: 1.4 !important;
}

.document {
  display: flex;
  justify-content: end;
}
