html, body
{
    height: 100%;
}

body
{
    background-color: #fcfcfc;
}

h3
{
	margin-bottom: 25px;
}

i
{
	color: #bcbcbc;
}

.navbar-main
{
    background-color: var(--color-dark-blue);
}

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

.form-login
{
	width: 500px;
	border-radius: 5px;
	position: relative;
	bottom: 10%;
}

.has-feedback
{
	padding-left: 30px;
}

.cwc-control span
{
	font-weight: 300;
}

.form-group-password
{
	margin-bottom: 0;
}

.button
{
	margin-top: 30px;
}