
.admin_login_form {
	border: 10px solid #fff;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 3px rgba(0,0,0,.6);
	border-radius: 10px;
}

.admin_forgot_form {
	border: 10px solid #fff;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 3px rgba(0,0,0,.6);
}
.inputfield_password {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	/*text-align: center;*/
}

.inputfield_email {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	/*text-align: center;*/
}
.admin_logo {
	text-align: center;
}

.show_password {
	margin-left: 10px;
	margin-top: 10px;
}

.login_button {
	text-align: center;
	margin-top: 20px;
}

.forgot_password {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}

.green {
	color: #1e61a0;
}
header {
  height: 100%;
  min-height: 90px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 1px 2px rgba(0,0,0,.6);
}

.piknik_logo {
	text-align: center;
	margin-top: 8px;
}

.piknik_logo img {
	height: 41px;
	margin-top: 13px;
	margin-bottom: 7px;
	width: 100%;
	max-width: 127px;
}
.admin_login_form {
  margin-top: 45px;
}
.admin_forgot_form {
	margin-top: 100px;
}

footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 70px;
  padding: 1rem;
  background-color: #1e61a0;
  text-align: center;
}

.admin_logo > p {
  font-weight: bold;
  color: #1e61a0;
}

.logo > h3{
	color: #fff;
}

.btn {
	background-color: #1e61a0;
	color: #fff;
}
.message {
/*	text-align: center;*/
}
