.social-icon {
    top: 50%;
    position: absolute;
    left: 5px;
    transform: translateY(-50%);
    width: 30px !important;
}

.register {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    white-space: pre-wrap;
    align-items: center;
}

.site-form-item-icon {
    color: rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 768px) {
    .register {
        flex-direction: column;
        align-items: center;
    }

    .social-icons {
        width: 30px !important;
    }
}
