/* 
Template Name: Hossly - Automobile Service HTML5 Template
Template URI: https://www.designtocodes.com/product/hossly-automobile-service-html5-template/
Description: Hossly Automobile HTML5 Template is a free and elegant website template that is built on Bootstrap
Author: designtocodes
Author URI: https://www.designtocodes.com
Text Domain: Hossly 
*/

/* login page css start */
.d2c_main {
  background: var(--default_one);
  padding: 120px 0px;
  margin-top: 135px;
}
/* left part css start */
.d2c_main .d2c_left {
  background: var(--default_one);
  padding: 100px 60px;
  width: 100%;
}
.d2c_main .d2c_content_Wrapper {
  box-shadow: 0px 0px 100px rgb(0 0 0 / 8%);
}
.d2c_main .d2c_left .d2c_heading {
  font-family: var(--primary-font);
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 30px;
  text-align: center;
  font-size: 25px;
}
.d2c_main .d2c_left .d2c_social a {
  text-decoration: none;
}
.d2c_main .d2c_left .d2c_social a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 35px;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  position: relative;
  z-index: 11;
  border-radius: 3px;
}
.d2c_main .d2c_left .d2c_social a span:hover {
  color: var(--default_one);
}
.d2c_main .d2c_left .d2c_social a span::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: var(--primary-color);
  opacity: 0;
  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_left .d2c_social a span i {
  z-index: 11;
}
.d2c_main .d2c_left .d2c_social a span:hover::before {
  width: 100%;
  height: 100%;
  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_left input[type="Email"],
input[type="password"] {
  font-family: var(--primary-font);
  color: var(--secondary-color);
  border: none;
  border-bottom: 2px solid var(--primary-color);
  padding: 25px 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.d2c_main .d2c_left input[type="Email"]:focus,
input[type="password"]:focus {
  border: none;
  background: var(--default_one);
  border-bottom: 2px solid var(--primary-color);
  box-shadow: none;
  outline: none;
}
.d2c_main .d2c_left input::placeholder {
  font-family: FontAwesome;
  color: var(--secondary-color);
  opacity: 0.6;
}
.d2c_main .d2c_left .d2c_forget {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 16px;
}

.d2c_main .d2c_left .btn {
  background: var(--primary-color);
  color: var(--default_one);
  letter-spacing: 1px;
  font-weight: 600;
}
.d2c_main .d2c_left .btn:hover {
  background: var(--secondary-color);
  color: var(--default_one) !important;
  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_left .btn:focus {
  box-shadow: none;
}
.d2c_main .d2c_left .d2c_para {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 16px;
}
.d2c_main .d2c_content_Wrapper .d2c_sign_up {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.d2c_main .d2c_content_Wrapper .d2c_sign_up a {
  color: var(--primary-color);
}
.d2c_main .d2c_content_Wrapper form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--default_one) inset !important;
}
/* left part css end */

/* right part css start */

.d2c_main .d2c_content_Wrapper .d2c_right_column {
  background: #df711a26;
}
.d2c_main .d2c_right {
  width: 75%;
  width: 476px;
  height: 406px;
}
.d2c_main .d2c_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* right part css end */

/* login page css end */
