.eop_wrap {
    padding: 20px;
    margin: 0px 20px 0px 10px;
    background: white;
}
.title h1 {
    text-align: center;
    color: white;
}
.lazyload * {
    padding-bottom: 10px;
}
.title {
    background: #1f2332;
    height: 50px;
    margin-left: 10px;
    margin-right: 20px;
    padding: 20px;
    color: white;
}
.lazyload, .instantpre {
    padding: 20px 0px;
    border-bottom: 1px solid lightgrey;
}
.lazyfield {
    padding-top: 10px;
    display: none;
}
.imgoptfield {
    padding-top: 10px;
    display: none;
}
.eop_wrap p, .eop_wrap label {
    font-size: 15px;
    color: #3c434a;
}
input#submit:hover {
    transform: translateY(-4px);
    box-shadow: 1px 1px 10px lightblue;
}
input#submit {
    width: 200px;
    height: 50px;
    background: #40b1d0;
    font-size: 18px;
    border: none;
    transition: 0.2s ease;
}