/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.2.1749813127
Updated: 2025-06-13 11:12:07

*/



#ast-scroll-top{
	display:none !important
}

/* =========================================== CHECK-IN CHECK-OUT LOGIN STYLE==================== === */

/* ========================
   COLOR & TYPOGRAPHY VARS
========================== */
:root {
  --cico-bg: #f4f6f9;
  --cico-white: #ffffff;
  --cico-black: #121212;
  --cico-green: #017a27;
  --cico-yellow: #ffcc00;
  --cico-text-muted: #777;
  --cico-link: #017a27;
  --cico-link-hover: #014c19;

  --cico-font-family: "Poppins", "Segoe UI", sans-serif;
  --cico-title-size: 24px;
  --cico-body-size: 14px;
}

/* ========================
   PAGE BACKGROUND
========================== */
body.login {
  background-color: var(--cico-bg);
  font-family: var(--cico-font-family);
}

/* ========================
   LOGIN BOX
========================== */
#login {
  background: var(--cico-white);
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  max-width: 400px;
  margin: 5% auto;
}

#login h1 a {
  background-image: url('/wp-content/uploads/2025/01/logo.png'); /* Update this path */
  background-size: contain;
  width: 100%;
  height: 80px;
}

/* ========================
   FORM FIELDS
========================== */
.login form {
  background: none;
  box-shadow: none;
  padding: 0;
  font-size: var(--cico-body-size);
}

.login form label {
  font-weight: 500;
  color: var(--cico-black);
}

.login input[type="text"],
.login input[type="password"],
.login input[type="email"] {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 16px;
  box-sizing: border-box;
}

/* ========================
   BUTTON
========================== */
.login input[type="submit"] {
  background-color: var(--cico-green);
  border: none;
  padding: 12px;
  width: 100%;
  color: var(--cico-white);
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.login input[type="submit"]:hover {
  background-color: var(--cico-link-hover);
}

/* ========================
   LINKS
========================== */
.login #nav a,
.login #backtoblog a {
  color: var(--cico-link);
  text-decoration: none;
  font-weight: 500;
}

.login #nav a:hover,
.login #backtoblog a:hover {
  color: var(--cico-link-hover);
}

/* ========================
   FOOTER TEXT
========================== */
.login #backtoblog,
.login #nav {
  text-align: center;
  font-size: 13px;
  margin-top: 16px;
}

/* =========================================== CHECK-IN CHECK-OUT LOGIN STYLE==================== === */
