body
{
	padding:0px;
	margin:0px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}

img 
{
width:100%;
height:auto; 
}

hr
{
border:none;
border-top:1px solid #c4d2d9;
}

.bodybg
{
position:absolute;	
width:100% !important;	
height:100%;
display:table;
background-image:url('../img/Bizfi_login-page.jpg');
background-attachment:fixed;
background-position:top center;
background-repeat:no-repeat;
background-color: #efefef;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* 1. PANEL 
---------------------------------*/

.rightpanel
{
	width:320px;
	background-color:#192a39;
	float:left;				
	padding:2%;		
	height:100% !important;
	text-align:center;
	position:fixed;
}

.logo
{
	margin-top:10px;
	text-align:center;
	margin-bottom:40px;
}

.logo img
{
	margin:0 auto;
}		



/* 2. FORM 
---------------------------------*/

.form
{
	margin-top:50px;	
}

.form input
{
	display:block;
	width: 96%;
	padding: 6% 2%;
	border:0px;
	border-radius:6px;
	color:#000000 !important;
	text-align:center;
	background-color:#c4d2d9;
	font-size:1.2em;
	font-weight:300;
}


.form input[type="text"]
{
	margin-bottom:9px;
}

.form input[type="submit"]
{
	display:block;
	width:100%;
	padding:6%;
	border:1px solid #3bb54b;
	border-radius:6px;
	color:#ffffff !important;
	margin-top:20px;
	text-align:center;
	font-size:1.2em;
	font-weight:300;
	background: #3bb54b; /* Old browsers */
	background: -moz-linear-gradient(top, #3bb54b 0%, #3bb54b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3bb54b), color-stop(100%,#3bb54b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3bb54b 0%,#3bb54b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3bb54b 0%,#3bb54b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3bb54b 0%,#3bb54b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3bb54b 0%,#3bb54b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb54b', endColorstr='#3bb54b',GradientType=0 ); /* IE6-9 */	
}


.form input[type="submit"]:hover
{
	display:block;
	width:100%;
	padding:6%;
	border:1px solid #8891cc;
	border-radius:6px;
	color:#ffffff !important;
	margin-top:20px;
	text-align:center;
	font-size:1.2em;
	cursor:pointer;                                       
	font-weight:300;
	background: #3bb54b; /* Old browsers */
	background: -moz-linear-gradient(top, #292a84 0%, #3a3ba7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3bb54b), color-stop(100%,#3bb54b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3bb54b 0%,#3bb54b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #292a84 0%,#3a3ba7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #292a84 0%,#3a3ba7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #292a84 0%,#3a3ba7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb54b', endColorstr='#3bb54b',GradientType=0 ); /* IE6-9 */
}

.form a
{
	color:#000000;
	font-size:1em;
	text-decoration:none; 
	font-family:'Myriad Pro', Arial, sans-serif;
}

.push-top
{
	margin-top:10px;
}

.subtext
{
	color:#ffffff;
	font-size:1.2em;
	font-weight:200 !important; 
	text-decoration:none; 
	font-family:'Myriad Pro', Arial, sans-serif;
}

.link
{
	margin-top:20px;
}

.link a
{ 
color:#ffffff !important;	
text-decoration:none;
font-size:1.5em;
}



/* MOBILE EDITS 
---------------------------------------------*/

/* iPads (landscape) ----------- */
@media only screen and (max-device-width : 480px) {

.rightpanel
{
	max-width:400px;
	position:relative !important;
	background-color:#182936;
	float:none !important;				
	padding:4%;		
	margin:0 auto !important;
	height:100% !important;
	text-align:center;
}

.logo img
{
max-width:300px;
}

}
