h1.entry-title {
    display: none;
}

.oom-form {
    margin-top: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.oom-input-wrapper {
    margin-bottom: 20px;
}

.oom-input-label {
    font-size: 18px;
}

.oom-input {
    width: 100%;
    box-sizing: border-box;
    padding: 7px 5px;
    margin-top: 5px;
    font-size: 16px;
}

.oom-submit-btn {
    position: relative;
    background: #C3002F;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 175px;
    padding: 10px 10px;
    margin-top: 25px;
}

.oom-submit-btn-loading-gif {
    width: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}













