/*
Description: Feuille de style pour customiser la page de login WP
Author: bécane WEB développeur Wordpress à Lyon
Version: 1.0
*/

.login form, #loginform {
  border-width: 1px;
  border-style: solid;
  border-color: #6155a5;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #C8C8C8;
}
.wp-core-ui .button.button-primary {
  color: #FFFFFF;
  background-color: #6155a5;
  border-color: #6155a5;
}
.privacy-policy-page-link,
.language-switcher,
.wp-login-lost-password,
label:first-child,
p.forgetmenot,
.wp-login-register,
#nav {
  display: none !important;
}
.login input {
  font-family: Consolas,Monaco,monospace;
}
.login-action-login {
	background: transparent url("/wp-content/themes/cultureetcreation/images/scc-bg-motif-rose-opacity30.png") no-repeat center top ;
	background-attachment: fixed;
}
p.message-persologin-1 {
	text-align:center;
	margin-top:20px;
	font-size:18px;
	font-weight: 600;
}
p.message-persologin-2 {
	text-align:center;
	margin-top:10px;
	font-size:15px;
}
.login-lien-support {
	padding-bottom: 20px;
	font-size:17px;
	font-weight: 400;
}