#login-logo
{
	height: 175px;
	float: left;
}
#login-label
{
	font-weight: bold;
	float: left;
	margin-left: 67px;
}
#login-span
{
	float: right;
	margin-right: 65px
}
#forgot-credentials
{
	text-decoration: none;
}
#username, #password, #email, #userOrEmail, #input-tag
{
	height: 25px;
	width: 245px;
}
#forgot-password-form, #register-form, #login-form, #content, #forgot-username-form,
#username-change-form, #password-change-form, #message-successfully
{
	margin: auto;
	text-align: center;
	width: 50%;
	padding: 20px 20px 20px 20px;
	background-color: wheat;
	border-radius: 7px;
	transform: translateY(50%);
}
#btn
{
	background-color: skyblue;
	height: 30px;
	width: 90px;
}
#div-content {
  margin: auto;
  text-align: center;
  width: 70%;
  padding: 20px 20px 20px 20px;
  background-color: wheat;
  border-radius: 7px;
  transform: translateY(50%);
}
.submit-button {
  font-size: 15px;
  padding: .46em 1.5em .54em;
  min-width: 135px;
  box-sizing: border-box;
  color: #fff;
  border: 0 solid #999;
  border: none transparent;
  background-color: #52b700;
  text-decoration: none;
  border-radius: 5px;
  -webkit-font-smoothing: antialiased;
  transition: .1s linear box-shadow;
}
.form-error {
  /* background-color: rgba(245,63,70,.1); */
  border-radius: 5px;
  color: #f53f46;
  /* font: 11px Verdana,sans-serif; */
  margin-top: 10px;
  padding: 3px 10px;
  text-align: left;
}
.form-input {
	display: block;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  box-shadow: inset 0 1px 4px rgba(0,0,0,.15);
  box-sizing: border-box;
  font-size: 15px;
  height: 37px;
  margin-top: 2px;
  outline: none;
  padding-left: 10px;
  width: 100%;
}
