.wrapper-page {
    margin: 3% auto;
    max-width: 460px;
    position: relative;
}

.accountbg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: url('../img/background-login.jpg');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}