.main_title h2 {
  font-weight: 700;
  color: #ec1682;
  font-size: 30px;
}
.registered_customers .login_title {
  color: #1D262D;
}
.registered_customers .login_title h4 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.registered_customers .login_title p {
  font-size: 14px;
}
.registered_customers .form-horizontal .form-group {
  padding-bottom: 15px;
}
.registered_customers .form-horizontal .form-group label {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.registered_customers .form-horizontal .form-group input[type=text],
.registered_customers .form-horizontal .form-group input[type=password] {
  background: #fff;
  border-radius: 0px;
  height: 40px;
  font-size: 14px;
}
.registered_customers .login_actions {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
}
.registered_customers .reset_actions {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
}
.registered_customers .login_actions a {
  white-space: nowrap;
  margin-left: auto;
  color: #ec1682;
  text-decoration: none;
}
.registered_customers .login_actions a:hover {
  text-decoration: underline;
}
.new_customers {
  /*padding-left: 50px;*/
}
.new_customers .login_actions {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
}
.btn-login {
  background: #ec1682;
  border: 1px solid #ec1682;
  color: #fff;
  transition: 0.3s all;
}
.btn-login:hover {
  background: #ad0b5d;
  border: 1px solid #ad0b5d;
  color: #fff;
}
@media (max-width: 767px) {
  .registered_customers.new_customers{
    margin-top: 30px;
  }
  .new_customers .login_actions{
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .new_customers .login_actions{
    display: block;
  }
}