@import '_content/RazorLib/RazorLib.96yrp4ncn9.bundle.scp.css';

/* _content/AssistBlazor/Pages/Login.razor.rz.scp.css */
.login-container[b-g6xy26pgeu] {
    width: 80vw;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    place-self: center;
}

.login-container h3[b-g6xy26pgeu] {
    margin: 10px;
}

.inner-login-container[b-g6xy26pgeu] {
    width: 30vw;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    place-self: center;
    background: #0D0D0D;
    background: linear-gradient(107deg, rgba(13, 13, 13, 0.95 ) 0%, rgba(0, 0, 0, 0.90) 80%, rgba(0, 0, 0, 0.90) 100%);
    border: 1px solid #2f2f2f;
    border-radius: 10px;
    color: white;
    -webkit-box-shadow: -1px 1px 35px -10px rgba(222,222,222,0.73);
    box-shadow: -1px 1px 35px -10px rgba(222,222,222,0.73);
}

.login-form[b-g6xy26pgeu] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}
.form-div[b-g6xy26pgeu] {
    display:flex;
    flex-direction: column;
    gap: 5px;
}

.forgot-password-btn[b-g6xy26pgeu] {
    background-color: transparent;
    color: var(--purple-light);
    text-align: start;
    padding: 0 5px 5px 0;
}

