.account-area .logo img {
    width: 350px;
    max-width: 200px;
}

.container {
    max-width: 801px;
}

.page, .page-content {
    background-image: url('/img/banner-login.jpg');
    background-size: cover;
    /* background: #fff; */
    /* background-image: url(/img/slider-shape-6.png); */
}

form{
    background-color: #fff;
    padding: 50px 30px;
}

.framework7-root, body, html {
    position: relative;
    height: auto;
    width: 100%;
    overflow-x: hidden;
}

.logo.flex-logo {
    max-width: 240px;
    display: flex;
    margin: auto;
}

.logo.flex-logo img{
    max-width: 100%;
}