body{
    color: #000066;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}
.form-group{
        margin-bottom: 1rem;
}
.form-group input{
    display: block;
    width: 99%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-sizing: border-box;
}

a{
    font-weight: bold;
    color: #72a020;
    text-decoration: none;
}

a:before{
    background-image: url(mail-arrow-18.png);
    display: inline-block;
    content: "";
    width: 22px;
    height: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 0;
    white-space: nowrap;
}

@media (min-width: 499px){
    a:before {
        background-image: url(mail-arrow-12.png);
        width: 16px;
        height: 12px;
        background-size: 10px 10px;
        background-repeat: no-repeat;
        background-position: 2px 2px;
    }
    
}

.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}

.form-check label{
    display: inline-block;
}

.form-group input.submit{
    padding: 4px 12px;
    color: #fff;
    width: auto;
    background-color: #000066;
    font-size: 0.8rem;
    font-weight: bold;
}