#banner-container {
    width: 100%;
    height: 420px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#banner-container .filter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#banner-container .container {
    height: 100%;
    position: relative;
    z-index: 2;
}

#banner-container .container [class*="btn"] {
    position: absolute;
    top: 48px;
    left: 0px;
    color: #fff;
}

#grid-container {
    margin-top: 35px;
}

#grid-container #matricula-form {
    padding: 24px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

#grid-container #matricula-form .input-field:first-of-type {
    margin-top: 0px;
    margin-bottom: 32px;
}

#grid-container #matricula-form .input-field:first-of-type h5 {
    margin: 0px;
}

#grid-container #matricula-form .input-field:first-of-type .info-mec {
    position: absolute;
    top: 0px;
    right: 0px;
}

#grid-container #matricula-form .input-field:last-of-type {
    margin-bottom: 0px;
}

#grid-container #matricula-form .input-field:last-of-type .btn {
    width: 100%;
}

#navbar ul {
    overflow: hidden;
    margin: 0px;
}

#navbar ul li {
    float: left;
}

#navbar ul li a {
    color: #fff;
    font-weight: 600;
    padding: 12px 24px;
    display: block
}