.control-label {
    text-align: left;!important;
}

.page-box .app-container .main-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 0;!important;
    position: relative;
    transition: padding .2s ease-in-out 0s;
    -webkit-overflow-scrolling: touch;
}