/* TELA DE LOGIN*/

body{
	background-image: url(../contafisica/img/bakcground-bancofive.jpg);
    background-repeat: no-repeat;
    background-size: cover;

			   	  display: table;
				  width: 100%;
				  height: 100vh;
				  padding: 100px 0;
}

/*display: table;
  width: 100%;
  height: 100vh;
  padding: 100px 0;*/

img{
	margin-top: 40px;
	width: 220px;
}

.card{
	margin-top: 40px;
	border-radius: 15px;

	-webkit-box-shadow: 12px 12px 17px -8px rgba(0,0,0,0.39);
	-moz-box-shadow: 12px 12px 17px -8px rgba(0,0,0,0.39);
	box-shadow: 12px 12px 17px -8px rgba(0,0,0,0.39);
}

h5{
	font-weight: bold;
	color: #676767;
}

label{
	color: #676767;
}

.campo{
	width: 65%;
	margin-top: -10px;
	border: 1px solid #cecece;
	border-radius: 10px;
	height: 40px;
	padding-left: 10px;
}

.botao{
	background-color: #ffc805;
	color: #252422;
	padding: 13px 60px 13px 60px;
	font-weight: normal;
	border-radius: 15px;
	text-decoration: none;
}

.botao:hover{
	color: #252422;
	background-color: #e9b108;
}



.esqueci{
	color: #252422;
}

.esqueci:hover{
	color: #252422;
}