@import "variables";
body {
   background: url(../../images/banner.png)repeat 0px 0px;
    background-attachment: fixed;
}	
.login-title{
	color:var(--main-color);
	text-transform: uppercase;
	font-weight: bold;
	
}
.login-left {
  
    background: var(--main-color);
	background-size: cover;
/*    padding: 2em;*/
}
.logo {
    text-align: center;
}
.login-form {
	margin: 0 auto;
}
.logo img {
	    width: 100px;
   
   
   
}
.login-left h2 {
    font-size: 1.8em;
    color: #fff;
    margin-top: 0.5em;
}
.login-left p {
    font-size: 0.9em;
    color: #fff;
    margin-top: 0.5em;
}
.login-top {
    padding: 1em;
    margin-top: 0.8em;
}
.login-right {
    
    background-color: #fff;
/*    padding: 5% 0 3%;*/
}
.login-right input[type="text"], .login-right input[type="password"] {
    outline: none;
    font-size: 1em;
    color: #cecfd3;
    padding: 19px 30px 10px 10px;
    margin: 0;
    width: 89.87%;
    border: none;
    border-bottom: 2px solid #cecfd3;
    -webkit-appearance: none;
}
.login-text ul li label, .login-text ul li a {
    color: #555;
    font-size: 1em;
}
/*.submit input[type="submit"] {
    font-size: 13px;
    color: #929CE4;
    background: #fff;
    border: 2px solid #929CE4;
    outline: none;
    cursor: pointer;
    padding: 6px 13px;
}
.title{
	background-color:#713772;
	color:#fff;
}
.title-head{
width: 26%;
    background: var(--main-color);
    padding: 23px;
    color: var(--white-color);
    text-align: center;
    font-weight: bold;
    left: 37%;
    top: 9%;
     z-index: 99999; 
     position: absolute; 
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    position: absolute;
}
.login-content{
	    margin-top: 20%;
}
.title-head span{
	
	      background-color: var(--a-color);
   margin-left: 0%;
      padding: 2% 12% 2% 12%;
    color: #fff;
     margin-top: 23px; 
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
}
.loginform-container{
			margin:0 auto;
			width:30%;    margin-top: -2%;
		}
.body-bg::after {
  content: "";
 background-color: #ffffff;
background-image: url("../../../assets/images/loginbg.svg");
background-position: center;
  background-repeat: repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.login-box{
	height: 360px;
	background-color: #fff;
	padding: 6%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 0 20px 0px rgba(47, 47, 47, 0.09);
}


.terms-of-services h3 {
  color: #fff;
}

.auth-page {
	background: #111;
}
.user-auth {
  padding: 0;
}

.user-auth .logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin-left: 30px;
  margin-top: 30px;
}

.user-auth .logo img {
  width: 110px;
}

.user-auth > div {
  padding: 0;
}

.user-auth > div:nth-child(2) {
  height: 100vh;
}

.user-auth > div:nth-child(2) .copyright-text {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom:3px;
  opacity: .8;
}

.user-auth > div:nth-child(2) .form-container {
  display: table;
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0;
}

.user-auth > div:nth-child(2) .form-container > div {
  display: table-cell;
  vertical-align: middle;
}

.user-auth > div:nth-child(2) .form-container form {
  max-width: 450px;
  margin: 0 auto;
}

.user-auth > div:nth-child(2) .form-container form .form-group {
  margin: 0 auto;
  margin-bottom: 30px;
}

.user-auth > div:nth-child(2) .form-container button {
  width: 100%;
  margin-bottom: 7px;
}

.user-auth > div:nth-child(2) .form-container p {
  text-transform: uppercase;
}

.user-auth > div:nth-child(2) .form-container p.info-form {
  margin-bottom: 30px;
  font-size: 14px;
      margin-bottom: 30px;
    font-size: 14px;
    margin-left: 25%;
    color: #999;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.user-auth {
   padding-left: 0px !important;
}

.user-auth > div:nth-child(2) .form-container .form-group p {
  font-size: 12px;
}

.user-auth > div:nth-child(2) .form-container .form-group a:hover {
  opacity: .9;
}*/
/*#carousel-testimonials .carousel-control {
  display: none;
}*/

/*#carousel-testimonials .item > div {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#carousel-testimonials .item > div:after {
 content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 480px;
  background-image: -webkit-linear-gradient(91deg,#141516 7%,rgba(43,51,65,0) 100%);
  background-image: linear-gradient(-1deg,#141516 7%,rgba(43,51,65,0) 100%);
}*/

/*#carousel-testimonials .carousel-inner
{
	margin-top: 40% !important;
    margin-left: 17% !important;
}*/
/*#carousel-testimonials .item{
	height:57vh;
}*/
/*#carousel-testimonials blockquote p:before {
    margin-right: 20px;
    content: "\f10d";
	font-family: "FontAwesome";
}
#carousel-testimonials blockquote p:after {
    margin-left: 20px;
    content: "\f10e";
	font-family: "FontAwesome";
}
#carousel-testimonials blockquote {
  border-left: 0;
  padding: 10px 30px;
}

#carousel-testimonials blockquote p {
	width: 500px;
  position: relative;
 
  font-size: 12px;
  font-style: italic;
  color: #FFF;
  line-height: 31px;
  opacity: .8;
}

#carousel-testimonials blockquote footer {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5%;
}

#carousel-testimonials blockquote footer span {
  color: #eee;
}

#carousel-testimonials .carousel-indicators {
  text-align: right;
  width: 100%;
  left: 0;
  margin-left: 0;
  padding-right: 30px;
  margin-bottom: 5px;
}

#carousel-testimonials .carousel-indicators li {
  display: inline-block;
  background-color: rgba(255,255,255,.5);
  border: 0;
  margin-right: 13px;
}
.carousel-indicators .active{
	background-color: var(--main-color) !important;
}
#carousel-testimonials .carousel-indicators li:last-child {
  margin-right: 0;
}

#carousel-testimonials .carousel-indicators li:hover {
  background-color: rgba(255,255,255,.8);
}
 .auth-control {
    box-shadow: none;
    border: 1px solid var(--main-color);
    padding: 0px 0px 4px 20px;
    height: 46px;
    color: var(--main-color);
    background: var(--white-color);
    font-size: 14px;
    border-radius: 0;
    outline: 0;
    transition: .1s;
	display: block;
    width: 100%;
    
    line-height: 1.42857143;
   
}*/
/*.login-btn{
	border: 0;
    border-radius: 0;
     padding: 12px 30px; 
     font-size: 14px; 
    font-weight: 600;
    text-transform: uppercase;
    transition: .1s;
    outline: 0;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
	background: var(--main-color);
	border: 0;
    border-radius: 0;
	    color: #fff;
    padding: 6px 12px;
}	
.login-btn:hover    
{
    background: var(--white-color); !important;
	color:var(--main-color);
    outline: none !important;
}*/