﻿body
{
	background: url("../Content/imgs/oilfield.png") no-repeat fixed left bottom rgba(0, 0, 0, 0);
}

.divLogin 
{
	background: transparent ;
	background: rgba(252, 252, 252, 0.85);
    
	border: 1px solid #EAEAEA;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-moz-box-shadow: 4px 4px 10px #888888; /* Firefox */
	-webkit-box-shadow: 4px 4px 10px #888888; /* Safari and Chrome */
	box-shadow: 4px 4px 10px #888888; /* Opera 10.5+ */
	
    height: 243px;
    margin: 0 auto;
	padding-top: 10px;
    position: relative;
    width: 400px;
	z-index: 1200;
}

.bottomLoginPanel
{
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	color: #D20009;
}

.logoISICTS 
{
    left: -35px;
    position: absolute;
    top: -3px;
}

.divFormLogin
{
	height: 100%;
	margin-left: 43px;
	padding: 20px;
	position: absolute;
	width: 330px;
}
	
.btnEntrar
{
	text-align: center;
}

.loginSection {
	min-height: 100%;
    position: relative;
}

.plataformaPetroleo
{	
	position: absolute;
}
	
.content
{
	padding-top: 200px;
}

.loginDetalheDiv
{
	position: absolute;
	left: -20px;
	top: -20px;
}

.loginDetalheDivBaixo
{
	position: absolute;
	right: -20px;
	bottom: -20px;
}

.loginDetalheTexto
{
	color: #FFFFFF;
    font-size: 25px;
    left: 20px;
    position: absolute;
    top: 7px;

	text-shadow: 4px 4px 10px #888888; 
}

.alert
{
	margin-bottom: 10px;
}

/********  Validator  *******/

.field-validation-error 
{
    position: absolute;
    right: 20px;
}