html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgb(181,181,181,1);
  background-image: url('../img/ipb.png');
  background-attachment2: fixed;
  background-repeat: no-repeat;
  background-position2: 50% 50%;
  background-size: cover;
  
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.senha{
  background: transparent;
  padding: 0;
  margin-bottom: 30px;
  border: none;
	border-bottom: solid 2px #ffffff; 
	outline: none;
	cursor:default;
	text-align: center;
	font-size:3em; 
	width: 230px;
	line-height:1px;

}

.corbranca{
  color: #FFF;
}

.corfonteenable{
  color: #777777;
  text-shadow:1px 1px 0px #ffffff;
}
.corfontedesable{
  color: rgb(211,211,211,1);
  text-shadow:0px 0px 0px #ffffff;
}

.corbotaoenable{
  	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;

}

.corbotaodesable{
	background-color:rgb(242,242,242,1);
}




@media screen and (max-width: 576px) {
  .body2{background-position: 20% 50%;}

}