.custom-bg {
  background-image: url("../img/left-big-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.left-area {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 70px;
}
.left-area .logo {
  width: 300px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}
.left-area .slogan {
  width: 450px;
  height: auto;
  object-fit: contain;
}
.d-none-md {
  display: block;
}
.h-100 {
  min-height: 100vh;
}
.right-area-bg {
  height: 100vh;
  background-image: url("../img/right-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.desktop-right-area {
  padding: 70px 150px 40px 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.right-area .select-box {
  padding-bottom: 100px;
}
.select-box select {
  width: 150px !important;
  background-color: #0e712e !important;
  color: #fff;
  border: 1px solid #0e712e;
}
.select-box select option {
  padding: 5px 0;
}
.submit-form h2 {
  color: #0e712e;
  padding-bottom: 10px;
  font-weight: bold;
}
.submit-form input[type="text"],
.submit-form input[type="password"] {
  background-color: #0e712e;
  color: #fff;
  border: 1px solid #0e712e;
  padding: 20px !important;
}
.submit-form input::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.submit-form input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #fff;
}
.submit-form .remember-check {
  accent-color: #0e712e;
}
.submit-form .checkbox label {
  color: #0e712e;
}
.checkbox label, .radio label {
  padding-left: 0px !important;
}
.submit-forgot-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.submit-forgot-area .btn-submit {
  background-color: #245caf;
  color: #fff;
  border-color: #245caf;
  padding: 10px 70px !important;
}
.submit-forgot-area a {
  color: #0e712e;
  text-decoration: none;
  font-weight: bold;
}
.d-none-lg {
  display: none;
}
@media screen and (max-width: 1366px) {
  .left-area .slogan {
    width: 375px;
    height: 500px;
  }
  .right-area-bg img {
    height: 800px;
    width: auto;
    object-fit: contain;
  }
}

@media screen and (max-width: 768px) {
  .custom-bg {
    background-image: url("../img/md-bg.png");
  }
  .d-none-md {
    display: none;
  }
  .d-none-lg {
    display: block;
  }
  .right-area {
    padding: 0px;
  }
  .right-area .select-box {
    padding-bottom: 10px;
  }
  .submit-form {
    margin-bottom: 20px;
  }
  .submit-forgot-area .btn-submit {
    padding: 10px 30px !important;
    margin-right: 30px;
  }
  .submit-form h2 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 600px) {
  .left-area .logo {
    width: 200px;
  }
  .submit-forgot-area .btn-submit {
    padding: 10px 65px !important;
    margin-right: 30px;
  }
  .left-area {
    padding-top: 15px;
  }
  .left-area .slogan {
    width: 340px;
    height: 310px;
  }
  .submit-form .checkbox label {
    color: #0e712e;
  }
  .submit-forgot-area a {
    color: #fff;
  }
}
@media (min-width: 400px) and (max-width: 512px) {
  .left-area .slogan {
    width: 340px;
    height: 340px;
  }
  .checkbox, .radio {
    margin-bottom: 12px;
  }
}
