html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    outline: 0px;
    padding: 0px;
    html, body {
        height: 100%
    }
    :root {
        --mdc-theme-primary: #d3667a;
    }
    .mdc-form-field {
        font-family: inherit;
    }
    .mdc-text-field__bottom-line {
        background-color: inherit;
    }
    .mdc-typography--display1 {
        font-family: Roboto,sans-serif;
        color: #485e5e;
    }
    .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
        color: #d3687a;
    }

    .mdc-button--raised:not(:disabled), .mdc-button--unelevated:not(:disabled) {
        /* background-color: var(--mdc-theme-primary, #6200ee); */
        background: rgb(211, 103, 122);
    }
    .mdc-button--raised:not(:disabled), .mdc-button--unelevated:not(:disabled) {
        /* background-color: #6200ee; */
        background: rgb(211, 103, 122);
    }

    .login_button {
        background: rgb(211, 103, 122);
    }