.login-page {
  background: #f0f0f0;
  background: url(../images/bg-yacht-001.jpg) no-repeat center center fixed;
  background-size: cover;
}

.login-logo {
  font-size: 3em;
  line-height: 1.1em;
  color: #111;
}

.login-box-body {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  border-radius: 6px;
}

.main-sidebar .sidebar li.beta > a {
  background: #222;
  color: #b04040;
}
/*# sourceMappingURL=fy-platform.css.map */

#request-password-reset button{
  white-space: normal;
}


/* LOGIN BUTTON */
#sign-in button[type="submit"]{
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
}

.google-sign-in-btn{
  width: 200px;
  background: #fff;
  cursor: pointer;
  padding: 7px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.google-sign-in-img{
  height: 35px;
}

