.BackendActivity>.MuiModal-backdrop {
    opacity: 0 !important
}

.Header {
    background-color: #f7a700;
    border-radius: 16px 16px 0 0;
    align-items: center;
    height: 56px;
    padding-left: 66px;
    padding-right: 66px;
    display: flex;
    position: relative
}

.HeaderImage {
    height: 64px;
    position: absolute;
    top: -10px;
    left: 0
}

.HeaderTitle {
    color: #143200;
    font-weight: 600 !important
}

.gate .MuiModal-backdrop {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: #0003
}

.gate {
    place-items: center;
    min-width: 370px;
    display: grid
}

.gate-card {
    background: #228b22;
    border-radius: 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 1.2rem;
    max-width: 95vw;
    padding: 2.5rem 2rem;
    box-shadow: 0 8px 32px #0000002e
}

.gate-card form {
    flex-direction: column;
    gap: 1.2rem;
    display: flex
}

.gate-card .MuiTypography-h4 {
    color: #fff;
    margin-bottom: .5rem;
    font-weight: 700
}

.gate-card .muted {
    color: #e0e0e0;
    margin-bottom: 1.2rem;
    font-size: 1.1rem
}

.gate-card label,
.gate-card .MuiTypography-root:not(.muted):not(.MuiTypography-h4) {
    color: #fff;
    font-size: 1.08rem;
    font-weight: 500
}

.gate-card .MuiOutlinedInput-root {
    background: #fff;
    border-radius: 10px
}

.gate-card .MuiOutlinedInput-input {
    color: #222;
    padding: .9rem 1rem;
    font-size: 1.08rem
}

.gate-card .btn {
    color: #fff;
    text-transform: none;
    background: #4caf50;
    border-radius: 20px;
    margin-top: .5rem;
    padding: .75rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background .2s;
    box-shadow: 0 2px 8px #1976d214
}

.gate-card .btn:hover {
    background: #388e3c
}

.gate-card span {
    color: #ffd6d6;
    margin-top: -.5rem;
    margin-bottom: .5rem;
    font-size: .95rem
}

.gate-card .muted.tiny {
    color: #fff;
    opacity: .9;
    margin-top: .5rem;
    font-size: .95rem
}

.HeaderButtons {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%)
}

.MainPage {
    background-color: #fff;
    border-radius: 16px;
    height: 85vh;
    width: 60vw;
}

:root {
    --bg: #f6fbf8;
    --panel: #fff;
    --border: #e7ecef;
    --shadow: 0 6px 24px #10182814;
    --forest: #0e5746;
    --chip: #e8f5ef;
    --cta: #198754;
    --cta-hover: #116f43;
    --blue: #00a1e0;
    --muted: #667085;
    --una-green-100: #79836f;
    --una-green-cta: #659941;
    --una-text-dark: #143200;
    --una-bar: #f7a700
}

.App {
    background-color: #0000;
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 85vh;
    width: 60vw;
}

#root{
    align-content: center;
}