html,
body{
    margin:0;
    padding:0;
    width:100%;
    min-width:100%;
    min-height:100%;
    font-family:Arial,Helvetica,sans-serif;
    background:#f5f6fb;
    color:#222;
    overflow-x:hidden;
}

*,
*::before,
*::after{
    box-sizing:border-box;
}

#page,
#wrapper,
#main,
#content{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    box-sizing:border-box;
}

#main{
    background:#fff;
    overflow:hidden;
}

.clear,
.clearfix{
    clear:both;
}

.install-box{
    width:100%;
    text-align:center;
    margin-top:80px;
    font-family:Arial,Helvetica,sans-serif;
}

.flango-login-form{
    width:100%;
    max-width:100%;
}

.flango-login-form input[type="email"],
.flango-login-form input[type="password"]{
    width:180px;
    max-width:100%;
}

a{
    color:#3f8fd6;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

img,
video,
iframe{
    max-width:100%;
}

img{
    height:auto;
}

table{
    max-width:100%;
}

input,
select,
textarea,
button{
    max-width:100%;
    font-family:Arial,Helvetica,sans-serif;
}

form{
    max-width:100%;
}

@media(max-width:700px){
    body{
        font-size:12px;
    }

    table{
        width:100%;
    }
}