/* Error  */
input[type="text"] {
    transition: border-color 0.5s ease;
}
.error-text {
    position: absolute;
    bottom: -20px;
    color: red;
    right: 0;
    font-size: 14px;
    transition: all 0.5s ease;
}
