:root {
    --color-primary-base: #FF1F5B;
    --color-grey-dark: #767676;
    --border-radius-default: 8px;
}

body {
    font-family: sans-serif;
    background: #eee;
    margin: 0px;
}

#redirectForm {
    height: 100vh;
}
