.container-fluid{
	max-width: 400px;
	margin-top: 8rem;
}

#login_buttons{
	text-align:left;	
}

#login_buttons a,#login_buttons button{
	display:block;
}

#login_buttons a{
	font-size:0.95rem;
}

#register_block{
	text-align:center;
}

.or{
	position: relative;	
}

.or:before {
  content: "";
  display: block;
  border-top: solid 1px black;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.or span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

#body h2{
	text-align:center;
	font-size:1.5rem;
}