.login h1 a
{
	background-size: contain;
	height: 36px;
	width: 100%;
}
.wp-core-ui .button-primary
{
	cursor: pointer;
    -webkit-transition: all .40s ease-in-out;
    -moz-transition: all .40s ease-in-out;
    -ms-transition: all .40s ease-in-out;
    -o-transition: all .40s ease-in-out;
    transition: all .40s ease-in-out;
    background-color: #C0AC63;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0;
}
.login form .input, 
.login input[type=password], 
.login input[type=text]
{
	border-radius: 0px;
	border: 0.5px solid #003B49;
}