/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
/* ─── Body & background ─── */
body.login {
  background-color: #f1e1db;
}

/* ─── Logo ─── */
#login h1 a,
.login h1 a {
  background-image: url('https://avenuedesaxe.au/wp-content/uploads/2022/02/ADS-Logo-Blue.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 160px;
  height: 52px;
}

/* ─── Form card ─── */
#loginform,
#lostpasswordform,
#registerform {
  border-radius: 16px;
  border: 1.5px solid #d4bfba;
/*   box-shadow: none; */
}

/* ─── Submit button ─── */
.login .button-primary,
#wp-submit {
  background: #055bdb;
  border-color: #055bdb;
  box-shadow: none;
  text-shadow: none;
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
  float: none;
}

.login .button-primary:hover,
#wp-submit:hover {
  background: #0449b0;
  border-color: #0449b0;
}

/* ─── Submit row alignment ─── */
.login .submit {
  padding-bottom: 0;
}
.login #backtoblog a, .login #nav a, #language-switcher .dashicons, .login .privacy-policy-link {
    color: #035fd7;
    transition: opacity 0.25s;
}
#login form p.submit input[type="submit"] {
    min-height: 41px;
    border-radius: 10px;
}
/* ─── Nav links ─── */
#nav a,
#backtoblog a {
  color: #035fd7;
}

#nav a:hover,
#backtoblog a:hover {
  color: #0449b0;
  text-decoration: underline;
}