/*
Theme Name: ANG
Description: Theme enfant de ANG
Author: Lisa - Arion Communication
Author URI: https://arion-communication.fr
Template: hello-elementor
Version: 1.0
*/

/*--------------LOGIN---------------*/

body{
   
	background-color:#F6F2F0;
}

.login h1 a{
    background: url(https://wp-plestan.logiciel-arteo.fr/wp-content/uploads/2024/05/logo-svg-06.svg) no-repeat !important;
	background-size : 100% !important;
    width: 200px !important;
    height: 100px !important;
}


.login form{
  background-color: #fff;
  color:#000;
}
.login label{
  color:#000;
}

.login input[type=text]:focus, .login input[type=password]:focus{
	border-color:#E7D2CA;
	box-shadow: 0 0 0 1px black;
}


.login #nav a, .login #backtoblog a{
  color: #fff;
}
.login #nav a:hover, .login #backtoblog a:hover{
  color: black;
}

.wp-core-ui .button-primary {
    background: black;
    border-color: black;
    color: #fff !important;
    text-decoration: none;
    text-shadow: none;
}

.wp-core-ui .button-primary:hover {
    background: grey;
    border-color: grey;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

.wp-core-ui .button, .wp-core-ui .button-secondary{
	color:#0B4E41;
}