/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,1): run-time error CSS1019: Unexpected token, found '@import'
(13,9): run-time error CSS1019: Unexpected token, found '"init.color.v2.css"'
(26,17): run-time error CSS1039: Token not allowed after unary operator: '-grey'
(36,28): run-time error CSS1039: Token not allowed after unary operator: '-grey-lighter'
(41,28): run-time error CSS1039: Token not allowed after unary operator: '-mixed-blue'
(42,36): run-time error CSS1039: Token not allowed after unary operator: '-secondary-blue-darker'
(46,28): run-time error CSS1039: Token not allowed after unary operator: '-red'
(51,40): run-time error CSS1039: Token not allowed after unary operator: '-red'
(58,17): run-time error CSS1039: Token not allowed after unary operator: '-red'
(64,17): run-time error CSS1039: Token not allowed after unary operator: '-mixed-blue'
(83,54): run-time error CSS1039: Token not allowed after unary operator: '-mixed-blue'
(83,76): run-time error CSS1039: Token not allowed after unary operator: '-primary-blue-lighter'
(83,109): run-time error CSS1039: Token not allowed after unary operator: '-primary-blue'
(83,134): run-time error CSS1039: Token not allowed after unary operator: '-primary-blue-lighter'
(83,167): run-time error CSS1039: Token not allowed after unary operator: '-mixed-blue'
 */
:root {
    --primary-blue: #295e8f;
    --primary-blue-lighter: #1f6cab;
    --mixed-blue: #1374BD;
    --secondary-blue-darker: #0095ff;
    --secondary-blue: #0095ff;
    --red: #d11124;
    --grey: #5f6368;
    --grey-lighter: #d2d2d2;
    --grey-darker: #202124;
}

@import "init.color.v2.css";

* {
    box-sizing: border-box !important;
}

html {
    font-size: 62.5%;
}

body {
    font-family: Inter, 'Open Sans', ​Helvetica,​ Arial, ​sans-serif;
    font-size: 1.6rem;
    color: var(--grey);
    margin: 0;
}


input[type="text"], input[type="password"] {
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
    line-height: 1.33333;
    border-radius: 8px;
    border: 1px solid var(--grey-lighter);
    outline: 0;
}

    input[type="text"]:focus, input[type="password"]:focus {
        border-color: var(--mixed-blue);
        box-shadow: 0 0 0 1px var(--secondary-blue-darker);
    }

    input[type="text"].input-validation-error, input[type="password"].input-validation-error {
        border: solid var(--red) 1px;
        box-shadow: none;
    }

        input[type="text"].input-validation-error:focus, input[type="password"].input-validation-error:focus {
            box-shadow: 0 0 0 1px var(--red);
        }


.field-validation-error {
    margin: 0.5em 0 0 0;
    text-align: left;
    color: var(--red);
    font-weight: 600;
    font-size: 1.4rem;
}
a {
    font-weight: 600 !important;
    color: var(--mixed-blue);
    text-decoration: none;
}

    a:hover {
        filter: opacity(75%);
    }

button, .ungm-button {
    border-radius: 8px !important;
    padding: 0.7rem 1.4rem !important;
    line-height: 1.33333;
    border: none !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 1.6rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, var(--mixed-blue) 0%, var(--primary-blue-lighter) 25%, var(--primary-blue) 50%, var(--primary-blue-lighter) 75%, var(--mixed-blue) 100%) !important;
    background-size: 200% auto !important;
    transition: background 0.5s ease-out;
    text-decoration: none !important;
}

.ungm-button--large {
    padding: 1rem 2rem !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
}

button:hover, .ungm-button:hover {
    background-position: 100% !important;
}

button > *, .ungm-button > * {
    margin: 0 0.25em;
}
.throbber {
    position: absolute;
    display: none;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(221,221,221,0.7);
}

.throbber__inner {
    position: fixed;
    left: 45%;
    top: 45%;
    height: 100px;
    width: 100px;
}

.throbber__inner__alt {
    background-color: #FFF;
    padding: 10px;
    margin: auto;
    position: fixed;
    left: 45%;
    top: 45%;
    font-size: 1.2em;
    font-weight: bold;
}

.throbber__inner__togglealt {
    float: right;
    width: auto !important;
    margin: 40px 20px;
}

.throbber__inner__pleasewait {
    background-color: #FFF;
    padding: 10px;
    margin: auto;
    position: fixed;
    left: 33%;
    top: 35%;
    font-size: 1.2em;
    font-weight: bold;
}

fieldset, .fieldset {
    border-radius: 8px;
    margin-bottom: 2rem;
    padding: 2rem;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    clear: both;
    background-color: #FFF;
}

    fieldset > legend, .fieldset > .legend {
        font-weight: 600;
        color: black;
        font-size: 2rem;
        line-height: 1.3;
        position: initial;
        padding: 0 0.25em;
        margin: 0;
    }

