html, body {
    height: 100%;
}

.login-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form {
    padding: 10px;
    border: 1px #ccc solid;
    /*min-height: 100px;*/
    /*min-width: 200px;*/
}


h1 {
    font-size: 24px;
    padding-bottom: 2px;
}

.caption {
    font-size: 12px;
    color: #aaa;
    padding-bottom: 10px;
}
