﻿.home-image {
    width: 180px;
    object-fit: fill;
}

::placeholder {
    color: #c7c7c7;
}

.error, .error::placeholder {
    color: #eb1515;
}

.hidden {
    display: none;
}

.required {
    border-color: red;
}

tr > :last-child {
    text-align: center;
}

textarea {
    height: 400px;
    font-family: "Courier New";
}

