/**
 * Custom Gin overrides for Revalorize CRM.
 */

/* Login page: vertically center all content */
body.gin-login .user-form-page__user-form {
  align-content: center;
  justify-content: center;
}

body.gin-login .user-form-page .content-header {
  padding-top: 0;
  margin-bottom: 16px;
  text-align: center;
}

body.gin-login .user-form-page__user-form .toolbar-logo {
  display: block;
  width: 100%;
}

body.gin-login .user-form-page__user-form .toolbar-logo img.toolbar-icon-home {
  max-height: none;
  width: 100%;
  height: auto;
}

/* Login page: title color and spacing */
body.gin-login .user-form-page__page-title {
  color: #09456a;
  text-align: center;
  margin-top: 0;
}
