.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

h2, h3, h4 {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0;
}

h2 {
    font-size: 40px;
    line-height: 40px;
    color: #d2091c;
    font-weight: 100;
}

h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
}

h4 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}

h4 span {
    color: #d2091c;
}

.dashboard {
    margin-bottom: 50px;
}

.dashboard.boleto-login input {
    height: 37px;
    padding: 7px 4px;
}

.dashboard.boleto-login .ui-button span.ui-button-text {
    padding: 12px 20px;
    vertical-align: unset;
    line-height: normal;
}

.boleto-login h3 {
    line-height: 24px;
}

@media only screen and (max-width: 979px) {
    .boleto-login form {
        text-align: center;
    }
}