body {
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: auto;
    padding-top: 50px;
}

.main-container.ui.container {
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}

.main-container > .header {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-bottom: 10px;
    max-width: 350px;
}

.header > .logo-box {
    display: flex;
    margin-bottom: 30px;
    border-bottom: rgba(0,0,0,0.0) solid 1px;
    justify-content: center;
    height: auto;
}

.logo-box > img {
    height: 5rem;
    width: 15rem;
    /*box-shadow: 0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);*/
}

.header > .title {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}

.title > .divider.ui {
    width: 350px !important;
    color: rgba(0,0,0,0.6);
    font-weight: 400;
}

.title > span:nth-child(1) {
    color: #623d1a;
    font-size: 2.3rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    align-self: center;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.form-container.ui.container {
    width: 100% !important;
    max-width: 380px !important;
    padding: 2em !important;
}

.footer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer > span {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.footer-divider {
    width: 350px;
}
