html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    background: #f5f6fa;

}

.login-box {
    margin: 60px auto;
    padding: 35px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    overflow: hidden;
}

.divider {
    width: 1px;
    background-color: #ddd;
    height: 100%;
}

header {
    background: #ffffff;
}

footer {
    margin-top: auto;
    padding: 15px 0;
    background: #fcfcfc;
    text-align: center;
    font-size: 14px;
    color: #555;
}

#topbar {
    background-color: #EB7900;
}

#titlebox {
    background: #6a0987;
    background: linear-gradient(90deg, rgba(106, 9, 135, 1) 1%, rgba(89, 2, 15, 1) 100%);
}

#topbar .title {
    font-size: 1rem;
    color: #fafafa;
    padding: 3px;
}

#titlebox .title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fafafa;
    padding: 3px;
    display: inline-block;
}

.account_head {
    float: right;
    padding: 3px;
    color: #fafafa;
    font-weight: bold;
}