html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
    font-weight: 100;
}

.principal-container {
    padding-bottom: 70px;
}

.content-title-page {
    text-align: center;
    display: inline-block;
}

.title-page {
    font-size: 96px;
    margin-top: 30%;
    font-family: 'Lato';
}

.container-title-page {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.btn-fixed {
    font-size: 14px;
    font-weight: 700;
    width: 120px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato';
    font-weight: 700;
}

.divider-section {
    height: 20px;
    padding: 20px 0;
}
.divider-section-adjustment {
    height: 20px;
    padding: 20px 0;
    color: #999;
    margin-bottom: 20px;
}
.divider-section-adjustment hr {
    border: 2px solid #999;
    border-style: dotted;
}

.footer-cb {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #999;
}

.error-message {
    color: #FF0000;
}

.bvr-label-custom,
.bvr-label-custom span {
    overflow: hidden;
}

.center-content {
    text-align: center;
}

.addon-area {
    min-width: 50px;
}

.text-white {
    color: #fff;
}
.border-bottom {
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom: 1px solid #999999;
}
.is-link {
    cursor: pointer;
    color: #00A8FF;
}
