body {
  font-family: "Open Sans", sans-serif;
  color: #535353;
}
.img-fluid {
  max-width: 100% !important;
  height: auto;
}
.form-control:focus {
  box-shadow: none;
}

.btn-theme:focus {
  box-shadow: none;
}

/* .login-form {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: -40px;
} */
.login-form a {
  text-decoration: none;
}
.login-form .photo {
  padding: 0 15px;
  /* max-width: 460px; */
  margin-right: auto;
}
.login-form .form-section {
  min-height: 100vh;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  /* background: #fafafa; */
}
.login-form .form-check-input:checked {
  display: none;
}
.login-form .form-inner {
  max-width: 385px;
  width: 100%;
  /* padding: 0 15px; */
  text-align: center;
  padding: 40px 45px;
  box-shadow: 0px 0px 7px 0px #e3e1e1;
  box-shadow: 0px 0px 7px 0px #102f4ce3;
  border-radius: 30px;
  /* background: #fff; */
  background: #102f4c;
}
.login-form .bg-img {
  top: 0;
  bottom: 0;
  min-height: 100vh;
  text-align: left;
  z-index: 999;
  opacity: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  /* background: #fff; */
}
.login-form .pad-0 {
  padding: 0;
}
.login-form .form-section p {
  color: #616161;
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
}
.login-form .form-section p a {
  font-weight: 500;
  color: #616161;
}
.login-form .form-section .thembo {
  margin-left: 4px;
}
.login-form .form-section .form-group {
  margin-bottom: 25px;
}
.login-form .form-section .form-box {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
}
.login-form .form-section .form-control {
  padding: 8px 10px;
  font-size: 15px;
  outline: 0;
  height: 35px;
  background: rgba(23, 23, 23, 0.72);
  color: #616161;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.login-form .form-section .btn-md {
  cursor: pointer;
  padding: 10px 50px 10px 50px;
  font-size: 16px;
  font-weight: 400;
  font-family: Jost, sans-serif;
  border-radius: 50px;
}
.login-form .form-section input[type="checkbox"],
input[type="radio"] {
  margin-right: 3px;
}
.login-form .form-section button:focus {
  outline: 0;
  outline: 0 auto -webkit-focus-ring-color;
}
.btn-theme:focus {
  box-shadow: none;
}
.login-form .form-section .btn-theme {
  background: #f28a22;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
}
.login-form .form-section .btn-theme:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  background: #c52257;
}
.login-form .none-2 {
  display: none;
}
.login-form .form-section .checkbox {
  font-size: 14px;
}
.login-form .form-section .form-check {
  float: left;
  margin-bottom: 0;
  padding-left: 0;
}
.login-form .form-section .form-check a {
  color: #616161;
  float: right;
}
.login-form .form-section .form-check-input {
  position: absolute;
  margin-left: 0;
}
.login-form .form-section .form-check label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  margin-left: -25px;
  border: 1px solid #c5c3c3;
  border-radius: 3px;
  background-color: #fff;
}
.login-form .form-section .form-check-label {
  padding-left: 25px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  /* color: #616161; */
  color: #fff;
}
.login-form
  .form-section
  .checkbox-theme
  input[type="checkbox"]:checked
  + label::before {
  background-color: #f28a22;
  border-color: #f28a22;
}
.login-form .form-section input[type="checkbox"]:checked + label:before {
  font-weight: 600;
  color: #fff;
  line-height: 15px;
  font-size: 14px;
  content: "\2713";
  padding-left: 2px;
}
.login-form .form-section input[type="checkbox"],
input[type="radio"] {
  margin-top: 4px;
}
.login-form .form-section a.forgot-password {
  font-size: 15px;
  /* color: #616161; */
  color: #fff;
  float: right;
}
.login-form .logo img {
  margin-bottom: 25px;
  width: 170px;
}

@media (max-width: 1200px) {
  .login-form {
    background-size: cover !important;
  }
}
@media (max-width: 992px) {
  .login-form .form-inner{
    background: #102f4ceb;
  }
  .login-form .form-section {
    width: 100%;
  }
  .login-form .bg-img {
    min-height: 100%;
    border-radius: 5px;
  }
  .none-992 {
    display: none !important;
  }
  .login-form .login-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
  }
}

i.fa.fa-fw.toggle-password.field-icon.fa-eye,
i.fa.fa-fw.toggle-password.field-icon.fa-eye-slash {
  position: absolute;
  right: 15px;
  top: 44px;
  color: #bbbbbb;
  font-size: 13px;
  cursor: pointer;
}

label.input-label {
  margin-bottom: 10px;
  color: white;
  font-size: 15px;
}

@media (min-width: 1370px) {
  .login-form .form-inner {
    max-width: 450px;
    padding: 50px 50px;
  }
  .login-form {
    background-position-y: 0;
  }
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 50px 0;
  background: white;
}

.footer-sale-icon {
  float: left;
  width: 35px;
  height: 35px;
  background: #f44336;
  text-align: center;
  border-radius: 50%;
}
.footer-sale-text {
  float: left;
  width: 80%;
}
.footer-info ul {
  padding: 0;
  margin: 0;
}
.footer-sale-text ul li {
  display: block;
}
.footer-info ul li span,
.footer-sale-text ul li span {
  font-weight: 600;
}
.footer-sale-icon i {
  color: white;
  line-height: 33px;
}
