@charset "utf-8";

.form_wrapper {
    max-width: 750px;
    min-width: 375px;
    margin: 80px auto 0 auto;
    padding-bottom: 40px;
    text-align: center;
    background-color: #fcfcfc;
    box-shadow: 0 10px 10px rgba(1, 73, 184, .05) inset,
        0 10px 10px rgba(1, 73, 184, .07) inset;
}


.form_wrapper h2 {
    padding: 40px 0;
}

.form_cont input{
    width: 350px;
    height: 30px;
    margin-bottom: 10px;
}

.form_cont textarea {
    resize: auto;
    min-width: 350px;
    max-width: 350px;
    min-height: 200px;
    line-height: 1.3em;
}

#send {
    padding: 2px 10px;
    margin-top: 10px;
    font-size: 1.6rem;
}