body {
  background: none;
}
.d24-login {
  height: calc(100vh - 78px);
  background: url(https://overstock-assests.s3.amazonaws.com/MLS-Jem-03-14-23-v2-5.jpg)
    no-repeat;
  background-size: cover;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.clock-logo {
  width: 100%;
}
h2#sign_in_title {
  margin: 0 auto 20px;
  padding-top: 0px;
  font-size: 16pt;
  max-width: 400px;
  color: #fff;
  font-weight: 900;
}
.d24-fancy-block {
  width: 400px;
  background: #f7f7f7;
  padding-bottom: 20px;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 0;
  border-radius: 4px;
  padding: 15px 15px 20px;
  margin: 0 auto;
}
#login_form .action {
  display: block;
  margin: 15px 0;
}
.action > input {
  width: 100%;
  position: static;
  float: none;
  background: #000;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 7px 18px;
  color: #fff;
  font-size: 11pt;
  font-weight: 700;
  cursor: pointer;
  height: 40px;
  border: 0;
}
.btn-default:hover,
.d24-button:hover {
  background: #000;
  color: #fff;
  border: 0;
}
#goto_forgot_password {
  color: #244c5a;
  font-weight: bold;
}
.login-footer {
  display: none;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1100px) {
  h2#sign_in_title {
    color: #000;
  }
}
@media (max-width: 767px) {
  .d24-login {
    padding: 15px;
  }
  .d24-fancy-block {
    width: 100%;
    max-width: 400px;
  }
  input[type="radio"],
  input[type="checkbox"] {
    margin: 0;
  }
}

#d24user_login_label:before {
  content: "User Sign-In";
  display: block;
  font-size: 18px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
#sign_in_title {
  display: none;
}


#d24user_login_label:before {
  content: "User SignIn";
    display: block;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px
    
}
#sign_in_title {
    display: none
}