header.main {
	display: none;
}

footer.main ul.phone-numbers {
	display: none;
}

footer.main nav {
	display: none;
}

div.fundo-login{
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: url("../images/layout/logo-sascar-sasweb.png") no-repeat;
	background-position: 100px 300px;
	background-size: auto 8%;
	background-color: #efefed;
}

div.fundo-login-telkomsel{
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: url("../images/layout/logo-sascar-sasweb-telkomsel.png") no-repeat;
	background-position: 10% 20%;
	background-size: auto 40%;
	background-color: #efefed;
}

div.caixa-login{
	position: absolute;
	right: 15%;
	top: 35%;
	width: 275px;
}

div.barra-degrade{
	background: url("../images/layout/header-bar-bg.gif") repeat-x;
}

div.barra-degrade-superior{
	height: 40px;
}

div.barra-degrade-inferior{
	height: 20px;
	background-position: bottom left;
}

div.controls{
	display: inline-block;
}

div.caixa-login{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font: bold 12px "Arial Narrow", Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 10px;
}

fieldset {
	border-top: 0px;
	margin: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #fff;
	color: gray;
}

.df-botao-2{
	float: right;
}

div.control-group{
	line-height: 40px;
}

div.control-group label{
	width: 95px;
	display: inline-block;
	text-align: left;	
}

fieldset > span{
	color: #EE2C2C;
	line-height: 18px;
}

div.controls input{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f0f0f0 !important;
	border-color: #f0f0f0;
}

div.form-actions{
	padding-right: 20px;
}
