#login h1 a, .login h1 a {
	background-image: url('../images/IAER-Logo-web-Gold-2024.png');
	height: 60px;
	width: 118px;
	background-size: cover;
	background-repeat: no-repeat;
}
.wp-core-ui .button-primary {
    background-image: linear-gradient(90deg, #cc9b3f, #ebc950);
    text-shadow: 1px 1px 1px rgba(39, 39, 39, 0.5);
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
}
.wp-core-ui .button-primary:hover{
	background-image: linear-gradient(-90deg, #cc9b3f, #ebc950);
}