.section-container {
    padding: 30px 0;
    position: relative;
    min-height: 100%;
    top: 71px;
}

.section-content {
    padding: 30px 30px 15px;
}

.section-content button {
    width:100%;
}

.blank-layout-form label {
    font-size: 16px;
}

.blank-layout-navbar {
    min-height: 70px;
    background-color: #FFF;
    margin-bottom: 0px;
}

.blank-layout-navbar-default {
    border-bottom: solid 1px #e7e7e7;
}