@import url("./theme/SU.css");
@import url("./theme/DH.css");

body {
    font-family: 'Roboto-rg', 'sofi-rg', 'Arial', Helvetica, monospace;
    font-size: 14px;
    line-height: 1.2;
}

.login-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
}

.login-wrapper .login {
    width: 90%;
    max-width: 560px;
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: 'Roboto-rg', 'sofi-rg', 'Arial', Helvetica, monospace;
    background: #fff;
}

.login-wrapper .login > hr {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: solid 1px #e0e0e0;
    margin: 20px 0;
}

.login-wrapper .login > div:first-of-type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.login-wrapper .login > div:first-of-type > div:nth-of-type(2) {
    margin-left: 10px;
    font-family: "sofi";
    font-size: 1.8em;
    line-height: 1;
    letter-spacing: 0.03em;
}

.login-wrapper .login > div:first-of-type > div:nth-of-type(2) span {
    font-family: "sofi-bo";
    text-transform: uppercase;
}

.login-wrapper .login > div:first-of-type > div:nth-of-type(2) small {
    font-size: 0.84em;
}

.login-wrapper .login > div:first-of-type > div:nth-of-type(2) > div {
    margin-top: 12px;
    font-size: 0.9rem;
}

.login-wrapper .login > .login-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}

.login-wrapper .login > .login-form > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.login-wrapper .login > .login-form > div > div:first-child {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    font-weight: 100;
    font-family: 'Roboto-rg', 'sofi-rg', 'Arial', Helvetica, monospace;
    margin-bottom: 20px;
}

.login-wrapper .login > .login-form > div > div:nth-child(2) {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    font-weight: 100;
    font-family: 'Roboto-rg', 'sofi-rg', 'Arial', Helvetica, monospace;
    color: red;
}

.login-wrapper .login > .login-form > form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}

.login-wrapper .login > .login-form > form > div {
    width: calc(70% - 30px);
}

button {
    border: 0;
    padding: 6px 15px;
    border-radius: 18px;
    -webkit-transition: all ease-in-out 150ms;
    -o-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms;
    font-weight: 100;
    font-family: 'Roboto-rg', 'sofi-rg', 'Arial', Helvetica, monospace;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.login-wrapper .login > .login-form > form > div > input {
    text-align: left;
    font-weight: 100;
    font-family: 'Roboto-rg', 'sofi-sb', 'Arial', Helvetica, monospace;
    font-size: 14px;
    line-height: 1.2;
}

input {
    font-weight: 100;
    font-family: 'Roboto-rg', 'sofi-sb', 'Arial', Helvetica, monospace;
    background-color: #ffffff;
    color: #000000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: calc(100.0% - 30px);
    height: 42px;
    padding: 0 15px;
    -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
    box-shadow: inset 0 0 0 1px #e0e0e0;
    list-style: none;
    border: 0 solid #e0e0e0;
    text-align: right;
}

select {
    font-weight: 100;
    font-family: 'Roboto-rg', 'sofi-sb', 'Courier New', Courier, monospace;
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    height: 42px;
    padding: 10px 15px;
    -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
    box-shadow: inset 0 0 0 1px #e0e0e0;
    list-style: none;
    border: 0 solid #e0e0e0;
    text-align: left;
}

.loading {
    display: none;
    font: normal 12px/12px 'Roboto-rg';
    color: #535763;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.spinner {
    width: 64px;
    height: 20px;
}

.spinner > div {
    background-color: var(--primary-color);
    height: 50%;
    width: 8px;
    display: inline-block;
    margin-right: 2px;
    -webkit-animation: stretchdelay-default 1.2s infinite ease-in-out;
    animation: stretchdelay-default 1.2s infinite ease-in-out;
}

.spinner > div:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner > div:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner > div:nth-child(4) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner > div:nth-child(5) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay-default {
    0%, 40%, 100% {
        -webkit-transform: scale(0.4, 0.4);
    }
    20% {
        -webkit-transform: scale(1.0, 2.0);
    }
}

@keyframes stretchdelay-default {
    0%, 40%, 100% {
        transform: scale(0.4, 0.4);
        -webkit-transform: scale(0.4, 0.4);
    }
    20% {
        transform: scale(1.0, 2.0);
        -webkit-transform: scale(1.0, 2.0);
    }
}

.login-wrapper .login > .login-form.active {
    display: none;
}

.active + .loading {
    display: -ms-flexbox;
    display: flex;
}

@font-face {
    font-family: 'sofi-bd';
    src: url('../fonts/Open-Sans-Bold.eot'),
    url('../fonts/Open-Sans-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'sofi-rg';
    src: url('../fonts/Open-Sans-Regular.eot'),
    url('../fonts/Open-Sans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'sofi-sb';
    src: url('../fonts/Open-Sans-SemiBold.eot'),
    url('../fonts/Open-Sans-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'sofi-bo';
    src: url('../fonts/Square721 BT Bold.eot'),
    url('../fonts/Square721 BT Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'sofi';
    src: url('../fonts/Square721 BT Roman.eot'),
    url('../fonts/Square721 BT Roman.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto-rg';
    src: url('../fonts/roboto-regular-webfont.eot'),
    url('../fonts/roboto-regular-webfont.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto-bo';
    src: url('../fonts/roboto-bold-webfont.eot'),
    url('../fonts/roboto-bold-webfont.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto-sb';
    src: url('../fonts/roboto-medium-webfont.eot'),
    url('../fonts/roboto-medium-webfont.woff2') format('woff2');
}
