.img_log{
    max-height: 5rem !important;
}
.font_size{
    font-size: 1.2em !important;
    font-weight: normal;
}
.border_radius{
    border-radius: 25%;
    background-color: #fff;
    margin-left: 10px;
}

.code-item{
    display: flex;
    gap: 8px;
}
.code_item_a{
    color: #363636;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 99px;
    background-color: #fff;
}
.code_item_a:hover{
    color: #3273dc;
}

