a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-decoration-style: dashed;
}
textarea {
    min-height: 120px;
    resize: vertical;
}
input {
    font-size: 15px;
    line-height: 1.6;
}

input::placeholder {
    color: #ddd;
    opacity: 1;
}

input::-webkit-input-placeholder { color: #ddd; }
input:-ms-input-placeholder { color: #ddd; }