.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
	.form-control:focus {
	  border-color: #66afe9;
	  outline: 0;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	}
	.form-control::-moz-placeholder {
	  color: #999;
	  opacity: 1;
	}
	.form-control:-ms-input-placeholder {
	  color: #999;
	}
	.form-control::-webkit-input-placeholder {
	  color: #999;
	}
	.form-control::-ms-expand {
	  background-color: transparent;
	  border: 0;
	}
	.form-control[disabled],
	.form-control[readonly],
	fieldset[disabled] .form-control {
	  background-color: #eee;
	  opacity: 1;
	}
	.form-control[disabled],
	fieldset[disabled] .form-control {
	  cursor: not-allowed;
	}
	textarea.form-control {
	  height: auto;
	}
	input[type="search"] {
	  -webkit-appearance: none;
	}
	@media screen and (-webkit-min-device-pixel-ratio: 0) {
	  input[type="date"].form-control,
	  input[type="time"].form-control,
	  input[type="datetime-local"].form-control,
	  input[type="month"].form-control {
	    line-height: 34px;
	  }

body {
  background: url('/fbcm.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1 {
  color: gray;
  font-size: 15pt;
  font-family: Arial, Helvetica, sans-serif;
 }
 h2 {
   text-align: center;
   color: white;
   font-size: 15pt;
   font-family: Arial, Helvetica, sans-serif;
  }
 h3 {
  text-align: center;
  color: white;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  }
  a {
  color: white;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  }
input{
      padding-left: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      width: 250px;
      font-size: 15pt;
      border: none;
      outline: none;
			position: fixed;
			left:50%;
			transform: translate(-50%);
			background-color: white;
			border-radius: 3px;
			cursor: text;
}
.logo img {
   display: block;
  /* max-width: 125px;  */
   height: 200px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 91px;
   margin-bottom: 7px;
}
.button {
  position: fixed;
  left:50%;
  transform: translate(-50%);
  width: 260px;
  background-color: #234B90;
  border: 1px solid white;
  border-radius: 26px;
  padding: 12px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 60px 2px;
  cursor: pointer;
}
.button span {
  color: white;
  font-size: 15pt;
  font-weight:bold;
 }
 .button img {
    height: 15px;
    margin-top: 5px;
    position: fixed;
    right: 30px;
 }
 .account {
   position: fixed;
   left:50%;
   transform: translate(-50%);
   padding: 12px 80px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   margin: 110px 2px;
   color: white;
   font-style: Arial;
 }
 .account a {
   color: white;
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
  }
