@import url('colour-scheme.css');

.register-container {
    background-color: var(--brand-background-secondary);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top:2em;
    padding-bottom: 2em;
}

.auth-wrapper {
    max-width: 480px;
    width: 100%;
}
.registration-card {
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    background-color: var(--brand-background-primary);
    max-width:550px;
    width:100%;
}

.form-label {
    color:white;
}

.registration-card .card-body {
    padding: 2rem;
}
.registration-logo {
    height: 50px;
}
.text-small {
    font-size: 0.9rem;
}
.auth-footer {
    font-size: 0.9rem;
}