/*
Theme Name: Ashe Pro Child
Theme URI: https://wp-royal-themes.com/themes/item-ashe-pro/
Template: ashe-pro-premium
Author: Royal Flush
Author URI: https://wp-royal-themes.com/
Description: Clean and Minimalist WordPress theme.
Tags: blog,e-commerce,one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,custom-logo,featured-images,footer-widgets,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 3.8.1761118407
Updated: 2025-10-22 09:33:27.
/* ---- STYLE DU FORMULAIRE DE CONNEXION WOOCOMMERCE ---- */

/* Conteneur principal */
.woocommerce form.login {
  background-color: #FEFEFE;
  border: 1px solid #00BCF0;
  border-radius: 15px;
  padding: 30px;
  max-width: 420px;
  margin: 50px auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  font-family: "Open Sans", sans-serif;
}

/* Titre */
.woocommerce form.login h2 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 25px;
  color: #222;
  letter-spacing: 0.5px;
}

/* Champs du formulaire */
.woocommerce form.login input.input-text {
  display: block;
  width: 100%;
  padding: 10px 14px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 0.95rem;
  transition: border-color 0.3s ease;
}

.woocommerce form.login input.input-text:focus {
  border-color: #2d6cdf;
  outline: none;
  box-shadow: 0 0 0 3px rgba(45, 108, 223, 0.1);
}

/* Bouton de connexion */
.woocommerce form.login button.button {
  background-color: #0e3d72;
  color: #fff;
  border: none;
  padding: 12px 0;
  width: 100%;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease;
}

.woocommerce-EditAddress .form-row {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.woocommerce-EditAddress label {
  font-weight: bold;
  color: #333;
}

.woocommerce-EditAddress input.input-text {
  border: 1px solid #aaa;
  padding: 8px;
  border-radius: 3px;
  width: 100%;
}
div #top-menu a
div #top-menu a {
  font-size: 15px;
}
