.bg-img-fix {
  background: #07201D url(/theme/images/ondas.svg);
  height: 100vh;
  object-fit: cover;
  background-position: 250px;
}

.card-1 {
  background-color: #092421;
}

.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: #467772;
}

.d-contents {
  display: contents;
}

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

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

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

.enter button {
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: space-between;
  background-color: #548C87;
  border-color: #548C87;
  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: #0d3f3c;
  background-color: #0d3f3c;
}

.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/images/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/images/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;
}
