.email-alerts {
    margin:0 auto;
    max-width:500px;
}
.email-alerts .denote {
    color:#ff0000;
    font-size:14px;
}
.email-alerts .validated-box {
    border-color:#ff0000;
}
.email-alerts input[type=checkbox] {
    margin-top:6px;
}
.email-alerts-btn,.email-alerts-btn:focus {
    padding:12px 55px;
    color:#fff;
    border:none;
    font-size:15px;
    border-radius:0;
    opacity:0.9;
}
.email-alerts-btn:hover {
    background-color:#e2e3d4 !important;
    color:#008952;
}
.email-alerts .submit-msg {
    display:inline-block;
    padding-left:10px;
    vertical-align:middle;
}
.email-alerts .submit-msg a {
    color:#008952;
}
.email-alerts .submit-msg a:hover{
    color:#292929;
}
#hal-email-alerts-unsubscribe {
    padding:0;
    background:none;
    color:#292929;
    font-family:"Hind",sans-serif;
    font-size:17px;
    font-weight:400;
    line-height:18px;
    letter-spacing:0;
    text-transform:lowercase;
    text-decoration:underline;
}
#subscriberSubmit {
    padding: 8px 65px;
    background: linear-gradient(270deg, #0099d3 -3.85%, #262661 113.83%);
    border: 0;
    font-size: 15px;
    color: #ffffff;
}
