.d2c_registration_body {
  padding: 250px 0px 125px 0px;
}

.d2c_registration_body .d2c_content_wrapper {
  padding: 30px 40px;
  background: var(--default_one);
  box-shadow: 0px 0px 15px rgb(143 185 204 / 19%);
}

.d2c_registration_body .d2c_content_wrapper .d2c_icon_wrapper {
  width: 100px;
  height: 100px;
  margin: 0px auto 25px auto;
}

.d2c_registration_body .d2c_content_wrapper .d2c_icon_wrapper span {
  width: 100px;
  height: 100px;
  color: var(--primary-color);
  font-size: 50px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.d2c_registration_body .d2c_content_wrapper .d2c_icon_wrapper span::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 70%;
  background: var(--primary-color);
  left: -68px;
}

.d2c_registration_body .d2c_content_wrapper .d2c_icon_wrapper span::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 70%;
  background: var(--primary-color);
  right: -68px;
}

.d2c_registration_body .d2c_content_wrapper img {
  margin-bottom: 30px;
}

.d2c_registration_body .d2c_content_wrapper input::placeholder {
  font-family: FontAwesome;
  color: var(--secondary-color);
  opacity: 0.6;
}

.d2c_registration_body .d2c_content_wrapper form .form-group {
  margin-bottom: 0px;
}

.d2c_registration_body .d2c_content_wrapper form input[type="email"],
input[type="password"],
input[type="text"] {
  background: var(--default_one);
  padding: 10px;
  border: none;
  box-shadow: 0px 0px 5px rgb(70 64 182 / 20%);
  font-family: var(--primary-font);
  color: var(--secondary-color);
}

.d2c_registration_body .d2c_content_wrapper form input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
  border: none;
  outline: none;
}

.d2c_registration_body .d2c_content_wrapper form input::placeholder {
  font-family: FontAwesome;
  color: var(--secondary-color);
  opacity: 0.7;
}

.d2c_registration_body .d2c_content_wrapper .d2c_terms {
  font-family: var(--primary-font);
  color: var(--secondary-color);
  font-size: 13px;
}

.d2c_registration_body .d2c_content_wrapper .d2c_forgot {
  font-family: var(--primary-font);
  color: var(--secondary-color);
  font-size: 13px;
}

.d2c_registration_body .d2c_content_wrapper .btn {
  background: var(--primary-color);
  color: var(--default_one);
  font-family: var(--primary-font);
  padding: 10px 10px 9px 10px;
}

.d2c_registration_body .d2c_content_wrapper .btn:hover {
  background: var(--secondary-color);
}

.d2c_registration_body .d2c_content_wrapper .btn:focus {
  box-shadow: none;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--secondary-color);
}

/*
Template Name: Fixwagon - Automobile Bootstrap Template
Template URI: https://www.designtocodes.com/product/fixwagon-automobile-bootstrap-template
Description: Fixwagon Automobile Template is a paid and elegant website template that is built on Bootstrap
Author: designtocodes
Author URI: https://www.designtocodes.com
Text Domain: FixWagon
*/
