body{
    margin: 0;
}

input.wysija-input{
    background-color: rgb(255, 255, 255);
    opacity: 0.75;
    box-shadow: 0px 0px 6.23px 0.77px rgba(0, 0, 0, 0.35);
    padding: 20px 10px;
    width: 100%;
    border:none;    
    font-size: 14px;  
}

input.wysija-submit.wysija-submit-field{
    background: #000;
    border: none;
    width: 100%;
    padding: 20px 0;
    color:#fff;
    font-size: 18px;
    transition: all 0.5s ease;
}

input.wysija-submit.wysija-submit-field:hover{
    background: #2E8ACA;
    border: none;
    width: 100%;
    padding: 20px 0;
    color:#fff;
    font-size: 18px;
    cursor: pointer;    
}

.updated {
    font-size: 20px;
    color: #fff;
    list-style-type: none;
}

.updated li {
  list-style: none;
}

.formErrorContent {
    position: fixed;
    display: none;
}
.abs-req, .validated[abs][email] {
    display: none;
}