.form-field .nesty-input {
    height: 40px;
    line-height: 18px;
}
.form-field .nesty-input:focus{
    text-decoration: none;
}

.form-field .nesty-input:hover{ 
    text-decoration: none;
}

input[type="submit"]:disabled {
    background-color: grey;
    border-color: grey;
}

input[type="submit"]:disabled:hover {
    background-color: grey;
    border-color: grey;
}
