.legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.col-form-label {
	font-weight: bold;
}

html.login-screen body {
    justify-content: flex-start;
    min-height: 100vh;
    height: auto;
    overflow-y: auto;
}