.Grid {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}

.ErrorPage {
    margin-bottom: 4em;
}

.ErrorPage-title {
    font-size: 12em;
    font-weight: 400;
}

.ErrorPage-subtitle {
    font-size: 3.3em;
}

.ErrorPage-subtitle, .ErrorPage-title{
    color: #06c!important;
}

.Button--default {
    background-color: #65dde0;
    border-color: #50d8dc;
    color: #004a4d;
}

.Button {
    font-weight: 600;
    padding: .6em 1.2em;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.Grid-cell--center {
    margin: 0 auto;
}

.u-textCenter {
    text-align: center!important;
}

.Prose {
    line-height: 1.55!important;
}

.u-margin-r-all {
    margin: 2em!important;
}

form input{
    background-color: #044a8f;
    color: white;
    padding: 5px;
    border-radius: 3px;
}