body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.app
{
    /* background-image: url(../img/img_backgroud_soft_ldpi.jpg); */
    /* background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; */
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
    margin: 0 auto;
    padding: 5px 0 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

form{
    width: 100%;
}

.divContainer{
    background-color: white;
    width: 100%;
    height: 100%;
    padding-bottom: 0px !important;
}

.page-content.page-content-noNavBar {
	overflow: visible;
	padding-top: 0 !important;
}