.form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form__input {
    width: 100%;
    padding: 12px 15px;
}