.sign-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background: url(../img/index/section-bg.png) center center / cover;
}

.sign-info {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.sign-form {
    color: var(--bs-light);
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    overflow-wrap: break-word;
    background-color: var(--bs-primary);
    background-clip: border-box;
    box-shadow: rgba(0, 0, 0, 0.1) 0rem 0.25rem 0.375rem -0.0625rem, rgba(0, 0, 0, 0.06) 0rem 0.125rem 0.25rem -0.0625rem;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-width: 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.125);
    border-image: initial;
    border-radius: 0.75rem;
    overflow: visible;
    padding: 25px;
}

.sign-form a {
    color: var(--bs-light);
    text-decoration: none;
}

.sign-form input, .sign-form label {
    color: var(--bs-secondary);
}

.sign-form label::after {
    background-color: transparent !important;
}

footer {
    border: 0 !important;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.copyright {
    border-radius: 0 !important;
}