.body_holder {
	background: url("../images/bg_image.png");
	/*Remember to reduce image size*/
	background-size: cover;
	background-repeat: no-repeat;
}

.head {
	text-align: center;
	margin: 0 auto;
	margin-top: 100px;
}

.autum_img {
	width: 30%;
 	margin: 0 auto;
}

.tagline {
	color: white;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .2em;
	font-size: .9em;
	padding: 15px;
}

.form_holder {
	margin: 0 auto;
	margin-top: 50px;
	max-width: 430px;
	background: rgba(0, 0, 0, 0.30);
	padding: 25px;
	padding-bottom: 55px;
	border-radius: 4px;
}

.sign_in {
	text-align: center;
}

.sign_in p {
  font-size: 1.2em;
  letter-spacing: .02em;
  color: white;
  text-transform: uppercase;
}

/* Thanks to http://bitly.com/2a9euL4 for the material design input fields */
input {
  margin: 0 auto;
  margin-top: 35px;
  width: 300px;
  display: block;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #fff;
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 95%, #fff 4%);
  background-position: -300px 0;
  background-size: 300px 100%;
  background-repeat: no-repeat;
  color: #fff;
  height: 46px;
}

input:focus, input:valid {
  box-shadow: none;
  outline: none;
  background-position: 0 0;
}

input:focus::-webkit-input-placeholder, input:valid::-webkit-input-placeholder {
  color: #fff;
  font-size: .86em;
  transform: translateY(-20px);
  visibility: visible !important;
}

.submit-button {
	margin-top: 30px;
  	border: 1px solid white;
  	border-radius: 2px;
  	background: #fff;
  	width: 300px;
    max-width: 300px;
  	display: inline-block;
  	color: #4a4a4a !important;
  	padding: 15px 0;
  	text-transform: capitalize;
  	font-weight: 300;
}

.submit-button:hover {
  color: white !important;
}

.submit-button:active {
  color: white !important;
}

.footer {
	text-align: center;
  	color: #fff;
  	margin-top: 175px;
}

.ta_logo {
	height: 13px;
	margin-bottom: 5px;
}

.footer p {
	padding-top: 6px;
  	font-size: .85em;
  	font-weight: 300;
}

.gsuiteBtn {
	margin-top: 0 !important;
	display: inline-flex;
	justify-content: center;
	text-transform: none;
}