﻿.center-row{
    justify-content: center;
}

.login-header{
    background:var(--excel-dark);
    color:white;
    padding: 10px 20px;
}

.register-title{
    font-size:1.4em;
    margin-bottom: 0px;
    text-align: left !important;
    letter-spacing: inherit;
    margin-left:0px !important;
}

.register-container{
    border-top-right-radius: 10px !important;
    overflow: hidden;
}

.checkbox-container{
    flex-direction:row;
    display: flex;
    gap:10px;
    margin-top:10px;
}

.create-label {
    margin-bottom: 0px;
}

.form-control{
    width:350px;
}

.generate-button{
    margin-right: auto;
}

.column-center{
    display:flex;
    flex-direction: column;
    align-items:center;
    gap:10px;
}

.help-text {
    text-decoration: none !important;
    margin-bottom:0px !important;
}

.help-text:hover {
    text-decoration: underline !important;
}

.account-row{
    display:flex;
    gap:20px;
    margin-top:25px;
}

.warning-button {
    background: #dc3545;
}

.account-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-main-container {
    display: flex;
    flex-direction: column;
    padding: 0px 25px;
}

.share-table-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    height: 100vh;
    width: 100%;
    max-height: 950px;
}