html, body, button, input, select, div, td {
	font-family: Arial, sans-serif, Verdana, Geneva, Kalimati !important;
}

body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
/* 	background-color: #F6F6F6; */
	background: url('login.png');
	overflow-x: auto;
    overflow-y: scroll;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.pa-login-layout {
	width: 100%;
}

.pa-login-form {
	width: 333px;
	position: relative;
	top: 50%;
	left: 50%;
	margin: -146px 0px 0px -150px;
}

.pa-login-field {
	width: 100%;
	height: 50px;
  	color: #414141 !important;
  	font-size: 18px;
  	outline: none;
  	border: 2px solid #dcdcdc;
  	border-top-style: none;
  	padding: 0px 8px;
  	box-sizing: border-box;
}

.pa-login-email {
	border-radius: 8px 8px 0px 0px;
	border-top-style: solid;
}

.pa-login-password {
	border-radius: 0px 0px 8px 8px;
}

.pa-login-submit {
	margin-top: 24px;
	width: 100%;
	height: 40px;
	color: white;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	background-color: #6daf00;
	border: 2px solid #269210;
	outline: none;
}

.pa-login-error {
	color: red;
    padding-top: 20px;
    padding-left: 6px;
}