/* Theme default */
/* ======= Login/Signup ======== */
.auth-section {
  /*padding-bottom: 200px;*/
  /*padding-top: 90px;*/
  padding-left: 150px;
  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: 80px;
}
.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;
  z-index:1;
}
.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 {
  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;
}
.signup-section {
  /*padding-bottom: 200px;*/
  /*padding-top: 90px;*/
 /*  padding-left: 150px; */
  padding-right: 8%;
}
.signup-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;
}

.signup-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;
}
.signup-section .form-box .form-box-heading .highlight {
  font-weight: 800;
}
.signup-section .form-box{
	margin-top:4vh;
}
.signUp-heading{
	color:black;
	text-align: center;	
}
.signup-section .form-box .form-box-inner {
  background: rgba(227, 222, 224, 0.8) ;
  padding: 10px 0px 7px 10px;
  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;
}
.sign-up-footer {
	 padding: 10px 70px 15px 10px;
  	 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;
}
.signup-section-form-container {
      padding-left: 0px;
}
.signup-section .form-box .title {
  font-size: 22px;
  font-weight: 300;
  margin-top: 10px;
}
.signup-section .form-group {
  position: relative;
}
.signup-section .form-group.email .icon {
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: 9px;
  color: #afb3bb;
}
.signup-section .form-group.password .icon {
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: 9px;
  color: #afb3bb;
}
.signup-section .social-btns {
  padding-left: 60px;
  min-height: 250px;
  margin-bottom: 15px;
}
.signup-section .social-btns li {
  margin-bottom: 10px;
}
.signup-section .social-btns li .btn {
  min-width: 220px;
}
.signup-section .forgot-password {
  margin-top: 10px;
}
.signup-section .forgot-password a {
  color: #616670;
}
.signup-section .forgot-password a:hover {
  text-decoration: underline;
  color: #40babd;
}
.theme-2 .signup-section .forgot-password a:hover {
  color: #6dbd63;
}
.theme-3 .signup-section .forgot-password a:hover {
  color: #497cb1;
}
.theme-4 .signup-section .forgot-password a:hover {
  color: #ec6952;
}
.signup-section .divider {
  border-left: none;
  margin-bottom: 30px;
  position: static;
}
.signup-section .divider span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  top: inherit;
  text-transform: uppercase;
  color: #a2a6af;
}
.signup-section .divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: #f4f4f6;
  height: 1px;
  width: 100%;
}
.signup-section .social-btns {
  padding-left: 0;
  text-align: center;
}
.signup-section .social-btns .btn {
  min-width: 100%;
}
.signup-section .social-btns .social-login {
  display: inline-block;
  margin: 0 auto;
}
.signup-section .note {
  color: #a2a6af;
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.signup-section .btn + .note {
  margin: 15px 0;
}
.signup-section .remember label {
  color: #616670;
}
.signup-section .alt-path {
  color: #616670;
  margin-top: 30px;
}
.signup-section .copyright {
  padding: 30px;
  color: #9499a3;
}

.signup-left {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 460px);
    margin-left: 0px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
     min-height: 500px;
     text-align:right;
     font-size:40px;
     padding-top: 4%;
     font-family: Garamond;
}
.signup-right {
  
    position: absolute;
    right: 0;
    width: 500px;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 999;
    background-size: 500px auto;
    background-position: top center;
    min-height: 100px;
}

.signup-section .form-box .form-box-inner .form-label{
	color: #0D0D0D;
    text-align:left;
    font-size:14px;
	font-family: segoe ui semibold;
	    padding-top: 6px;

}


.signup-section-form-container .content
 {
	max-height: 55vh;
	overflow: auto;
	padding: 10%;
	padding-top: 20px;
	padding-bottom:1px;
}

.signup-help-block {
  color: #858585;
  font-size: 13px;
  text-align: right;
}

.remove-form-border{
	border:0px !important;
}

.ach-padding{
	padding-bottom:5px;
}

