/* Theme default */
/* ======= Login/Signup ======== */
.auth-section {
  /*padding-bottom: 200px;*/
  /*padding-top: 90px;*/
  /* padding-left: 20vh;
  padding-right: 10px; */
}
.auth-section .form-box .form-box-heading {
  background: #000;
  padding: 17px;
  font-size: 28px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.5;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
  background-clip: padding-box;
  position: relative;
}
.auth-section .form-box .form-box-heading:before {
      content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
  position: absolute;
  bottom: -10px;
  margin-left: -10px;
  left: 50%;
}
.auth-section .form-box .form-box-heading.logo {
  text-transform: uppercase;
}
.auth-section .form-box .form-box-heading.logo .icon {
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.auth-section .form-box .form-box-heading .highlight {
  font-weight: 800;
}
.auth-section .form-box{
	margin-top:6vh;
}
.form-box-heading {
    height:90px;
    line-height:90px;
}
.auth-section .form-box .form-box-inner {
  background: #fff;
  padding: 40px;
  border: 1px solid #eaeaf1;
  border-bottom-width: 2px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.auth-section-form-container {
      padding-left: 15%;
}
.auth-section .form-box .title {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 10px;
}
.auth-section .form-group {
  position: relative;
}
.auth-section .form-group.email .icon {
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: 9px;
  color: #afb3bb;
}
.auth-section .form-group.password .icon {
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: 9px;
  color: #afb3bb;
}
.auth-section .social-btns {
  padding-left: 60px;
  min-height: 250px;
  margin-bottom: 15px;
}
.auth-section .social-btns li {
  margin-bottom: 10px;
}
.auth-section .social-btns li .btn {
  min-width: 220px;
}
.auth-section .forgot-password {
  margin-top: 10px;
}
.auth-section .forgot-password a {
  text-decoration: underline;
  color: #616670;
}
.auth-section .forgot-password a:hover {
  text-decoration: underline;
  color: #40babd;
}
.theme-2 .auth-section .forgot-password a:hover {
  color: #6dbd63;
}
.theme-3 .auth-section .forgot-password a:hover {
  color: #497cb1;
}
.theme-4 .auth-section .forgot-password a:hover {
  color: #ec6952;
}
.auth-section .divider {
  border-left: none;
  margin-bottom: 30px;
  position: static;
}
.auth-section .divider span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  top: inherit;
  text-transform: uppercase;
  color: #a2a6af;
}
.auth-section .divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: #f4f4f6;
  height: 1px;
  width: 100%;
}
.auth-section .social-btns {
  padding-left: 0;
  text-align: center;
}
.auth-section .social-btns .btn {
  min-width: 100%;
}
.auth-section .social-btns .social-login {
  display: inline-block;
  margin: 0 auto;
}
.auth-section .note {
  color: #a2a6af;
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.auth-section .btn + .note {
  margin: 15px 0;
}
.auth-section .remember label {
  color: #616670;
}
.auth-section .alt-path {
  color: #616670;
  margin-top: 30px;
}
.auth-section .copyright {
  padding: 30px;
  color: #9499a3;
}
.login-section .alert{
	padding: 10px;
}