body {
    -webkit-tap-highlight-color: transparent;
}

.a8 {
    height: 100%!important;
    margin-top: 0;
    z-index: 5;
    background: #02040f url("../images/bg-form.png")no-repeat bottom center;
}

.container {
    max-width: 600px;
    width: 65%;
    margin: 0 auto;
}

.a8 h1 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    color: #c49d93;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.area_input_one {
    width: 100%;
    margin: 0 auto;
    display: block;
    vertical-align: top;
    width: 49%;
    display: inline-block;
}

.contact_information .area_input_one {
    width: 49%;
    display: inline-block;
}

.area_left,
.area_right {
    vertical-align: top;
}

.clear_both {
    clear: both;
    display: block
}

.area_button {
    padding: 0.5rem;
    width: 97%;
    margin: 8px 0;
}

p.input_label {
    color: #c49d93;
    font-weight: normal;
    font-size: 14px;
}

input,
textarea,
select {
    width: 97%;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: .5rem;
    background: #01030a;
    color: #fff;
    height: 32px;
    font-size: 12px;
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;
}

input {
    margin-top: .3rem;
    margin-bottom: .4rem;
}

textarea {
    margin-top: .4rem;
    margin-bottom: .6rem;
}

#agree {
    width: 12px;
    margin-bottom: 0;
    margin-right: 5px;
    height: 12px;
}

.input_code {
    position: relative
}

.input_code_box {
    position: absolute;
    right: 3%;
    height: 1.5rem;
    top: .7rem;
}

.input_code_box img {
    height: 1.5rem!important;
}

.contact_information {
    margin-top: 15px;
}

.contact_information p,
.contact_information p a {
    font-size: 0.9rem;
    color: #c49d93;
}

.contact_information p {
    margin-bottom: 4px;
}

.contact_information p img {
    margin-right: 6px;
}

.button_send {
    text-align: center;
    width: 97%;
    font-size: 1rem;
    margin-top: 10px;
    background: #916d64;
    color: #02040f;
    border: 1px solid #916d64;
    cursor: pointer;
}

.button_send span {
    display: inline-block;
    margin-right: .2rem;
}

.display_none {
    display: none;
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .a8 h1 {
        display: none
    }
    /* .area_input_one {
        width: 49%;
        display: inline-block;
    } */
    .contact_information {
        margin-top: 10px;
        margin-bottom: 30px
    }
    .contact_information .area_input_one {
        width: 49%;
        display: inline-block;
    }
    .button_send {
        padding: .3rem;
    }
    input,
    textarea {
        margin-top: .0rem;
        margin-bottom: .2rem;
    }
    textarea {
        height: 57px!important
    }
    .input_code_box {
        position: absolute;
        height: 22px;
        top: 0.1rem;
        right: 3%;
    }
    .input_code_box img {
        height: 24px!important;
    }
    .contact_information img {
        width: 18px;
    }
    .contact_information p,
    .contact_information p a {
        font-size: .7rem;
    }
}

@media(max-height: 545px) {
    .a8 .container {
        margin-top: 5% !important;
    }
}

.a8 .container {
    margin-top: 8%;
}

@media(max-width: 1366px) {
    .a8 .container {
        margin-top: 8.5%;
    }
}

@media(max-width: 1024px) {
    .a8 .container {
        margin-top: 15%;
    }
}

@media(max-width: 768px) {
    .a8 .container {
        width: 85%;
    }
    input,
    textarea,
    select {
        height: 28px;
    }
    .button_send {
        font-size: 14px;
    }
}

@media(max-width:823px) {
    .a8 .container {
        margin-top: 10%;
    }
    input,
    textarea {
        margin-top: .1rem;
        margin-bottom: .5rem;
    }
    textarea {
        height: 80px!important
    }
    input {
        height: 30px;
    }
    .input_code_box img {
        height: 29px!important;
    }
    .contact_information img {
        width: 18px;
    }
    .contact_information p,
    .contact_information p a {
        font-size: .7rem;
    }
    .input_code_box {
        position: absolute;
        height: 30px;
        top: 0.1rem;
    }
}

@media(max-width:736px) {
    .a8 .container {
        margin-top: 16%;
    }
}

@media(max-width:420px) {
    .a8 .container {
        margin-top: 18%;
    }
    .a8 h1 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .area_input_one-100 {
        width: 100%;
        display: block;
    }
    .contact_information .area_input_one {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 736px) and (orientation: landscape) {
    .a8 .container {
        margin-top: 10%!important
    }
    textarea {
        height: 55px!important
    }
}