.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-repeat: no-repeat;
}

.btn-primary {
    background-color: #cb3b2b;
    border: 1px solid #cb3b2b;
}