
ul.email-sugestion {
    position: relative;
    width: 300px;
    padding: 0 30px;
    display: block;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #0000;
    list-style: none;
}


.email-sugestion li {
    color: #2E5399;
    font-size: 1rem;
}

.email-sugestion li:hover {
    color: #ffffff;
    background-color: #2E5399;
}

.field-policy {
    border-color: #9f0003 !important;
    color: #9f0003 !important;
    font-weight: 600;
    font-family: "FuturaStd-CondensedBold";
    font-size: 16px;
}
