@import url('fonts.css');

* {
	font-family: HelveticaNeueLTStd-LtCn;
	letter-spacing: 1px;
}




body{
	/*background-color: #003953;*/
	background-image: url("https://eadirs.org.br/acesso/images/background_irs1.png")!important;
	 /* Full height */
  height: 100%;
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat!important;
  background-size: cover;
	font-family: HelveticaNeueLTStd-LtCn;
}

#login-username, #login-password {
    font-family: 'HelveticaNeueLTStd-LtCn'!important;
}
.poweredBy a{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
	color: #0c4e98;
	font-size: 0.9em;
	transition: 0.4s all;
}

.logoLogin img{
	margin: 0 auto;
	/*padding: 15px;*/
	padding: 0px;
}


.contentLogin{
	position: relative;
	top: 50%;
	margin-top: 200px;
	
}

span.input-group-addon{
	/*background-color: #003953;*/
	background-color: #0c4e98;
	color: #fff;
	font-size: 2.0em;
}

.btnAccess{
    font-family: HelveticaNeueLTStd-BdCn;
    background-color: #0c4e98;
    padding: 10px;
    width: 100%;
    border-radius: 0px;
    font-size: 1.2em;
    color: #fff;
    transition: 0.4s all;
    text-transform: uppercase;
    border-bottom: solid 0px #19af8a;
    margin-top: 10px;
}

.btnAccess:hover{
	background-color: #ffae00;
    color: #fff;
    transition: 0.4s all;
    padding: 10px;
    border-color: #ffae00;
}

.login{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 15px;
}

h1.titleLogin{
	font-family: HelveticaNeueLTStd-HvCn;
	color: #0c4e98; 
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0px;
	font-weight: 600;
}

hr{
	border: solid 1px #b3b3b4;
	width: 60%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	margin: 20px 0px;
}



#login-username,
#login-password{
	font-family: HelveticaNeueLTStd-CnO;
	padding: 25px;
	font-size: 1.2em;
	font-weight: 200;
}






a.forgotPassword{
	font-family: HelveticaNeueLTStd-CnO;
	text-align: center;
	color: #10356b;
	transition: 0.4s all;
}

a.forgotPassword:hover{
	color: #231f20;
	transition: 0.4s all;
}

.poweredBy{
	margin-top: 100px;
}



.poweredBy a:hover{
	color: #ffffff;
	font-style: italic;
	transition: 0.4s all;
	text-decoration: none;
}

.form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

