input[type="text"],
textarea {
    margin: 0;
    padding: 0 6px;
    vertical-align: middle;
    background: none;
    border: 1px solid #FFFFFF;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    font-style: italic;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type="text"]:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ffffff;
}

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ffffff;
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ffffff;
}


button.btn {
    height: 30px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #32CD32;
    border: 0;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    color: #000080;
    text-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .05) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

button.btn:hover {
    background: #215E21;
    border: 0;
    color: #ffffff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.btn:active {
    outline: 0;
    background: #32CD32;
    border: 0;
    color: #ffffff;
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15) inset, 0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
}

button.btn:focus {
    outline: 0;
    background: #32CD32;
    border: 0;
    color: #ffffff;
}

.btn:active:focus,
.btn.active:focus {
    outline: 0;
    background: #32CD32;
    border: 0;
    color: #ffffff;
}
