form fieldset {
    border:0;
    margin: 40px 0 0;
    padding: 0;
}
form fieldset, input, textarea {
    font-family: "Lato",sans-serif;
    color: #fff;
}
form {
    width: 100%;
    white-space: nowrap;
}
input, textarea {
    font-size:12px;  
    background-color: #444;
    border: none;
}
textarea.text-area {
    display: block;
    width: 96%;
    padding: 5px 2%;
}
#form .row {
    margin-bottom: 40px;
}
.row, #msgtext_label{
    display: block;
    width: 100%;
}
.row label, .row input {
    display: inline-block;
    vertical-align: top;
}
.row label {
    width: 30%;
}
.row input {
    width: 66%;
    padding: 10px 2%;
}
.label, input.button {
    background-color: #555;
    text-align:center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    padding: 5px 0;
}
.row label.error {
    display: block;
    width: 100% !important;
    color: #cc2825;
    text-align:center;
    margin: 10px auto 0;
}
.error .fa {
    margin-right: 5px;
}
input.text-input, textarea.text-area {
    font-size: 16px;
    line-height: 20px;
    background-color: #3a3a3a;
}
input.button {
    display: block;
    float: right;
    background-color: #555;
    cursor: pointer;
    padding: 5px 5%;
}
label.active, input.button:hover {
    background-color: #777;
}
#message {
    text-align:center;
    margin: 0 auto;
    color: #3d9b91;
}
#message .fa-check-circle {
    font-size: 3em;
}