body {
    background: url('../Images/RegisterBackground.png') no-repeat center center fixed;
    background-size: cover;
}


.me_6{
    margin-left:5rem;
}

.fs_13 {
    font-size: 13px;
}

.file-input-label {
    cursor: pointer;
    gap: 0.5rem;
}

.file-input-icon {
    display: inline-flex;
    align-items: center;
}


@media (max-width: 576px) {
    .me_6 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
}
