
@font-face {
    font-family: 'HCo Gotham';
    src:local('?'),
    url(/assets/fonts/HCo_Gotham-normal-400.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}




body, html {
    margin: 0;
    height: 100%;
}
html {
    --bg-blue: #4050C6;
    --border-grey: #ddd;
    --placeholder-grey: #999;
    --button-black: #444;
    font: 400 14px/20px 'HCo Gotham',Arial,sans-serif;
    font-family: 'HCo Gotham',Arial,sans-serif;
}
/* main container */
body > .uk-vertical-align {
    background-color: var(--bg-blue);
    color: #fff;
    height: 100%;
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: auto;
    border: 1px solid transparent;
    box-sizing: border-box;
}
body > .uk-vertical-align > div {
    max-height: 100%;
}
.uk-vertical-align a {
    color: inherit;
    text-decoration: none;
    margin: 3px 0;
}
.uk-vertical-align a:hover:not(.uk-button) {
    color: inherit;
    text-decoration: underline;
}
/* The input fields */
.uk-form-large {
    width: 100%;
    padding: 8px 6px;
    border: 1px solid var(--border-grey);
    border-radius: 4px;
    -webkit-appearance: none;
    font: inherit;
    box-sizing: border-box;
    outline: none;
}
.uk-form-large::placeholder {
    color: var(--placeholder-grey);
}
.uk-form-row {
    margin-top: 1em;
}
.uk-form-row:first-child {
    margin-top: 0;
}
/* The submit button */
#recaptcha_element + .uk-form-row {
    display: flex;
    justify-content: center;
}
.uk-button {
    font: inherit;
    border-radius: 4px;
    border: none;
    padding: 0 12px;
    color: var(--button-black);
    display: inline-block;
    vertical-align: middle;
    color: var(--button-black);
    line-height: 28px;
}
a.uk-button {
    color: var(--button-black);
}
#recaptcha_element {
    display: none;
}
/* RESET PASSWORD */
.uk-width-medium-5-6 {
    width: 600px;
    max-width: 100%;
}
.uk-text-small + .uk-form-row {
    margin: 0;
    height: 15px;
    border-bottom: 1px solid #fff;
}
.uk-width-medium-5-6 #logo {
    width: 256px;
}
.uk-width-medium-5-6 hr {
    display: none;
}
/* Forget your password? title */
.uk-width-medium-5-6 h3 {
    margin: 0;
    padding: 25px 0;
    font-size: 18px;
    border-top: 1px solid #fff;
    font-weight:400;
}
.uk-width-medium-5-6 h3 + div {
    display: none;
}
/* we will send you... message */
.uk-text-small {
    font-size: 11px;
}
/* back to login link */
[href="/login/auth"] {
    font-size: 14px;
}
/* send button */
[href="/login/auth"] + .uk-button {
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    min-width: 180px;
}


.uk-alert {
    margin-bottom: 15px;
    padding: 10px;
    background: #ebf7fd;
    color: #2d7091;
    border: 1px solid rgba(45,112,145,.3);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
}
*+.uk-alert {
    margin-top: 15px;
}
.uk-alert.uk-alert-warning {
    background: #fffceb;
    color: #e28327;
    border-color: rgba(226,131,39,.3);
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#google-connect-link i{
    background-repeat: no-repeat;
    background-position: center;
    background: url('/assets/images/google/btn_google_signin_dark_normal_web@2x.png');
    width: 191px;
    height: 46px;
    display:inline-block;
    background-size: contain;
}
#google-connect-link i:hover {
    background: url("/assets/images/google/btn_google_signin_dark_pressed_web@2x.png");
    background-size: contain;
}