body.pushable > .pusher {
    background: #2A4050;
    color: #ECEFF1;
    font-weight: lighter;
}

.auth-home {
    height: 40px;
    position: absolute;
    left: 0;
    width: 100%;
    background: #143249;
}

.auth-home .ui.inverted.menu {
    background: transparent;
}

.auth-home .ui.inverted.menu .item {
    font-size: 12px;
}

.ui.container.apps-auth {
    display: flex;
    height: calc(100vh - 60px);
}

.auth-form {
    display: flex;
    min-width: 320px;
    width: 320px;
    align-items: center;
    padding: 0 1rem;
}

.ui.form p.formbuttons {
    margin: 0;
}

.auth-logo {
    display: flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
}

.auth-logo .wrapper {
    text-align: center;
    padding-top: 50px !important;
    height: 198px;
}

.auth-logo .wrapper img {
    width: 200px;
}

.form-title {
    font-family: 'Text Me One';
    font-size: 5rem;
    text-align: center;
    margin: 0;
}

.motto {
    font-family: 'Text Me One', cursive;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    font-size: 1.1rem;
    font-weight: normal;
    margin: 0;
}

.auth-info {
    height: 60px;
    background: #143249;
    padding: 1.5rem 0;
}

.auth-info .ui.container {
    display: flex;
}

.auth-info .ui.container .left {
    flex: 1 1 0;
}