header,
.crblt__navigationWrapper,
.crblt__mobileNav,
footer,
body #pojo-a11y-toolbar {
    display: none !important;
}

.ip-form  {
    position: relative;
    background: rgb(145, 181, 73);
    background: linear-gradient(180deg, rgba(145, 181, 73, 1) 0%, rgba(63, 85, 76, 1) 100%);
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.ip-form-logo {
    margin: 0 0 50px;
}

.ip-form-logo img {
    max-width: 150px;
    width: 100%;
    margin: auto;
}

.ip-form-box {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.ip-form-box input {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    color: #000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    height: 60px;
}

.ip-form-box .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    top: 10px;
    left: auto;
    font-size: 11px;
    width: auto;
    padding: 10px;
}

.ip-form-box .wpcf7-form-control-wrap {
    display: block;
}

.ip-form-box .wpcf7 form .wpcf7-response-output {
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 11px;
    bottom: -46px;
    background: #fff;
    margin: 0;
    text-align: center;
}

.ip-form-box input[type="submit"] {
    background: #91b549;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ip-form-box input[type="submit"]:hover {
    background: #3f554c;
}