/* /Components/Login/LoginLayout.razor.rz.scp.css */
.LoginLayout[b-medajeh2et] {
    background-color: rgb(40, 40, 49);;
    min-height: 300px;
    width: 100%;
    max-width: 500px;
    padding: 40px 80px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.LoginLayoutContainer[b-medajeh2et] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-0ajny98elo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 1;
    gap: 80px;
    padding: 40px;
    background-color: rgb(22, 22, 28);
    overflow-x: hidden;
}

header[b-0ajny98elo] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 20px;
    padding: 20px 50px;
    background-color: rgb(40, 40, 49);
    max-width: 1200px;
    border-radius: 20px;
}

.seperatorLine[b-0ajny98elo] {
    height: 60%;
    width: 1px;
    background-color: rgb(255, 255, 255);
}

main[b-0ajny98elo] {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.fullPageMain[b-0ajny98elo] {   
    padding: 1rem;
    background-color: rgb(40, 40, 49);;
    max-width: 1200px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.loginPageMain[b-0ajny98elo] {

}

p[b-0ajny98elo] {
    margin: 0;
}

a:hover()[b-0ajny98elo] {
    text-decoration: underline;
    cursor: pointer;
}
