@charset "UTF-8";
/* CSS Document */

body {
  background-color:rgba(138,161,123,1.00) !important;
  background-image: none !important;
 
}

 
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width:768px) {
	.centered {
  position: relative;
  top: 44px;
  left: 0px;
  transform: none;
}

}


.logbox {
	border-radius:10px;
	border:1px solid rgba(140,156,177,1.00); 
	padding:20px;
	background-color:#ffffff;
}

input {
	margin-bottom:10px
}

.forgot {
	
	font-size:12px;
	font-style:italic; 
}