/***
Login page
***/

/* logo page */
/*body{
  background:url(../../img/bg/ico_bg.png) #e8e8e8 !important; 
}*/

.login {
	position: relative;
	z-index: 2;
	padding: 20px 0px 30px;
}

.login .logo {
  margin: 0 auto;    
  text-align: center;
}  

.login .content {
  background-color:#fff; 
  width: 360px;
  margin: 0 auto;  
  padding: 30px;     
  border-radius: 7px;
  border: 1px solid #d7d7d7;
  box-shadow: 0px 10px 10px -2px #c6c6c6;
}


.login .content h4, .login .content h3, .login .content a, .login .content p{
    font-size: 12px;
}

.login .content h3 {
  color: #000;
}

.login .content h4  {
  color: #555;
}

.login .content p {
  color: #222;
}

.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}

.login .content .input-icon {
  border-left: 2px solid #4d78cf !important;
}

.login .content .input-icon .form-control {
  border-left: 0;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  margin: 0 0 20px 0;
  font-size: 18px;
}

.login .content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}  

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .forget-password {
  margin-top: 25px;
}

.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container {
  border-left: 2px solid #35aa47 !important;
}

.login .content .select2-container .select2-choice {
  border-left: none !important;
}

.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top:1px;
  margin: 4px 4px 0px 3px; 
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center; 
}

.login .content .has-error .select2-container i {
  color: #b94a48;
}

.login .content .select2-container a span {
  font-size: 13px;
}

.login .content .select2-container a span img {
  margin-left: 4px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto; 
  padding: 10px;
  color: #999;
  font-size: 11px;
}

@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top:10px;
  }

  .login .content {
    padding: 20px; 
    width: 280px;
  }

  .login .content h3 {
    font-size: 22px;
  }


  .login .checkbox {
    font-size: 13px;
  }
}

.product-version {
	font-size: 14px;
	margin-top: 5px;
	color: #000;
}

.logo img{
    width: 280px;
}

.login .btn.MyChange {
	width: 100%;
	background-color: #ffc20e;
	color: #333 !important;
}

	.login .btn.MyChange:hover {
		background-color: #ed1a3a !important;
		color: #fff !important;
	}

.btn.MyChange:hover, .btn.MyChange:focus, .btn.MyChange:active, .btn.MyChange.active, .btn.MyChange.disabled, .btn.MyChange[disabled] {
    background-color: #000 !important;
}
 
.btn-sign-up a{
    background: #dedede; 
    color: #333;
    padding: 8px 20px;
    display: inline-block;
    margin: 7px 10px 0 0;
}

.btn-sign-up a:hover,.btn-sign-up a:active,.btn-sign-up a:focus{
    background: #e84168;
    color:#fff; 
    text-decoration:none;
}

.container{
	overflow:hidden;
}


/* bg animation */
#MoveBG_container {
	/*min-width: 100%;
	min-height: 360px;*/
	min-width: 58%;
	min-height: 100%;
	right: 0;
	text-align: center;
	background-size: 300% 300%;
	background: linear-gradient(230deg, #a24bcf, #4b79cf, #4bc5cf);
	-webkit-animation: MoveBG 60s ease infinite;
	-moz-animation: MoveBG 60s ease infinite;
	-o-animation: MoveBG 60s ease infinite;
	animation: MoveBG 60s ease infinite;
	position: absolute;
	z-index: -1;
}

  
@-webkit-keyframes MoveBG {
	0% {
		background-position: 0% 84%
	}
	50% {
		background-position: 100% 16%
	}
	100% {
		background-position: 0% 84%
	}
}

@-moz-keyframes MoveBG {
	0% {
		background-position: 0% 84%
	}
	50% {
		background-position: 100% 16%
	}
	100% {
		background-position: 0% 84%
	}
}

@-o-keyframes MoveBG {
	0% {
		background-position: 0% 84%
	}
	50% {
		background-position: 100% 16%
	}
	100% {
		background-position: 0% 84%
	}
}

@keyframes MoveBG {
	0% {
		background-position: 0% 84%
	}
	50% {
		background-position: 100% 16%
	}
	100% {
		background-position: 0% 84%
	}
}


.login-header {
	/*border: 1px solid rgb(222, 226, 230);
	background: rgb(241 241 241);*/
	width: 100%;
	padding: 30px 20px 0px;
	margin: 0;
	box-shadow: none;
	height: auto;
	text-align: center;
}

	.login-header .logo img {
		width: 250px;
	}

	.w100 {
		max-width: 100%;
	}

.footer {
	background: #ed1a3a;
	border-top: transparent;
	padding: 0;
	position: relative;
	z-index: 9;
}

.list-footer-link {
	position: relative;
	background: #f7f7f7;
	padding: 15px;
	border-top: 1px solid #ddd;
	color: #c8c8c8;
}

@media only screen and (min-width: 600px) {

	ul.footer-social-ico {
		text-align: center;
	}
}

ul.footer-social-ico {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
}

	ul.footer-social-ico li {
		display: inline-block;
	}

.footer .copyright {
	padding: 10px;
	text-align: center;
	color: #fff;
}

.content-right {
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: linear-gradient(230deg, #a24bcf, #4b79cf, #4bc5cf);
	padding: 25px;
}

.content-right h1 {
	font-size: 26px;
	text-align: center;
	font-weight: 500 !important;
	color: #fff;
}

		.content-right h1 span {
			font-weight: bold !important;
		}

	.content-right p {
		color: #fff;
	}
 
 

.overly-one {
	position: relative;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.single-feature {
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	background-color: #ffffff;
	min-height: 200px;
	border-radius: 7px;  
}

.feature-area.feature-area-two .single-feature {
	margin-top: 0;
	position: relative;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.overly-one::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#e21f36), to(transparent));
	background: linear-gradient(left, #e21f36, transparent);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
	z-index: 1;
}

.overly-one .overly-two::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(#e21f36));
	background: linear-gradient(left, transparent, #e21f36);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
}

.img-icon {
	float: left;
	margin-right: 10px;
	height: 45px;
	width: 45px;
	background: #fff;
	border-radius: 50%;
	max-width: 100%;
	padding: 7px;
	border: 1px solid #d5d3d3;
}

.pt3 {
	padding-top: 3px !important;
}

	.img-icon img {
		width: 30px;
	}

	.single-feature .title {
		position: relative;
		/*margin-bottom: 28px;*/
	}

		.single-feature .title h3 {
			-webkit-transition: all ease 0.5s;
			transition: all ease 0.5s;
			padding-left: 0px;
			padding-top: 10px;
			font-size: 18px;
			font-weight: 500 !important;
			margin: 0 0 10px;
		}

.single-feature p {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	margin-bottom: 0;
	color: #333;
	float: left;
	padding-top: 5px;
}

.feature-shape {
	position: absolute;
	bottom: 0;
	right: 0;
}

.overly-one .overly-two::after {
	content: "";
	position: absolute;
	top: -100%;
	right: 0;
	width: 2px;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#e21f36), to(transparent));
	background: linear-gradient(bottom, #e21f36, transparent);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
}

.overly-one::after {
	content: "";
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#e21f36), to(transparent));
	background: linear-gradient(top, #e21f36, transparent);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
}

.single-feature:hover {
	background-color: #e21f36;
	cursor:pointer;
}

.single-feature:hover .title h3 {
	color: #ffffff;
}

.single-feature:hover p {
	color: #ffffff;
}


