.message{padding:50px;}
.message .form-group {padding-bottom:20px}
.message .input{-webkit-appearance:none;border:0;padding:0 24px;height:60px;line-height:60px;width:100%;display:block;-webkit-appearance:none;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;box-shadow:0 0px 0px rgba(0,0,0,0.0) inset;}
.message .textarea {-webkit-appearance:none;border:0;padding:18px 24px;line-height:24px;width:100%;}
.message .label {padding-bottom:10px;display:block;line-height:24px;}
.message .label label {font-weight:400;}
.message .field {font-size:16px}
.message select {border:0;border-bottom:2px solid #009A44;height:50px;line-height:50px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background-image:url(../images/sellect-arrow.png) no-repeat right center;padding-right:30px;padding:0;}
.message .form-tips .message .input-help ul {border:solid 0px #ddd;background:#fff;padding:5px 10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px;color:#EE3333;font-size:12px}
.message .button{background:#F9DC00;cursor:pointer; padding:12px 50px;line-height: 30px;color:#070716;}
.message .button:hover{background:#FFE413;color:#070716;}

.message .input::-webkit-input-placeholder, .message .textarea::-webkit-input-placeholder {color: #fff;}
.message .input:-moz-placeholder, .message .textarea:-moz-placeholder {color: #fff;}
.message .input::-moz-placeholder, .message .textarea::-moz-placeholder {color: #fff;}
.message .input:-ms-input-placeholder, .message .textarea:-ms-input-placeholder {color: #fff;}

@media screen and (max-width:768px) {
.message .button{margin:0 0 20px 0;}
}