::-webkit-input-placeholder {
   color: #104E8B;
   font: 16px "Trebuchet MS",verdana, arial, sans-serif;
}

:-moz-placeholder {
   color: #104E8B;
   font: 16px "Trebuchet MS",verdana, arial, sans-serif;
}

::-moz-placeholder {
   color: #104E8B;
   font: 16px "Trebuchet MS",verdana, arial, sans-serif;
}

:-ms-input-placeholder {  
   color:  #104E8B;
   font: 16px "Trebuchet MS",verdana, arial, sans-serif;
}
.fifth-login
{
        font-family:"Trebuchet MS",verdana;
    	width: 432px;
	margin:0 auto;
	background: #FFFFFF;
	text-align: center;
	border-radius: 0.8em;
	-o-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	-moz-border-radius: 0.8em;
        width:30%;
        position:absolute;
        top:52%;
        left:50%;
        margin-top:-216px;
	margin-left:-216px;
}
.fifth-login h2
{
	font-size: 1.5em;
	color: #104E8B;
	padding-top:1em;
        font-weight:600;
        font-weight:bold;
}
.fifth-login h2:hover
{
	color: #104E8B;
}
form.five {
	padding:5% 0 0% 0;
}
form.five li.blue{
	background:  #F5F5F5;
	-moz-box-shadow: inset 0 4px 8px #ABABAB;
	-webkit-box-shadow: inset 0 4px 8px #ABABAB;
	box-shadow: inset 0 4px 8px #ABABAB;
	margin-top: 0.8em;
}
form.five li,li.blue{
	list-style: none;
	width: 100%;
	/*background: #97ce68;*/
        background: #F5F5F5;
	border:none;
	-moz-box-shadow: inset 0 4px 8px #ABABAB;
	-webkit-box-shadow: inset 0 4px 8px #ABABAB;
	box-shadow: inset 0 4px 8px #ABABAB;
}
/*form.five li.blue{
	background: #6bcbca;
	-moz-box-shadow: inset 0 4px 8px #54A6A5;
	-webkit-box-shadow: inset 0 4px 8px #54A6A5;
	box-shadow: inset 0 4px 8px #54A6A5;
	margin-top: 0.8em;
}*/
.icon5
{
	height:30px;
	width:30px;
	display: block;
	float: left;
	margin:12px 0px 0px 1px;
}
.fifth-login input[type="text"],.fifth-login input[type="password"] 
{
	width:85%;
	padding: 1em 0.7em 1em 1em;
	color: #006DCC;
	font-size:18px;
	outline: none;
	background: none;
	border:none;
	-webkit-appearance: none;
	font-weight:400;
	font-family: 'PT Sans', sans-serif;
}
.submit-five
{
	margin-top:0.8em;
}
.fifth-login input[type="submit"]{
	font-size:20px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	padding:1em 0em;
	width: 100%;
	font-family: 'PT Sans', sans-serif;
	cursor: pointer;
	-webkit-appearance: none;
	border: none;
	outline: none;
	background:#6BCBCA;
        background: #00BBAA;
        background:#4682B4; 
	-moz-box-shadow: inset 0 4px 8px #4682B4;
	-webkit-box-shadow: inset 0 4px 8px #4682B4;
	box-shadow: inset 0 4px 8px #4682B4;
	border-bottom-right-radius:0.65em;  
	-o-border-bottom-right-radius:0.65em;  
	-moz-border-bottom-right-radius:0.65em;  
	-webkit-border-bottom-right-radius:0.65em;  
	border-bottom-left-radius:0.65em; 
	-o-border-bottom-left-radius:0.65em; 
	-moz-border-bottom-left-radius:0.65em; 
	-webkit-border-bottom-left-radius:0.65em;  

}
.fifth-login input[type="submit"]:hover{
	background: #4682B4;
        background: #4682A4;
       /* background: #007373;*/
}
.user2{
    
	background: url(img/arroba-azul.png) no-repeat 8px 9px;
	
}
.lock2
{
	background: url(img/cadeado-azul.png) no-repeat 8px 9px;
}
.login-form-hidden
{
    display:none;
}
.submit-five a
{
    display:block;
    color:#104E8B;
    font-weight:600;
    font-size:12px;
    padding-top:0.2rem;
    padding-bottom:0.5rem; 
}