#kc-form, #kc-passwd-update-form {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 450px;
}

#kc-page-title{
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -100%);
}

.btn {
	margin-top: 5%;
}

#kc-locale {
	position: fixed;
	top: 2%;
	left: 90%;
}

#kc-locale ul li {
	display: none;
}

#kc-locale:hover ul li {
	display: inline;
}

#kc-content-wrapper .alert-error, #kc-content-wrapper .alert-warning {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: larger;
    margin-top: 20px;
    color: red;
    font-weight: bold;
}