body {
    background-image: url(http://www.viaprestige-lifestyle.com/wp-content/uploads/2016/01/bg-pattern.png) !important;
}
.login h1 a {
    background: url(http://www.viaprestige-lifestyle.com/wp-content/uploads/2016/01/logo-viaprestige-lifestyle-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: auto;
}
input#wp-submit {
    color: #FFF !important;
    background-color: #b69b57;
    border: 1px solid #b69b57;
    box-shadow: none;
    text-shadow: none;
}
input#wp-submit:hover {
    background: #000;
}
.login form {
    border-radius: 10px;
    background: #000 !important;
    color: #fff;
    border: 1px dashed #b69b57 !important;
    box-shadow: 0 0 0 4px #000, 2px 1px 6px 4px rgba(10, 10, 0, 0.5) !important;
}