/**
	Visit us: WebDevZoom.com
*/

div label input {
   margin-right:100px;
   
}


#ck-button {
width:150px;
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;   
    float:left;
}


#ck-button:hover {
    margin:4px;
    background-color:#B0E0E6;
    border-radius:4px;
    border:1px solid #B0E0E6;
  
    color:black;
}

#ck-button label {
    float:center;
    width:3.0em;
}

#ck-button label span {
    text-align:center;    
    display:block;
    
}

#ck-button label input {
    position:absolute;
    top:-20px;
}

#ck-button input:checked + span {
    background-color:00BFFF;
    color:black;
    width:150px;
}



body {
	font-family: "open sans", "segoe ui";
	font-size: 14px;
	margin: 0;
	padding: 0;
}
a {
	transition: background .3s;
}
/* BACKGROUND */
.background, .backdrop {
	background-color: #FAFAFA;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-size: cover;
}

.background2, .backdrop2 {
	background-color: #8BC24A;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-size: cover;
}

/* CONTAINER */
.login-form-container {
    max-width: 400px;
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 50%;
    left: 50%;
	margin-left: -200px;
	margin-top: -286px;  
}
.login-form-container a{
	text-decoration:none;
}

.templ-form-container {
    max-width: 400px;
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 50%;
    left: 50%;
	margin-left: -200px;
	margin-top: -286px;  
}

.templ-form-container a{
	text-decoration:none;
}


/* CONTENT */
.login-form-content {
	background-color: #FFFFFF;
	padding: 25px 25px;
}
.login-form-content i{
    width: 30px;
    text-align: center;
	vertical-align: bottom;
}
.templ-form-content {
	background-color: #FFFFFF;
	padding: 25px 25px;
}
.templ-form-content i{
    width: 30px;
    text-align: center;
	vertical-align: bottom;
}
/* HEADER */
.login-form-header {
	text-align: center;
}
.login-form-header img {
	border: 1px solid #CCCCCC;
    padding: 10px;
    border-radius: 50px;
}
.login-form-header h3 {
	font-weight: lighter;
    font-size: 25px;
    margin: 10px 0;
}


.templ-form-header {
	text-align: center;
}
.templ-form-header img {
	border: 1px solid #CCCCCC;
    padding: 10px;
    border-radius: 50px;
}
.templ-form-header h3 {
	font-weight: lighter;
    font-size: 25px;
    margin: 10px 0;
}

/* FROM INPUT */
.login-form .input-container {
	border-bottom: 1px solid #CCCCCC;
    margin-top: 15px;
    font-size: 20px;
    color: #9e9e9e;
	padding-bottom: 5px;
}
.login-form .input {
	border: 0;
	width: 100%;
}
.login-form .input:focus {
    outline: none;
}
#show-password {
	float: right;
    vertical-align: bottom;
    text-align: center;
    margin-top: 7px;
	cursor: pointer;
}
.login-form .forgot-password {
	float: right;
}
.login-form .rememberme-container {
	margin-top: 15px;
	padding: 0;
}
.login-form .rememberme-container input {
	margin-left: 0;
}
.login-form .rememberme span {
	vertical-align: top;
}
.login-form .button {
	margin-top: 15px;
    width: 100%;
    background: #007A41;
    border: 0;
    color: #FFFFFF;
    padding: 10px;
    font-size: 15px;
	cursor: pointer;
	transition: background .3s;

	
	
		-moz-box-shadow: 0px 1px 0px 0px #cccccc;
	-webkit-box-shadow: 0px 1px 0px 0px #cccccc;
	box-shadow: 0px 1px 0px 0px #cccccc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007A41), color-stop(1, #007A41));
	background:-moz-linear-gradient(top, #007A41 5%, #007A41 100%);
	background:-webkit-linear-gradient(top, #007A41 5%, #007A41 100%);
	background:-o-linear-gradient(top, #007A41 5%, #007A41 100%);
	background:-ms-linear-gradient(top, #007A41 5%, #007A41 100%);
	background:linear-gradient(to bottom, #007A41 5%, #007A41 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007A41', endColorstr='#007A41',GradientType=0);
	background-color:#007A41;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #7EBB2F;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
	
	
	
	
}





.login-form .button:hover {
	margin-top: 15px;
    width: 100%;
    background: #007A41;
    border: 0;
    color: #FFFFFF;
    padding: 10px;
    font-size: 15px;
	cursor: pointer;
	transition: background .3s;

	
	
		-moz-box-shadow: 0px 1px 0px 0px #cccccc;
	-webkit-box-shadow: 0px 1px 0px 0px #cccccc;
	box-shadow: 0px 1px 0px 0px #cccccc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007A41), color-stop(1, #007A41));
	background:-moz-linear-gradient(top, #007A41 5%, #007A41 100%);
	background:-webkit-linear-gradient(top, #007A41 5%, #007A41 100%);
	background:-o-linear-gradient(top, #007A41 5%, #007A41 100%);
	background:-ms-linear-gradient(top, #007A41 5%, #007A41 100%);
	background:linear-gradient(to bottom, #007A41 5%, #007A41 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007A41', endColorstr='#007A41',GradientType=0);
	background-color:#007A41;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #7EBB2F;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.login-form .button:focus {
	outline: none;
}
.login-form .register {
	margin-top: 5px;
    background: #dadada;
    border: 0;
    color: #676464;
    padding: 9px;
    font-size: 15px;
    display: block;
    text-align: center;
}
.login-form .register-y {
	margin-top: 5px;
    background: #FFD94D;
    border: 0;
    color: #676464;
    padding: 9px;
    font-size: 15px;
    display: block;
    text-align: center;
}
.login-form .register:hover	{
	background: #d0d0d0;
}


.templ-form .input-container {
	
    margin-top: 15px;
    font-size: 20px;
    color: #9e9e9e;
	padding-bottom: 5px;
}
.templ-form .input {
	border: 2px solid #CCCCCC;
	width: 100%;
}

.templ-form .input:focus {
    outline: none;
}




.templ-form .button {
		margin-top: 15px;
    width: 100%;
    background: #007A41;
    border: 0;
    color: #FFFFFF;
    padding: 10px;
    font-size: 15px;
	cursor: pointer;
	transition: background .3s;

	
	
		-moz-box-shadow: 0px 1px 0px 0px #cccccc;
	-webkit-box-shadow: 0px 1px 0px 0px #cccccc;
	box-shadow: 0px 1px 0px 0px #cccccc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007A41), color-stop(1, #007A41));
	background:-moz-linear-gradient(top, #007A41 5%, #007A41 100%);
	background:-webkit-linear-gradient(top, #007A41 5%, #007A41 100%);
	background:-o-linear-gradient(top, #007A41 5%, #007A41 100%);
	background:-ms-linear-gradient(top, #007A41 5%, #007A41 100%);
	background:linear-gradient(to bottom, #007A41 5%, #007A41 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007A41', endColorstr='#007A41',GradientType=0);
	background-color:#007A41;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #7EBB2F;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
	
}
.templ-form .button:hover {
			background: #007A41;
		-moz-box-shadow: 0px 1px 0px 0px #cccccc;
	-webkit-box-shadow: 0px 1px 0px 0px #cccccc;
	box-shadow: 0px 1px 0px 0px #cccccc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007A41), color-stop(1, #007A41));
	background:-moz-linear-gradient(top, #007A41 5%, #007A41 100%);
	background:-webkit-linear-gradient(top, #007A41 5%, #007A41 100%);
	background:-o-linear-gradient(top, #007A41 5%, #007A41 100%);
	background:-ms-linear-gradient(top, #007A41 5%, #007A41 100%);
	background:linear-gradient(to bottom, #007A41 5%, #007A41 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007A41', endColorstr='#007A41',GradientType=0);
	background-color:#007A41;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #7EBB2F;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
	
}
.templ-form .button:focus {
	outline: none;
}

.templ-form .register {
	margin-top: 5px;
    background: #dadada;
    border: 0;
    color: #676464;
    padding: 9px;
    font-size: 15px;
    display: block;
    text-align: center;
}
.templ-form .register:hover	{
	background: #d0d0d0;
}



/* ACTIVATION LINK */
.resend-activation {
	text-align: center;
	margin-top: 15px;
	margin-top: 10px;
    color: #425384;
	line-height: 22px;
}
.attibution {
	text-align: center;
    margin-top: 7px;
    color: #a5a5a5;
	line-height: 25px;
}

/* SEPARATOR */
.login-form-content .separator {
	margin: 20px 0;
	border-top: 1px solid #CCCCCC;
	position: relative;
}
.login-form-content .separator-text {
	display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -22px;
    padding: 0px 10px;
    background: #FFFFFF;
	color: #8a8a8a;
}

.templ-form-content .separator {
	margin: 20px 0;
	border-top: 1px solid #CCCCCC;
	position: relative;
}
.templ-form-content .separator-text {
	display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -22px;
    padding: 0px 10px;
    background: #FFFFFF;
	color: #8a8a8a;
}




/* RESPONSIVE */
@media screen and (max-height: 600px) {
	.login-form-container {
		margin-top: 0 !important;
		top: 10px !important;
	}
}
@media screen and (max-width: 400px) {
	.login-form-container {
		left: 5px;
		margin-left: 5px;
		min-width: 283px;
		right: 10px;
		margin-bottom: 10px;
		width: auto;
	}
	.login-form .input {
		width: 140px;
	}
	.socmed-login .socmed-btn i {
		margin-right: 5px;
		width: 19px;
	}
}

/* RESPONSIVE */
@media screen and (max-height: 600px) {
	.templ-form-container {
		margin-top: 50px !important;
		top: 10px !important;
	}
}
@media screen and (max-width: 400px) {
	.templ-form-container {
		left: 5px;
		margin-left: 5px;
		min-width: 283px;
		right: 10px;
		margin-bottom: 10px;
		width: auto;
	}
	.templ-form .input {
		width: 100%;
	}
	
}


.styled-select {
   width: 100%;
   height: 30px;
   overflow: hidden;
   background: url(cal.png) no-repeat right #ddd;
   border: 1px solid #ccc;
   }
   
   .socmed-login .facebook-btn {
	background: #3b5998;
}

/* SOCIAL MEDIA LOGIN */
.socmed-login .socmed-btn {
    padding: 10px 25px;
    color: #FFFFFF;
    display: block;
    margin-top: 5px;
    text-align: center;
}
.socmed-login .socmed-btn i {
	text-align: left;
    border-right: 1px solid #FFFFFF;
    margin-right: 15px;
    width: 25px;
	font-size: 16x;
	vertical-align: middle;
}
.socmed-login .socmed-btn span {
	display: inline-block;
    margin-top: 8px;
    line-height: 0;
}
.socmed-login .facebook-btn {
	background: #3b5998;
}
.socmed-login .facebook-btn:hover {
	background: #324b80;
}
.socmed-login .google-btn {
	background: #ef0a0a;
        facebook-btn
}
.socmed-login .google-btn:hover {
	background: #d40909;
}
.socmed-login .yahoo-btn {
	background: #940b94;
}
.socmed-login .yahoo-btn:hover {
	background: #790a79;
}



   
   
