﻿.resetar_senha input.txt {
    border: 1px solid #E6E6E6;
    height: 38px;
    margin-bottom: 5px;
    padding: 0 5px;
    width: 208px !important;
}

.bg_recuperarSenha {
    height: 88px;
	display:block;
    position: absolute;
	left:0px; top:0px;
    border-radius: 6px 6px 0 0 !important; overflow:hidden; background-image:none !important;
}

.recuperarSenha, .recuperarSenhaSelecionado {
    width:100%;
    position: relative;
    float: left;
    margin: 0 0 0 80px; margin:0;
}

.recuperarSenha .campo {
    display: none;
}

.recuperarSenhaSelecionado .campo {
    display: block;
}

.recuperarSenha:first-child, .recuperarSenhaSelecionado:first-child {
    margin-left: 0;
}


.recuperarSenhaBorda .boxForm { margin-bottom:0; padding:5px 15px 15px 15px !important; background-color:rgba(0,0,0,0.1) !important; border-radius:6px !important;}
.recuperarSenhaBorda .boxForm .titulo { display:flex; align-items:center; min-height:50px; margin-bottom:20px !important; padding:0 !important; font-size:15px; }
.recuperarSenhaBorda .boxForm .corpo { min-height:230px; padding:0 !important; }
.recuperarSenhaBorda .boxForm .titulo .tit { display:flex; align-items:center; }

.recuperarSenha .circulo, .recuperarSenhaSelecionado .circulo {
	display:inline-block; float:left; width:auto; border-radius:50px; padding:10px 15px; margin-right:10px;
	font:900 20px/20px Lato, Arial, sans-serif;
}

.recuperarSenha .circulo {
   background-color:#FFF;
   color: #0086cd;
}

.recuperarSenhaSelecionado .circulo {
   background-color:#0086cd;
   color: #FFF;
}

.recuperarSenha label {
	color: #5a5a5a;
}

.recuperarSenhaBorda {
	min-height:220px; height:auto;
    border-radius: 15px 15px 0 0;
}


.cinza_a {
    color: #5A5A5A;
}

.fonte14 {
    font-size: 14px !important;
}

.bold {
    font-weight: bold;
}

.esquerda_rs {
    float: left;
}

.mtop30_rs {
    margin-top: 30px;
}

.lato {
    font-family: 'Lato',sans-serif;
}


.direita {
    float: right;
}

.mtop10 {
    margin-top: 10px;
}

.btn_azul, .btn2 {
    background: linear-gradient(to bottom, #00BBED 0%, #00A1DF 50%, #0094D9 51%, #008BCF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #0092D2;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 30px;
    padding: 0 10px;
}

