/* Custom WordPress Login Page Styles */

/* Change the logo here */
body.login h1 a { background-image: url('/wp-content/uploads/Toast-white-logo.svg'); /* Replace 'your-logo-url.png' with the URL of your logo */ background-size: contain; width: 300px; /* Adjust the width as needed */ height: 80px; /* Adjust the height as needed */ }


a.privacy-policy-link { color: #fff; text-decoration: underline;}
a.privacy-policy-link:hover { color: #fff; text-decoration: none;}
.privacy-policy-page-link:after {  content: "For WordPress support, call Toast on 01295 266644."; text-align: center; display: block; font-family: inherit; font-size: 1.25rem; margin: 2rem 0; font-weight: 600; color: #fff; }
body.login { background: var(--brand-1); /* Background colour of the login page */ }
.login form { background: #fff; /* Background colour of the login form */ border: 0; /* Border colour of the login form */ padding: 26px 24px 46px; /* Padding inside the login form */ box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.13); /* Box shadow for the login form */ border-radius: 1rem; }
.login label {font-size: 14px; /* Font size of the labels */ color: #555; /* Text colour of the labels */ }
.login #login_error, .login .message { border-left: 0px solid var(--brand-2); /* Border colour of error and message boxes */ color: #fff; background: var(--brand-2); border-radius: 1rem; }
.login #login_error a, .login .message a { color: #fff; text-decoration: underline;} 
.login #nav, .login #backtoblog { text-align: center !important; }
.login #nav { margin: 24px 0 0; }
.login #nav a, .login #backtoblog a { color: #fff; /* Link colour */ text-decoration: underline; }
.login #nav a:hover, .login #backtoblog a:hover { color: #fff; /* Link hover colour */ text-decoration: none;}
.wp-core-ui .button-primary { background: var(--brand-2); /* Button background colour */ border-color: var(--brand-2); /* Button border colour */ box-shadow: none; /* Remove button shadow */ text-shadow: none; /* Remove button text shadow */
}
.wp-core-ui .button-primary:hover { background: var(--brand-1); /* Button hover background colour */ border-color: var(--brand-1); /* Button hover border colour */ }
