/* @import url('../css/font-awesome/css/font-awesome.min.css'); */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    background: #E6E6E6;

}

.form-2 {
		/* Size and position */
		font-family:Arial, Helvetica, sans-serif;

		width: 380px;
.    height: 270px;
.    margin: 60px auto 30px;
		top: 50%;
		margin-top: -100px;
		left: 50%;
		margin-left: -190px;
		padding: 15px;
		position: fixed;
 
		/* Styles */
		background: #fffaf6;
		background: #ffffff;

		border-radius: 4px;
		color: #7e7975;
.    box-shadow:
				0 2px 2px rgba(0,0,0,0.2),       
				0 1px 5px rgba(0,0,0,0.2),       
				0 0 0 12px rgba(255,255,255,0.4);

		box-shadow:
				0 2px 2px rgba(0,0,0,0.2),       
				0 1px 5px rgba(0,0,0,0.2);       

		border: 1px solid #ebe6e2;
}




.logout {
		margin-top: -50px;
}

.form-2 .err {
		margin-top: 30px;
		font-weight: 400;
		text-shadow: 0 1px 0 rgba(255,255,255,0.8);
		font-size: 16px;
		font-family: 'Lato', Calibri, Arial, sans-serif;
		border-top: 1px solid #FC5656;
		color: #FF3333;

}

.form-2 .fp {
		float: right;
		padding-top: 12px;
		font-weight: 400;
		text-shadow: 0 1px 0 rgba(255,255,255,0.8);
		font-size: 14px;
		font-family: 'Lato', Calibri, Arial, sans-serif;
		text-decoration: none;
		padding-right: 5px;

}

.form-2 h1 {
		font-size: 15px;
		font-weight: bold;
		color: #bdb5aa;
		padding-bottom: 8px;
		border-bottom: 1px solid #EBE6E2;
		text-shadow: 0 2px 0 rgba(255,255,255,0.8);
		box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
 
.form-2 h1 .log-in,
.form-2 h1 .sign-up {
		display: inline-block;
		text-transform: uppercase;
}
 
.form-2 h1 .log-in {
		color: #6c6763;
		padding-right: 2px;
}
 
.form-2 h1 .sign-up {
		color: #ffb347;
		color: #34a5cf;
		color: #6c6763;
		padding-left: 2px;
}
.form-2 .float {
		width: 50%;
		float: left;
		padding-top: 15px;
		border-top: 1px solid rgba(255,255,255,1);
		padding-left: 5px;
		padding-right: 5px;
}
 
.form-2 .float:first-of-type {
		padding-right: 5px;
}
 
.form-2 .float:last-of-type {
		padding-left: 5px;
}
.form-2 label {
		display: block;
		padding: 0 0 5px 2px;
		cursor: pointer;
		text-transform: uppercase;
		font-weight: 400;
		text-shadow: 0 1px 0 rgba(255,255,255,0.8);
		font-size: 11px;
}
.form-2 label i {
		margin-right: 5px; /* Gap between icon and text */
		display: inline-block;
		width: 10px;
}
.form-2 input[type=text],
.form-2 input[type=password]:not(.OTPdigit) {
		font-family: 'Lato', Calibri, Arial, sans-serif;
		font-size: 13px;
		font-weight: 400;
		display: block;
		width: 100%;
		padding: 5px;
		margin-bottom: 5px;
		border: 3px solid #ebe6e2;
		border-radius: 5px;
		transition: all 0.3s ease-out;
}
.form-2 input[type=text]:enabled:hover,
.form-2 input[type=password]:hover {
		border-color: #CCC;
}
 
.form-2 label:hover ~ input:enabled {
		border-color: #CCC;
}
 
.form-2 input[type=text]:focus,
.form-2 input[type=password]:focus {
		border-color: #BBB;
		outline: none; /* Remove Chrome's outline */
}
.clearfix:after {
		content: "";
		display: table;
		clear: both;
}
 
.form-2 input[type=submit], .form-2 .register {
		/* Size and position */
.    width: 49%;
	width: 100px;
		height: 38px;
		float: right;
		position: relative;
	margin-top: 10px;
		/* Styles */
		box-shadow: inset 0 1px rgba(255,255,255,0.3);
		border-radius: 3px;
		-webkit-appearance: none;
		-webkit-border-radius: 3px; 
		cursor: pointer;
 
		/* Font styles */
		font-family: 'Lato', Calibri, Arial, sans-serif;
		font-size: 14px;
		line-height: 38px; /* Same as height */
		text-align: center;
		font-weight: bold;

}
 
.form-2 input[type=submit] {
		margin-left: 1%;
		background: #fbd568;
		background: linear-gradient(#fbd568, #ffb347);
		border: 1px solid #f4ab4c;
		color: #996319;
		text-shadow: 0 1px rgba(255,255,255,0.3);

		background: #94D644;
		border: 1px solid #6EA323;
    /*background: -moz-linear-gradient(center top , #71A334, #4B6F18) repeat scroll 0% 0% transparent;*/
		background: -moz-linear-gradient(center top , #94D644, #6EA323) repeat scroll 0% 0% transparent;
		color: #ffffff;

		margin-right: 5px;
		

}
 
.form-2 .register {
		margin-right: 1%;
		background: #34a5cf;
		background: linear-gradient(#34a5cf, #2a8ac4);
		border: 1px solid #2b8bc7;
		color: #ffffff;
		text-shadow: 0 -1px rgba(0,0,0,0.3);
		text-decoration: none;
}
.form-2 input[type=submit]:hover {
.    box-shadow:
				inset 0 1px rgba(255,255,255,0.3),
				inset 0 20px 40px rgba(255,255,255,0.15);
		background: #ffb347;
		background: #6EA323;
}
 
.form-2 .register:hover {
.    box-shadow:
				inset 0 1px rgba(255,255,255,0.3),
				inset 0 20px 40px rgba(255,255,255,0.15);
		background: #2a8ac4;
}

.form-2 input[type=submit]:active,
.form-2 .register:active{
		top: 1px;
}

.no-boxshadow .form-2 input[type=submit]:hover {
		background: #ffb347;
}
 
.no-boxshadow .form-2 .register:hover {
		background: #2a8ac4;
}
.form-2 p:last-of-type {
		clear: both;   
}

 
@media only screen and (max-width: 390px) {
	body {
			
			.background-color: orange;
	}

	
	.form-2 {
		/* Size and position */
		font-family:Arial, Helvetica, sans-serif;
		width: inherit;
		top: 0px;
		margin: 5px;
		left: 0%;
		padding: 15px;
		position: inherit;		
		height: inherit;
	}		
	
	.fp {
		.background-color: orange;
	}
}

