.material2 {
    margin-top: 110px;
    min-height: 75vh;
}

.material2 .results .item {
    margin-left: 34px;
    display: block;
    padding: 16px 0;
    position: relative;
}

.material2 .results .item .title {
    font-size: 14px;
    line-height: 20px;
    color: #202124;
    font-weight: 500;
}

.material2 .results .item svg {
    fill: #4285f4;
    height: 24px;
    left: -38px;
    position: absolute;
    top: 14px;
    width: 24px;
}

.material2 .results .item .subtitle {
    font-size: 12px;
    color: #5f6368;
    margin: 2px 0;
}

.material2 .results .item .snippet {
    color: #757575;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.material2 .results .item+.item {
    border-top: 1px solid #e0e0e0;
}

/* Form Validate */

.form-group {
    position: relative;
}

.form-group label.error {
    position: absolute;
    top: 15px;
    right: 10px;
    width: auto;
    font-size: 11px;
    color: #D50000;
    text-align: right;
}

/* Form AjaxForm */

.form .ajaxForm-alert--error {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #dfb6bd !important;
}

.form .ajaxForm-alert--sucess {
    color: #4e814f !important;
    background-color: #dff0d8 !important;
    border-color: #c1d8ae !important;
}

.form .ajaxForm-alert {
    clear: both;
    padding: 10px;
    border-radius: 4px;
    margin-top: 14px;
    color: #b6ae84;
    background-color: #fcf8e3;
    border-width: 1px;
    border-style: solid;
    border-color: #dfd8b2;
}