.login-page {
  height: 100vh;
  background-color: #1D2939;
  display: flex;
  align-items: center;
  justify-content: center;
  .form {
    .logo {
      position: relative;
      border: none;
      padding: 0;
      width: 100%;
      left: 0 !important;
      justify-content: center;
      margin-bottom: 20px;
    }
{{#if signupEnabled}}
    .signup-label {
      margin-top: 30px;
      text-align: center;
      a {
        color: #17a2b8;
        transition: all 0.2s ease-in-out;
      }
    }
{{/if}}
  }
}


@media (min-width: 480px) {
  .login-page .form {
    width: 350px;
  }
}
