/*

  LIFE DARK BLUE  #0f4868 rgb(15,72,104)
  LIFE LITE BLUE  #1886be rgb(24,134,190)
  MID COLOUR      #146793 rgb(20,103,147)

*/

body {
  margin-top: 100px;
}

.login-layout {
  background: linear-gradient(135deg, #1886be 0%, #10547a 70%, #0f4868 100%) !important;
}

.login-layout h1 {
  font-family: 'Roboto', sans-serif; /* "hub" in Roboto looks neater than futura*/
  font-size: 15em;
  color: white;
}

.login-layout h1 div {
  color: rgb(24,134,190);
  animation-fill-mode:forwards;
  -webkit-animation-name: animate-logo;
  -moz-animation-name: animate-logo;
  animation-name: animate-logo;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  text-shadow: -1px -1px #1886be;
  padding: 40px 0 0 0;
}

.login-layout h1 span {
  color: rgb(24,134,190);
  animation-fill-mode:forwards;
  -webkit-animation-name: animate-logo;
  -moz-animation-name: animate-logo;
  animation-name: animate-logo;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  text-shadow: -1px -1px #1886be;
  padding: 0rem 4.7rem;
  -moz-padding-start: 4.4rem;
}

.login-layout h4 {
  text-align: center;
  color: #1886be !important;
  border-bottom: none;
  margin-bottom: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.login-layout .logo {
  /*width: 22rem;
  height: auto;
  filter: drop-shadow(-1px -1px #1886be);
  float:left;*/
}

.login-layout .life-logo {

}


.login-layout .hub-text {
  padding-top: 9.5rem;
}

.login-layout .hub-text span{
  font-family: 'FuturaLight', sans-serif;
  font-size: 16em;
  font-weight: bold;
  color:white;
  margin-left: -1.1rem;
  -moz-margin-start: -1rem;
  line-height: 0;
}

.login-type {
  margin-top: 40px;
  float:left;
}

.ace-nav > li {
  background-color: #393939 !important;
}

.skin-3 .navbar .navbar-inner {
  background-color: #0f4868 !important;
  height: 100px;
}

/*#form_login {*/
  /*display: none;*/
/*}*/

#form_login input,
#form_password_reset input {
  background-color: #305270;
  border-width: 0;
  border-radius: 5px !important;
  /*padding: 20px;*/
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  box-shadow:         inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
  -moz-box-shadow:    inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
  -webkit-box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
}

#form_login input:focus,
#form_password_reset input:focus {
  border-color: #1886be;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
  color: #ffffff !important;
}

#form_login input + i,
#form_password_reset input + i {
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  padding-right: 20px;
}

#form_login input:focus + i,
#form_password_reset input:focus + i {
  color: #1886be !important;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
}

#form_login label,
#form_password_reset label {
  margin-bottom: 5px !important;
}

#form_login button,
#form_password_reset button {
  border: none;
  background: linear-gradient(0deg, #305270 0%, #5C9FD8 100%) !important;
  padding: 8px;
  border-radius: 5px;
  font-size: 18px;
  text-shadow: -1px -1px rgba(0,0,0,0.5) !important;
  box-shadow:         inset 0 1px 0 rgba(15, 72, 104, 0.2), 0 1px 2px rgba(24, 134, 190, 0.05);
  -moz-box-shadow:    inset 0 1px 0 rgba(15, 72, 104, 0.2), 0 1px 2px rgba(24, 134, 190, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(15, 72, 104, 0.2), 0 1px 2px rgba(24, 134, 190, 0.05);
}

#form_login button:hover,
#form_login button:focus,
#form_password_reset button:hover,
#form_password_reset button:focus {
  border: none !important;
  background: linear-gradient(0deg, #305270 0%, #5C9FD8 100%) !important;
  text-shadow: -1px -1px rgba(0,0,0,0.5) !important;
}

@keyframes animate-logo {
     0% {color: transparent;} /* text-shadow: transparent -2px -2px;} */
   100% {color: #0f4868;}  /* text-shadow: rgb(0, 0, 0) -2px -2px;} */
}

.login-layout .widget-box {
  position: relative !important;
}

.login-alert {
  text-align: center;
  border-radius: 80px !important;
  box-shadow: -1px -1px 0 #0f4868;
}

#login-local {
  display: none;
}

.login-box label.valid {
  display: none !important;
}

.login-type button {
  padding: 20px;
  margin-bottom: 24px;
  font-size: 14pt;
  border-radius: 60px;
}

.login-type button:focus {
  outline: none;
}

button.sso {
  background-color: #2e8965 !important;
  border-color: #2e8965 !important;
}

button.sso:hover {
  background-color: #267354 !important;
}

.auth0-lock-name {
  display: none !important;
}

@media screen and (max-width: 416px) {
  div {
     font-size: 3.6vw;
  }
}

.login-container{
  width: 375px;
  margin: 0 auto;
}
