.mdc-typography--headline4, .mdc-typography--subtitle1, .redirect-btn, footer {
    text-align: center
}

:root {
    --kalmeda-primary: #005c83;
    --mdc-theme-primary: var(--kalmeda-primary);
    --mdc-theme-secondary: var(--kalmeda-primary);
    --mdc-floating-label-ink-color: var(--kalmeda-primary)
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label, a:active, a:focus, a:hover, a:link, a:visited, a:visited:hover {
    color: var(--kalmeda-primary)
}

.mdc-text-field--with-leading-icon + .mdc-text-field-helper-text {
    margin-left: 48px
}

.mdc-typography--headline4.wrap-title {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

body {
    margin: 0;
    width: 100vw;
    min-height: 100vh;
    min-width: 320px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-family: Roboto,sans-serif
}

.danger {
    color: #b00020
}

.divider {
    flex: 1
}

main {
    margin-left: 20px;
    margin-right: 20px;
    position: relative
}

footer {
    color: #333;
    padding: 5px
}

    .form-layout > hr, footer > hr {
        color: #ddd;
        width: 30px
    }

.form-layout {
    display: flex;
    flex-direction: column;
    width: 320px;
    margin: auto
}

    .form-layout > .mdc-text-field, .form-layout > .mdc-text-field-helper-text {
        margin-bottom: 0
    }

    .form-layout > .fl-checkbox {
        margin-left: 4px
    }

        .form-layout > .fl-checkbox + .mdc-button {
            margin-top: 16px
        }

    .form-layout > .mdc-button {
        margin: 8px 0;
        height: 40px
    }

.fl-checkbox > label {
    width: 100%
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.eot');
    src: local(''),url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto-v30-latin-300.woff2') format('woff2'),url('../fonts/roboto-v30-latin-300.woff') format('woff'),url('../fonts/roboto-v30-latin-300.ttf') format('truetype'),url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''),url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'),url('../fonts/roboto-v30-latin-regular.woff') format('woff'),url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'),url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot');
    src: local(''),url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto-v30-latin-500.woff2') format('woff2'),url('../fonts/roboto-v30-latin-500.woff') format('woff'),url('../fonts/roboto-v30-latin-500.ttf') format('truetype'),url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg')
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'),local('MaterialIcons-Regular'),url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),url(../fonts/MaterialIcons-Regular.woff) format('woff'),url(../fonts/MaterialIcons-Regular.ttf) format('truetype')
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'
}
