.block-form-new {
    position: relative;
}

.block-form-new-bg {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: skewY(2deg);
    background: #5500FC;
    transform-origin: 100% 0;
}

.new-form-content {
    padding: 50px 0 80px 0;
}

.new-form-content {
    color: #fff;
}

.new-form-person-head {
    display: flex;
    align-items: center;
}

.new-form-content .person-photo {
    width: 100px;
    height: 100px;
    border-radius: 180px;
    margin-right: 10px;
}

.new-form-person-head h3 {
    margin: 0;
    font-weight: 400;
}

.new-form-person-box {
    margin-top: 20px;
}

.new-form-person-box h4.name {
    margin: 0;
    font-weight: 400;
}



.new-form-person-box .body-contact {
    margin-top: 20px;
}

.email-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
}

.email-box .icn {
    width: 20px;
    margin-right: 10px;
}

.email-box .phone,.email-box .email {
    color: #fff;
}

.new-form-body .input-title {
    margin-bottom: 5px;
    display: block;
}

.new-form-body input[type="text"],.new-form-body input[type="email"],.new-form-body input[type="tel"] {
    background: #fff;
    border: 0;
    border-radius: 50px;
    padding: 14px 15px;
    margin-top: 5px;
}

.new-form-body input[type="text"],
.new-form-body input[type="email"],
.new-form-body input[type="tel"] {
    background: #fff;
    border: 0;
    border-radius: 50px;
    padding: 14px 15px;
    margin-top: 5px;
}

.new-form-body select {
    background-color: #fff;
    border: 0;
    border-radius: 50px;
    padding: 14px 45px 14px 15px;
    margin-top: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../src/images/chevrondowngray.svg");
    background-repeat: no-repeat;
    background-position: 94% 13px;
}

.new-form-body label {
    margin-bottom: 15px;
}