@font-face {
    font-family: 'FiraSans-Regular'; 
    src: url('../FiraSans-Regular.ttf');
}

/* Sign In Buttons*/
button.btn.btn-primary.btn-line {
	display: block;
	color: white;
	background: rgba(0, 46, 110, 1);
	height: 60px;
	width: 700px;
	border-radius: 4px;
	font-size: medium;
	font-weight: 600;
  font-family: 'FiraSans-Regular';
	/*font-family: 'Fira Sans Regular', Cambria,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
  "Segoe UI Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  */

	/* Centers Button Horizontally - Needs both margin-left and right */
	margin-left: auto; 
	margin-right: auto;
}

button.btn.btn-primary.btn-line:hover {
  background:#0c57f8;
  transition: 0.7s;
}

/* Sizing for Buttons on Smaller Sized Windows/Screens */
@media screen and (max-width:768px) {
   button.btn.btn-primary.btn-line {
	   width: 80%;
   }
}

h5.orCenterLines {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 70%;
  margin: .7em auto;
  overflow: hidden;
  text-align: center;
  font-weight:600;
  color: rgba(0,0,0,1);
  font-size: 14px;
}
h5.orCenterLines:before, h5.orCenterLines:after {
  content: "";
  display: inline-block;
  width: 30%;
  margin: 0 .5em 0 -55%;
  vertical-align: middle;
  border-bottom: 2px solid;
}
h5.orCenterLines:after {
  margin: 0 -55% 0 .5em;
}
h5.orCenterLines.span {
  display: inline-block;
  vertical-align: middle;
}
#content-container {
  background-color: white; 
}

#external-login-heading {
	color: rgb(0, 41, 102);
	text-align: center;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 2.5rem;
	font-weight: 600;
}