body{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 100%;
}

#content{
    display: flex;
    flex-direction: row;
    height: 100%;
}

#logo{
    height: 80px;
}

#header{
    font-weight: 180;
    display:flex;
    flex-direction: column;
    align-items: center;
}

#header>*{
    padding: 20px;
    height: fit-content;
}

#sidebar{
    display: flex;
    margin: 0 auto 1rem auto;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 3rem;
    width: 520px;
}

fieldset{
    display: flex;
    flex-direction: column;
    margin: 5px;
    padding-left: 30px;
    padding-right: 30px;
}

fieldset>*{
    margin-top: 3px;
    margin-bottom: 7px;
    height: 40px;
    line-height: 40px;
    justify-content: center;
}

fieldset > label{
    height: 20px;
    font-size: .9em;
    color: #797b7e;
}

#signin{
    padding-top: 5px;
    padding-left: 35px;
    font-size: 1.2em;
    color: #b6b8bb;
    font-weight: 500;
}
#background{
    display: block;
    background-image: url(login-spot.jpg);
    justify-content: right;
    background-size: cover;
    background-position:center;
    flex-grow: 2;
    flex-shrink: 1;
    flex-basis: auto;
}

#title{
    font-size: 2.7em;
    line-height: 1.1em;
    color: #55575a;
}

#submit{
    background-color: #3361bb;
    margin-top: 15px;
    float: right;
    border-radius: 2px;
    border-color: #26498c;
}

#submit:hover{
    background-color: #26498c;
}

#loginBlock {
    display: block;
}
hr.solid{
    margin-top: 30px;
 }
#footer{
    font-size: .6em;
    text-align: center;
}

#j-sticky-footer {
    background: #EAEAEA;
    color: #101010;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem;
    font-size: 0.6875rem;
}

.alert-error{
    color: #f24654;
    font-size: .8em;
    border-radius: 3px;
    line-height: 18px;
}

.alert-success{
    font-size: .9em;
    border-radius: 3px;
    padding-left: 9px;
}