/* Template Name: Pholidev - Bootstrap Business Agency Template
Template URI: https://www.designtocodes.com/product/pholidev-bootstrap-business-agency-template/
Description: Pholidev is a simple, clean, and responsive Bootstrap business agency template for creative people who want to develop an awesome website without having to depend on graphic designers
Author: designtocodes
Author URI: https://www.designtocodes.com
Text Domain: Pholidev */

.d2c_main {
  background: linear-gradient(
      0deg,
      rgb(100 92 255 / 50%) 0%,
      rgb(255 255 255 / 85%) 0%
    ),
    url(../images/home_hero_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: 66px;
}
.d2c_main .d2c_form_wrapper {
  background: var(--white-color);
  width: 100%;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
  padding: 100px 50px;
}

.d2c_main .d2c_right {
  width: 100%;
  position: relative;
}
.d2c_main .d2c_right h2 {
  font-family: var(--font-primary);
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 20px;
}

.d2c_main .d2c_right form input[type="email"],
input[type="password"] {
  font-family: var(--font-primary);
  color: var(--primary-color);
  padding: 25px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.d2c_main .d2c_right form input[type="email"]:focus,
input[type="password"]:focus {
  box-shadow: none;
  border-color: var(--primary-color);
  background: var(--white-color);
}
.d2c_main .d2c_right form input::placeholder {
  font-family: FontAwesome;
  color: var(--primary-color);
  opacity: 0.8;
}
.d2c_main .d2c_right .d2c_remember {
  font-family: var(--font-primary);
  color: var(--primary-color);
  font-size: 14px;
}
.d2c_main .d2c_right .d2c_forgot {
  font-family: var(--font-primary);
  color: var(--primary-color);
  font-size: 14px;
}
.d2c_main .d2c_right form .btn {
  font-family: var(--font-primary);
  background: var(--primary-color);
  color: var(--white-color);
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 10px 14px 10px;
  border: 2px solid transparent;
  margin-bottom: 30px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.d2c_main .d2c_right form .btn:hover {
  background: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.d2c_main .d2c_right form .btn:focus {
  box-shadow: none;
}

/* social icon css */
.d2c_main .d2c_social_icon_wrapper {
  text-align: center;
}
.d2c_main .d2c_social_icon_wrapper .d2c_para {
  font-family: var(--font-primary);
  color: var(--primary-color);
  font-size: 14px;
}
.d2c_main .d2c_social_icon_wrapper .d2c_social a {
  text-decoration: none;
}
.d2c_main .d2c_social_icon_wrapper .d2c_social a span {
  width: 50px;
  height: 50px;
  background: var(--white-color);
  color: var(--primary-color);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
  position: relative;
  margin: 5px;
  overflow: hidden;
}
.d2c_main .d2c_social_icon_wrapper .d2c_social a span i {
  z-index: 11;
}
.d2c_main .d2c_social_icon_wrapper .d2c_social a span::before {
  content: "";
  position: absolute;
  width: 47px;
  top: 20px;
  height: 47px;
  background: var(--primary-color);
  border-radius: 10px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -webkit-border-radius: 10px;
  opacity: 0;
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.d2c_main .d2c_social_icon_wrapper .d2c_social a span:hover::before {
  top: 0px;
  opacity: 1;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.d2c_main .d2c_social_icon_wrapper .d2c_social a span:hover {
  color: var(--white-color);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}

.d2c_main .d2c_form_wrapper .d2c_sign_up {
  text-align: center;
  font-family: var(--font-primary);
  font-size: 14px;
  color: var(--primary-color);
}
.d2c_main .d2c_form_wrapper .d2c_sign_up a {
  color: var(--primary-color);
  font-weight: 600;
}
.d2c_form_wrapper .d2c_left img{
  height: 346px;
  object-fit: cover;
}
.d2c_left img{
  height: 309px;
  object-fit: cover;
}
