.loginRegisterForm {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  margin-top: 45px;
}

.loginRegisterForm .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"] {
  border-radius: 0;
  margin-bottom: -1px;
}

.or-seperator {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #CCC; 
   line-height: 0.1em;
   margin: 20px 0 20px; 
} 

.or-seperator span { 
    background: #f5f5f5; 
    padding:0 10px; 
}

#loginRegisterTitle {
	margin-top: 0px;
	margin-bottom: 15px;
}

#loginRegisterSubTitle {
    font-family: futura-pt, sans-serif;
	font-weight: 200;
	margin: auto;
	width: 100%;

	font-size: 16px;
	color: rgba(0,0,0,0.60);
	margin-bottom: 15px;
}