body.view-login #system-message-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
body.view-login #system-message-container .alert {
    margin-bottom: 0;
    border-radius: 0;
	color: #f00;
}
body.view-login #system-message-container .alert a.close {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
}
.login {
	width: 400px;
	margin: 0 auto;
	padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	backdrop-filter: saturate(180%) blur(10px);
}
.login form {
    margin: 0 auto;
	width: 300px;
}
.login .app-name {
    font-size: 40px;
    text-align: center;
    padding: 0 0 12px 0;
	color: #fff;
    /* text-shadow: 2px 0 #1b3871, -2px 0 #1b3871, 0 2px #1b3871, 0 -2px #1b3871; */
	text-shadow: 0 0 10px;
}
.login .input-row {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 5px;
}
.login input,
.login input:focus {
	width: 100%;
	border-radius: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none;
}
.login button,
.login button:hover,
.login button:focus,
.login button:active {
	padding: 20px 0;
	width: 100%;
	border-radius: 0;
	background-color: #337ab7 !important;
	color: #fff !important;
	text-transform: uppercase;
}
.login .remember {
	margin-bottom: 10px;
}
.login .remember label {
	color: #fff;
}
.login .remember input#remember {
	width: auto;
}