button.notify-stock-btn {
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    height: 40px;
    padding: 0px 10px 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#notify_phone::placeholder {
    font-size: 14px;
}
#notify_phone {
    font-size: 14px;
}
.notify-stock-form {
    display: grid;
    justify-items: start;
}