/* Cherokee Webmail Overrides */

/* Page background */
body {
  background-color: #EEF2F4 !important;
}

/* Remove default background image (shadow is baked into login.png) */
body.login-page #login-form {
  background: #ffffff !important;
  border-radius: 12px;
}

/* Login title background */
.login-title,
#login-title,
h1.login-title {
  background-color: #005288 !important;
  color: #ffffff !important;
}

/* Logo */
.cherokee-logo {
  text-align: center;
  margin: 20px 0;
}

.cherokee-logo img {
  max-width: 260px;
  width: 100%;
  height: auto;
}

#login-form::before {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 90px !important; /* Adjust this to match your logo's height */
    background-image: url('https://dy61h7o1o1ocy.cloudfront.net/cherokee/email/polaris/chk-webmail-logo.png') !important;
    background-size: contain !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    margin-bottom: 25px !important;
}
