input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #ab2524;
    border-radius: 9px;
    border: 2px solid black;
    color: white;
    text-align: center;
    display: inline-block;
    padding: 12px 20px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: white;
    color: black;
}

.container {
    border-radius: 5px;
    background-color: #ab2524;
    padding: 20px;
}


.error {
    color: black;
}

.success {
    color: #ff9966;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.txtContact {
  font-size: 1.3rem;
}
