.sign-in-form-top{
	display: block;
	padding: 0 0 15px;
}
.sign-in-form-top h1{
	color:#000;
	margin:0;
	font-size:2em;
	font-weight:300;
	text-decoration:none;
}
.sign-in-form-top p a{
	color:#fff;
}
.sign-in-form-top p a:hover{
	text-decoration:none;
}
.sign-in-form-top p span{
	color:#8BC34A;
}
.signin {
	padding: 2em;
	position:relative;
	background: #fff;
}
.signin-rit {
	padding: 0.3em 0em 0em 0em;
}
.log-input input[type="text"],.log-input input[type="password"] {
	font-size: 0.95em;
	padding: 10px 15px 10px 37px;
	width: 98%;
	color: #A8A8A8;
	outline: none;
	border: 1px solid #D3D3D3;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	background: #FFFFFF;
	margin: 0em 0em 1.5em 0em;
	border-style: solid;
}
.log-input input.user {
	background: url(../images/user.png)no-repeat 8px 10px #fff;
}
.log-input input.lock {
	background: url(../images/lock.png)no-repeat 8px 10px #fff;
}
.log-input-left {
	float: left;
	width: 90%;
}
span.checkbox1 {
	float: left;
	width: 43%;
}
.signin .checkbox {
	margin-bottom: 4px;
	font-size: 1.2em;
	line-height: 27px;
	cursor: pointer;
}
.signin .checkbox {
	position: relative;
	font-size: 1em;
	font-weight: normal;
	color: #999;
	padding: 0em 0.5em 0em 2em;
	margin: 0;
}
.checkbox i {
	position: absolute;
	bottom: 0px;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	outline: none;
	border: 1px solid #DDDDDD;
	background: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.signin .checkbox input {
	position: absolute;
	left: 0px;
	margin-left: 0;
	top: 3px;
}
/*--input check box--*/
span.checkbox2 {
	float: right;
	width: 8%;
	margin: 0.5em 0em 0em 0em;
}
.log-input .checkbox {
	margin-bottom: 4px;
	font-size: 1.2em;
	line-height: 27px;
	cursor: pointer;
}
.log-input .checkbox {
	position: relative;
	font-size: 0.95em;
	font-weight: normal;
	color: #999;
	padding: 0em 0.5em 0em 1.6em;
}
.log-input .checkbox i {
	position: absolute;
	bottom: -26px;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	outline: none;
	background: #fff;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-ms-border-radius: 17px;
	-o-border-radius: 17px;
}
.log-input:nth-child(1) {
	margin: 2em 0 0;
}
.log-input .checkbox input + i:after {
	content: '';
	background: url("../images/tick.png") no-repeat 5px 5px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.log-input .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.log-input .checkbox input {
	position: absolute;
	left: -9999px;
}
.log-input .checkbox input:checked + i:after {
	opacity: 1;
}
.sign-in-form input[type="button"] {
	font-size: 17px;
	color: #fff;
	background: #01a185;
	border: none;
	padding: 10px 0;
	width: 45%;
	display: block;
	outline: none;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	cursor: pointer;
	margin: 0.5em 0 0 27.5%;
}
.sign-in-form input[type="button"]:hover {
	background:#f3c500;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.signin-rit p {
	float: right;
	width: 30%;
	font-size: 1em;
}
.signin-rit p a{
	color: #999;
}
.clear{
	clear:both;
}
/*-- sign-up --*/
.sign-up{
	width: 40%;
	margin: 0 auto;
}
.sign-up h1 {
	text-align: center;
	font-size: 2.5em;
	color:#01a185;
	margin: 0 0 0.5em;
}

.sign-up h2{
	margin: 0 0 2em;
	color:#01a185;
	font-size: 20px;
}
.sign-up h6{
	margin: 2em 0 1em;
	color:#F44336;
	font-size: 20px;
}
.sign-up input[type="button"]{
	outline: none;
	border: none;
	background: #01a185;
	color: #fff;
	font-size: 1em;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
.sign-up input[type="button"]:hover{
	background:#f3c500;
	color:#fff;
}
.sign-in-form{
	margin:0 auto;
	width:35%;
}
@media (max-width: 480px){
	.sign-in-form {
		width: 90%;
	}
}

@media (max-width: 1080px){
	.sign-up {
		width: 50%;
	}
}

