.login-gradient {
    background-image: -webkit-linear-gradient(top, #654a86, #534292);
    background-image: linear-gradient(to bottom, #654a86, #534292);
    background-color: #534292;
}

.login-button {
    cursor: pointer;
    color: #fff;
    background-color: #79589f;
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, rgba(159, 88, 150, 0)), color-stop(1, rgba(159, 88, 150, 0.6)));
    background-image: -o-linear-gradient(left bottom, rgba(159, 88, 150, 0) 0, rgba(159, 88, 150, 0.6) 100%);
    background-image: -moz-linear-gradient(left bottom, rgba(159, 88, 150, 0) 0, rgba(159, 88, 150, 0.6) 100%);
    background-image: -webkit-linear-gradient(left bottom, rgba(159, 88, 150, 0) 0, rgba(159, 88, 150, 0.6) 100%);
    background-image: -ms-linear-gradient(left bottom, rgba(159, 88, 150, 0) 0, rgba(159, 88, 150, 0.6) 100%);
    background-image: linear, to left bottom, rgba(159, 88, 150, 0) 0, rgba(159, 88, 150, 0.6) 100%;
}

.login-button:active {
    background-color: #5f467e;
}

@media screen AND (min-width: 30em) {
    .mw-430px-ns {
        max-width: 430px;
    }
}

.screenreader-only {
    display: block;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.w-100 {
    width: 100%;
}

.w-100-ns {
    width: 100%
}

.h-100 {
    height: 100%;
}

.flex {
    display: -ms-flexbox;
    display: flex;
}

.flex-1 {
    -ms-flex: 1;
    flex: 1;
}

.flex-column {
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-row-ns {
    -ms-flex-direction: row;
    flex-direction: row
}

.fw3 {
    font-weight: 300
}

.fw4 {
    font-weight: 400
}

.gray-90 {
    color: rgba(89, 105, 129, .9)
}

.justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.light-gray {
    color: #cfd7e6
}

.list {
    list-style-type: none
}

.word-nowrap {
    word-break: keep-all
}

.hk-link {
    text-decoration: underline;
}


.items-center {
    -ms-flex-align: center;
    align-items: center;
}

.self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.border-box, article, body, button, code, dd, div, dl, dt, fieldset, footer, form, header, html, input:not([type]), input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], li, main, ol, p, pre, section, textarea, ul {
    box-sizing: border-box;
}

.mb2-ns {
    margin-bottom: 10px
}

.mt2 {
    margin-top: 10px
}

.mb4 {
    margin-bottom: 20px
}

.mb5 {
    margin-bottom: 30px
}

.no-underline {
    text-decoration: none
}

.pa0 {
    padding: 0
}

.mh4 {
    margin-left: 20px;
    margin-right: 20px
}

.mr2 {
    margin-right: 10px
}

.mb0-ns {
    margin-bottom: 0
}

.purple {
    color: #79589f
}

body {
    margin: 0
}

.f1 {
    font-size: 22px
}

.f2 {
    font-size: 17px
}

.bg-white {
    background: #fff
}

.br2 {
    border-radius: 6px
}

.br3 {
    border-radius: 8px
}

.ph6 {
    padding-left: 40px;
    padding-right: 40px;
}

.pv5 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.tc {
    text-align: center
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

.self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

main {
    display: block;
}

body, html {
    font-family: Salesforce Sans, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica, helvetica neue, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
    line-height: 1;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

:root {
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

