﻿.box
{
 background-color:White; 
 -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
}

.boxRecuperarSenha
{
float:left;
}

#boxRecuperarSenha
{
width:100%; 
}

#linha2logado
{
    margin-top:30px;
}

#conteudo
{
    width:100%;
}


.boxRecuperarSenha {
  padding: 10px;
  margin-top: 5px;
  min-height: 260px;
  height:auto !important;
  height: 265px;
  background-color:White;
    -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  margin-bottom:50px;
  float:left;
  width:280px;

}

.boxRecuperarSenha h2 {
  padding-bottom: 5px;

}
.boxRecuperarSenha input[type="text"],
select,
input[type="password"] {
  height: 23px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.boxRecuperarSenha .camposobrigatorios {
  text-align: right;
}


fieldset
{
   background-color:White;
    float:left;
    padding-left:0px;
}

#divRegulamento
{
 float:left;
 width:100%;
    
}

#logo
{
    margin-top:12px;
}