#content .archive-subtitle, #content .archive-title, #content .entry-title {
    text-align: center;
    font-size: 35px;
}
.ip-ld-login-form-wrap {
    width: 550px;
    width: 36.667%;
    max-width: 100%;
    margin: 0 auto;
}
    .ip-ld-login-form-wrap .section-title {
        text-align: center;
        margin-bottom: 24px;
        /*font-size: 47px;*/
        font-size: 2.938vw;
    }
        .ip-ld-login-form-wrap .section-title strong {
            margin-top: 15px;
        }
        .ip-ld-login-form-wrap .section-title strong:before {
            height: 0.6171em;
            bottom: -0.2979em;
            right: -0.2979em;
            max-width: 100%;
        }
    .ip-ld-login-form-wrap p {
        font-size: 15px;
        letter-spacing: 0.02em;
        line-height: 1.6;
        margin-bottom: 42px;
        text-align: center;
        padding: 0 15px;
    }
    .ip-ld-login-form-wrap .wpcf7 {
        margin: 0 -6px;
        font-size: 0;
    }
        .ip-ld-login-form-wrap .wpcf7 form {
            position: relative;
        }
            .ip-ld-login-form-field.field-12 {
                width: 100%;
            }
            .ip-ld-login-form-field.field-6 {
                width: 50%;
                margin-bottom: 8px;
            }
            .ip-ld-login-form-field {
                display: inline-block;
                vertical-align: top;
                padding: 0 6px;
            }
                .ip-ld-login-form-field input,
                .ip-ld-login-form-field textarea {
                    width: 100%;
                    height: 53px;
                    background: transparent;
                    border: none;
                    border-bottom: 1px solid rgba(0,0,0,0.15);
                    font-size: 15px;
                    letter-spacing: 0.02em;
                    line-height: 1.6;
                    color: #3b3b3b;
                }
                .ip-ld-login-form-field textarea {
                    resize: none;
                    padding-top: 13px;
                    height: 92px;
                }

            .ip-ld-login-form-field-btn {
                text-align: center;
                position: relative;
                margin: 29px 0 0;
            }
                .ip-ld-login-form-field-btn .btn-a {
                    position: relative;
                }
                    .ip-ld-login-form-field-btn .btn-a input {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        opacity: 0;
                    }