﻿
html 
{
    height:100%;
    min-height:1024px;
    min-width:724px;
    overflow:hidden;
}

body
{
    height:100%;
	font-family: Trebuchet,"Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
}

body, td, a, p, h, h1, hg2, h3, div, form
{
	margin:0;
	padding:0;
}

label, input, textarea, select 
{
	font-family: Trebuchet,"Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
}

body > form 
{
    min-height: 100%;
    position: relative;
}

#txtUser, #txtPwd
{
    width: 180px;
    font-size: 16px;
}

.bgTop 
{  
    top: 0;
    left: 0;
    right: 0;
    height: 456px;
    position:absolute;
}
.bgBottom 
{
}

.lblUser, .lblPassword
{
    color: White;
    font-size: 16px;
}

.lblUser {
}

.lblPassword
{
    margin-left: 20px;
}

.loginDivTop
{
	display:block;
	height:456px;
    width:550px;
    position:relative;
    z-index: 1;
    margin: 0 auto;
}

.logotipo
{
	float:left;
	background:transparent url(../Images/training.png) no-repeat 0 bottom;
	height:95%;
	width: 227px;
	margin-left:35px;
}

.logo
{
	text-align: right;
	float:right;
	margin-top: 65%;
	width: 227px;
}

.logo #clientLogo
{
	max-width: 205px;
	max-height: 100px;
}

.loginDivFooter
{
	background:transparent url(../Images/codevision.png) no-repeat 0 bottom;
	width: 186px;
	height: 49px;
	float: right;
	position: absolute;
	bottom: 50px;
	right: 50px;
}

.loginDivBottom
{
    z-index: 1;
    width:550px;
    margin: 0 auto;
	padding-top:25px;
}

.loginDivBottom input
{
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    color:black;
    border: 1px solid white;
    height: 20px;
    text-indent: 3px;
}

#Entrar
{
	-moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
	border:none;
	color:white;
	margin-bottom:5px;
	height:25px;
	display:block;
	margin-right:2px;
	cursor:pointer;
	text-align:center;
    font-size: 16px;
	float: right;
	padding-bottom: 5px;
	margin-top: 10px;
	
}

#RecPass
{
	-moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
	border:none;
	color:white;
	margin-bottom:5px;
	height:25px;
	display:block;
	margin-right:6px;
	cursor:pointer;
	text-align:center;
    font-size: 16px;
	float: right;
	padding-bottom: 5px;
	margin-top: 10px;
	
}

#footer
{
    
    color: #666666;
    font-weight: bold;
    display: block;
    font-family: Trebuchet, "Trebuchet MS" ,Helvetica,Arial,Geneva,sans-serif;
    font-size: 8px;
    float: right;
    margin-right: -65px;
    margin-top: 40px;
    padding-top: 15px;
}


#footer a img
{
    border: 0px;
    float: left;   
    margin-left: 650px;
}


#footer span
{
    margin-left: 5px;
    color: #666666;
    font-weight: bold;
    display: block;
    font-family: Trebuchet, "Trebuchet MS" ,Helvetica,Arial,Geneva,sans-serif;
    font-size: 12px;
    float: right;
}

#lblErro
{
    display:block;
    text-decoration:underline;
    color:White;
    margin-top:20px;
}