﻿html {
    margin: 0;
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    display: flex !important;
    justify-content: center !important;
}

.logo {
    margin: 19%;
}

.mud-button {
    box-shadow: none !important;
}

.loader {
    border: 10px solid #ededed;
    border-top: 10px solid #e30613;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.QuestionText {
    font-size: 20px;
}

.RadioGroup {
    Margin-Top: 20px !Important;
}

.Radio {
    Margin-Left: 40px;
    Margin-Top: -10px;
}

.Button {
    Width: 100%;
    Margin-Top: 35px;
    word-break: break-word;
}

.hint {
    text-align: center;
    font-weight: bold;
}

.Headline {
    margin-bottom: 40px;
}

.TextBox {
    margin-top: 20px !important;
}

.Minor-Width {
    Max-Width: 38%;
}

.Major-Width {
    Max-Width: 60%;
}

.Checkbox {
    background-color: #ededed;
    padding-top: 8px;
}

.mud-container.mud-container-maxwidth-lg {
    width: 90%
}

.Undraw-SVG {
    display: block;
    margin: 0 auto;
}