.loginContainer {
  position: fixed;
  display: flex;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url("images/loginBackground.jpg");
  background-size: cover;
  background-position: bottom center;
  z-index: 9999;
  overflow-y: scroll; }

.login {
  color: #d3dad7;
  background: #efefef;
  padding: 40px;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75); }

.loginForm input[type] {
  margin-bottom: 10px;
  color: #3b3b3b;
  font-family: GothamRounded-Light !important;
  background-color: #efefef;
  border: 1px solid #ccc; }

.loginForm .alert {
  margin-top: -10px; }

.loginForm .alert-text {
  max-width: 265px; }

.loginForm .btn {
  background-color: #0e3554;
  color: #fff;
  margin-top: 15px; }

.line {
  display: block;
  margin: 25px; }

.line h2 {
  font-size: 15px;
  text-align: center;
  border-bottom: 1px solid black;
  color: black;
  position: relative; }

.line h2 span {
  background-color: #efefef;
  position: relative;
  top: 10px;
  padding: 0 10px; }

.btn-sign-with {
  background-color: #0e3554;
  color: #fff;
  margin-top: 45px;
  white-space: normal !important; }

.loginForm .forgotPassword {
  display: block;
  color: #23527c; }
