body {
    background: #000;
    font-size: 16px;
}

.header__img {
    width: 100%;
}
.field_wrap {
        margin-bottom: 10px;
}
input.error, textarea.error {
    color: #F25B5B !important;
    border-color: #F25B5B !important;
}
span.error {
    display: block;
    color: #F25B5B;
    margin-top: 5px;
    font-size: 12px;
}

input[type="text"]{
    border: 1px solid #746658;
    height: 42px;
    padding: 0 10px;
    display: block;
    width: 100%;
    background: #000;
    border-radius: 5px;
    outline: none;
    color: #fff;
}
input:focus, textarea:focus {
   border: 1px solid #D2C4B8;
}
textarea{
    border: 1px solid #746658;
    height: 100%;
  
    padding: 0 10px;
     padding-top: 10px;
    display: block;
    width: 100%;
    
    background: #000;
    border-radius: 5px;
    outline: none;
    color: #fff;
}

label {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    
}
.footer {
    text-align: center;
    padding: 40px 0;
    color: #746658;
}
a {
    color : #746658;
}
.btn {
    background: #756759;
    color: #fff;
    border-radius: 10px;
    border: none;
    border-top: 1px solid #C2BDA9;
    font-size: 16px;
    padding: 12px 35px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.btn:hover {
    background: #726a62;
}
.header__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #AD9261;
}
.content {
    color: #fff;
    text-align: center;
}
.header__desc {
    font-size: 18px;
    text-align: center;
    color: #746658;
    margin-bottom: 30px;
}

.jGrowl-message {
    font-size: 20px;
}
.label {
    text-align: center;
}
.field_wrap_text {
    text-align: center;
    color: #746658;
}
@media(max-width: 768px){
    .btn {
        margin-top: 10px;
        padding: 10px 45px;
    }
    .header__title {
        font-size: 24px;
    }
    textarea {
        height: 100px;
    }
    
    input::placeholder {
            color: #fff;
            text-align: center;
            font-size: 18px;
        }
        
        input::-webkit-input-placeholder { /* Chrome, Safari */
            color: #fff;
            text-align: center;
            font-size: 18px;
        }
        
        input::-moz-placeholder { /* Firefox 19+ */
            color: #fff;
            text-align: center;
            font-size: 18px;
            opacity: 1;
        }
        
        input:-ms-input-placeholder { /* IE 10-11 */
            color: #fff;
            text-align: center;
            font-size: 18px;
        }
        
        input::-ms-input-placeholder { /* Edge старый */
           color: #fff;
            text-align: center;
            font-size: 18px;
        }
}