@import "../../css/reset.css";
@import "../../css/header.css";
@import "../../css/footer.css";
@import "../../css/tab.css";

/*body*/
header {
    position: fixed;
}

.part {
    padding: 160px 0;
    margin: 0 auto;
    background: white;
    min-width: 375px;
}

.part_main {
    padding: 48px 40px 36px;
    margin: 0 auto;
    text-align: center;
    width: 748px;
    border-radius: 8px;
}

.support {
    height: 360px;
}

.form {
    width: 750px;
    margin: 0 auto;
    text-align: left;
}

.form label {
    margin-bottom:  5px;
}

.form_p {
    font-size: 24px ;
    color: #7647F8;
    line-height: 30px;
}

.form_email {
    margin-top: 30px;
    position: relative;
}

.form_email p {
    position: absolute;
    font-size: 12px;
    color: red;
    bottom: -20px;
}

.form_select {
    margin-top: 30px;
    position: relative;
}

.form_select select {
    border-radius: 5px !important;
}

.form_select p {
    position: absolute;
    font-size: 12px;
    color: red;
    bottom: -20px;
}

.form_textarea {
    margin-top: 30px;
    position: relative;
}
.form_textarea textarea {
    resize: none;
}

.form_textarea p {
    position: absolute;
    font-size: 12px;
    color: red;
    bottom: -20px;
}

.form_textarea span {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 12px;
    color: #ccc;
}

.btn {
    margin-top: 30px;
}

.submit_success {
    background: url("https://www.youmeid.com/youmeid/image/logo.png") no-repeat;
    background-size: 216px;
    background-position: 0 -144px;
    width: 72px;
    height: 72px;
    display: block;
    margin: 100px auto 40px;
}

@media screen and (max-width: 1330px) {
    .part {
        width: 1130px;
    }
}

@media screen and (max-width: 769px) {
    .part {
        width: 100%;
        padding-top: 120px;
        padding-bottom: 240px;
    }
    .part_main {
        width: 100%;
        padding: 0;
    }
    .support {
        height: 240px;
    }

    .form {
        width: 80%;
    }

    .form_p {
        font-size: 20px;
        line-height: 24px;
    }
}