body, html {
    background: rgb(255,254,254);
    background: -moz-linear-gradient(131deg, rgba(255,254,254,1) 0%, rgba(133,51,56,0.19791666666666663) 100%);
    background: -webkit-linear-gradient(131deg, rgba(255,254,254,1) 0%, rgba(133,51,56,0.19791666666666663) 100%);
    background: linear-gradient(131deg, rgba(255,254,254,1) 0%, rgba(133,51,56,0.19791666666666663) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefe",endColorstr="#853338",GradientType=1);
}
.login h1 a {
	background-size: contain;
	background-position: center center;
}
#login h1 a, .login h1 a {
    padding-bottom: 0px!important;
    background-size: 190px!important;
    width: 300px!important;
}
.login label {
    color: #898989;
    font-size: 13px;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    height: 30px;
    line-height: 28px;
    margin-top:30px;
    padding: 0 100px 10px 100px;
    color: #ffffff;
    background: #000000;
    border:0!important;
}
.wp-core-ui .button-group.button-large .button:hover, .wp-core-ui .button.button-large:hover {
    background: #853338;
}
.wp-core-ui .button-primary {
    box-shadow: none!important;
    text-shadow	:none!important;
}