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: 10px 10px;
    width: 100%;
    border:none;    
    font-size: 14px;  
    border: #ccc solid 1px;
}

input.wysija-submit{
    background:#a40610;
    border: none;
    width: 100%;
    padding: 10px 0;
    color:#fff;
    font-size: 18px;
    transition: all 0.5s ease;
    cursor: pointer;
    font-weight: 700;
}

input.wysija-submit:hover{
    background: #2E8ACA;
    border: none;
    width: 100%;
    padding: 10px 0;
    color:#fff;
    font-size: 18px;
    
}

.updated {
    font-size: 20px;
    color: #fff;
    list-style-type: none;
}

.updated li {
  list-style: none;
}

.abs-req{
    position: fixed;
    display: none;
}

