* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "GE Inspira";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/GEInspMd.TTF") format("truetype");
}

html {
  background-color: #005CB9;
}

body {
  background: transparent;
  height: 100%;
  min-height: 700px;
  min-width: 515px;
}

body, input, button {
  font-family: 'GE Inspira', sans-serif;
}

img {
  max-width: 100%;
  border: 0;
}

input::-webkit-input-placeholder {
  color: #337cc7 !important;
  opacity: 0.8;
}

input:-moz-placeholder { /* Firefox 18- */
  color: #337cc7 !important;
  opacity: 0.8;
}

input::-moz-placeholder {  /* Firefox 19+ */
  color: #337cc7 !important;
  opacity: 0.8;
}

input:-ms-input-placeholder {
  color: #337cc7 !important;
  opacity: 0.8;
}

.img-resize {
  margin: 10%;
  max-width:50%;
  max-height:50%;
}

.login {
  padding: 15px;
  width: 600px;
  min-height: 400px;
  margin: 0 auto 0 auto;
  height: 100%;
}
.login .heading {
  text-align: center;
}
.login .heading .title-header {
  margin: 0px 0px 30px 0px;
  font-size: 2.5em;
  font-weight: 300;
  color: white;
  display: inline-block;
  padding-bottom: 5px;
}
div.input-group-group .input-group {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
div.input-group-group div:last-of-type {
  border-top: none;
}

.login form .input-group span {
  background: transparent;
  max-width: 50px;
  border: none;
}
.login form .input-group span i {
  font-size: 1.0em;
  color: white;
}
.login form input.form-control {
  display: block;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  border-radius: 0px;
  padding: 10px;
  font-size: 1.5em;
  width: 100%;
  background: transparent;
  color: white;
}
.login form input.form-control:focus {
  border: none;
}

.login form button {
  color: white;
  margin-top: 20px;
  border: none;
  font-size: 1.6em;
  font-weight: 300;
  padding: 5px 0;
  width: 100%;
  border-radius: 3px;
}

.complete-login-form {
  background: #3693F8;
}

.login-form {
  background: #2C88DB;
}

.message {
  color: #FFFFFF;
  font-size: 1.25em;
  padding-top: 20px;
}

.copyright {
  color: #FFFFFF;
  margin-bottom: 5px;
  text-align: center;
  margin-top: -4em;
}

.header {
  font-size: 3em;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.authenticated-user {
  color: #868686 !important;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .login {
    width: 550px;
    font-size: 1.0em;
    min-height: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .login {
    margin-top: 0;
    width: 500px;
    font-size: 1.0em;
    min-height: 0;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .login {
    margin-top: 0;
    width: 300px;
    font-size: 0.75em;
    min-height: 0;
  }

  input {
    padding-top: 12px !important;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .login {
    margin-top: 0;
    width: 300px;
    font-size: 0.75em;
    min-height: 0;
  }

  input {
    padding-top: 12px !important;
  }
}
