@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,400italic,300italic);
/* CSS Document */
body{ margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-family: 'Roboto Condensed', sans-serif; background:#31336A;}
h1,h2,h3,h4,h5,h6{ margin:0; padding:0;}
::selection
{
color:#FFF;
background:#31336A;
}
::-moz-selection
{
color:#FFF;
background:#31336A;
}
.logo{
	width:320px; 
	margin:60px auto 20px auto;
	text-align:center;
}
.logo img{max-width:70%;}
.logo p{
	margin:0; padding:0;
	text-align:right;
	font-size:18px;
}
.login{
	width:320px; 
	margin:0 auto;
	color:#000;
	background:#f9f9f9;
	padding:20px;
	box-shadow:0 0 40px #333;
	border-top:4px solid #31336A;
}
table{ width:100%;}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
  transition: background-color 5000s ease-in-out 0s;
}

input.textInput{ width:100%; height:34px; text-indent:10px; margin:0; border:1px solid #31336A; background-color:#dddddd !important; font-family: 'Roboto Condensed', sans-serif; font-size:15px; border-radius:30px;}

.button{ border:0; margin-top:15px; padding:8px 10px; background:#909090; width:100%; color:#FFF !important; font-family: 'Roboto Condensed', sans-serif; font-size:16px;}
.submit_button{ background:#31336A; width:100%; color:#FFF; font-family: 'Roboto Condensed', sans-serif; font-size:16px; border-radius:30px;}