/*
Account Area Style
======================================================*/
.ss-login-left-content h2 {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 25px;
}
.ss-login-left-content .ss-login-form .form-group {
  margin-bottom: 20px;
}
.ss-login-left-content .ss-login-form .form-group label {
  color: var(--headingColor);
  margin-bottom: 5px;
}
.ss-login-left-content .ss-login-form .btns {
  padding-left: 0;
  margin-bottom: 0;
}
.ss-login-left-content .ss-login-form .btns li {
  list-style-type: none;
}
.ss-login-left-content .ss-login-form .btns li a {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.ss-login-left-content .ss-login-form .btns li a:hover {
  color: var(--mainColor);
}

.ss-login-right--content {
  position: relative;
}
.ss-login-right--content .login-others-option ul {
  padding-left: 0;
  margin-bottom: 0;
}
.ss-login-right--content .login-others-option ul li {
  list-style-type: none;
  margin-bottom: 18px;
}
.ss-login-right--content .login-others-option ul li a {
  padding: 15px;
  border: 1px solid #dfdfdf;
  padding-left: 40px;
  display: inline-block;
  color: var(--paragraphColor);
  width: 100%;
  position: relative;
  transition: var(--transition);
}
.ss-login-right--content .login-others-option ul li a i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--headingColor);
  font-size: 18px;
  transition: var(--transition);
}
.ss-login-right--content .login-others-option ul li a:hover {
  background-color: var(--headingColor);
  color: var(--whiteColor);
}
.ss-login-right--content .login-others-option ul li a:hover i {
  color: var(--whiteColor);
}
.ss-login-right--content .login-others-option p a {
  color: var(--headingColor);
}
.ss-login-right--content .or-content {
  position: absolute;
  left: -115px;
  top: 50%;
  transform: translateY(-50%);
}
.ss-login-right--content .or-content::before {
  position: absolute;
  content: "";
  height: 300px;
  width: 1px;
  background-color: #dfdfdf;
  top: 50%;
  transform: translateY(-50%);
}
.ss-login-right--content .or-content span {
  display: inline-block;
  position: absolute;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  left: -28px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  background-color: var(--whiteColor);
}

.ss-register-form h2 {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 25px;
}
.ss-register-form .form-group {
  margin-bottom: 20px;
}
.ss-register-form .form-group label {
  color: var(--headingColor);
  margin-bottom: 5px;
}
.ss-register-form .btns {
  padding-left: 0;
  margin-bottom: 0;
}
.ss-register-form .btns li {
  list-style-type: none;
}
.ss-register-form .btns li a {
  color: var(--headingColor);
  font-weight: 500;
  transition: var(--transition);
}
.ss-register-form .btns li a:hover {
  color: var(--mainColor);
}

.ss-register-right-content {
  position: relative;
}
.ss-register-right-content::before {
  position: absolute;
  content: "";
  height: 320px;
  width: 1px;
  background-color: #dfdfdf;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .ss-login-left-content {
    margin-bottom: 30px;
  }
  .ss-login-left-content h2 {
    font-size: 22px;
  }
  .ss-login-right--content .or-content {
    display: none;
  }
  .ss-register-form h2 {
    font-size: 22px;
  }
  .ss-register-form .btns {
    display: initial !important;
  }
  .ss-register-form .btns li {
    margin-bottom: 10px;
  }
  .ss-register-form .btns li:last-child {
    margin-bottom: 0;
  }
  .ss-register-right-content {
    position: relative;
  }
  .ss-register-right-content::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ss-login-left-content {
    margin-bottom: 30px;
  }
  .ss-login-left-content h2 {
    font-size: 26px;
  }
  .ss-login-right--content .or-content {
    display: none;
  }
  .ss-register-form h2 {
    font-size: 26px;
  }
  .ss-register-right-content {
    position: relative;
  }
  .ss-register-right-content::before {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ss-login-left-content h2 {
    font-size: 26px;
  }
  .ss-login-right--content .or-content {
    left: -90px;
  }
  .ss-register-form h2 {
    font-size: 26px;
  }
  .ss-register-form .btns {
    display: initial !important;
  }
  .ss-register-form .btns li {
    margin-bottom: 10px;
  }
  .ss-register-form .btns li:last-child {
    margin-bottom: 0;
  }
  .ss-register-right-content {
    position: relative;
  }
  .ss-register-right-content::before {
    left: -90px;
  }
}/*# sourceMappingURL=account.css.map */