.form_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 4px;

    & > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}