label {
    display: block;

    margin-top: 40px;
    font-size: 14px;
}

.submit {
    font: 17px/18px open sans, sans-serif;
    background: #068523;
    
    font-weight: lighter;
    padding: 10px 20px 10px 20px;
    margin: 104px 0 0 211px;
    cursor: pointer;
    border: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.submit:hover {
    text-decoration: underline;
}

#capticha_img {
    padding-top: 10px;
    max-width: 200px;
}

#capticha {
    max-width: 200px;
}

#form1 div { position: relative;}


#form1 .text-input, #form1 textarea {
    font: 17px/20px open sans, sans-serif;
    font-weight: lighter;
    background: #ecf3f7;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #ddd;
    margin-bottom: 17px;
    display: block;
    width: 96%;
    padding: 5px 5px 5px 15px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#form1 select {
    width: 100%;
    border: none;
    background: none;
}

.selectbox {
    width: 96%;
    padding: 1% 2%;
    background: #F0F0F0;
}

#form1 .text-input:hover, #form1 textarea:hover {
    
}

#form1 textarea {
    width: 291px;
    height: 180px;
    border: 1px solid;
    border-color: #068523;
    resize: none;
    background: none;
}

#status_message_ok, #status_message_error {
    background: #DCEBD0;
    border: 1px solid #B2C0A2;
    display: none;
    height: auto;
    margin-bottom: 45px;
}

#status_message_ok strong, #status_message_error strong {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 5px;
}

#status_message_ok span, #status_message_error span {
    display: block;
    font-size: 13px;
    padding: 15px;
}

label.error {
    font-size: 10px;
    margin: 0;
    font-style: italic;
    padding: 4px 12px;
    display: block;
    background: rgb(228, 19, 19);
    color: #fff;
    position: absolute; right: 0; bottom: 0;
}

input.error, textarea.error {
    border-color: rgb(228, 19, 19) !important;
}


span.info {
    font-size: 10px;
    color: #9E9E9E;
    display: inline-block;
    margin: 20px 0
}

::-webkit-input-placeholder {
color: #068523;
opacity: 1 !important; /* for chrome */
}

:-moz-placeholder { /* Firefox 18- */
color: #068523;
opacity: 1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
color: #068523;
opacity: 1 !important;
}

:-ms-input-placeholder { 
color: #068523;
opacity: 1 !important;
}



