.wity-action-login,
.wity-action-password-lost {
	padding-top: 10%;
}

.wity-action-login form,
.wity-action-password-lost form {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	background: rgb(180,180,180);
	background: rgba(150, 150, 150, 0.5);
	padding: 15px;
	border-radius: 10px;
	border: 1px solid white;
}

.wity-action-login label,
.wity-action-password-lost label {
	color: #F1F2EB;
}

.wity-action-password-lost a,
.wity-action-login a {
	color: #F1F2EB;
}

#more-options {
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}

#more-options.show {
	height: 5em;
}

img.superbg {
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
}

#logo {
	text-align: center;
	margin-bottom: 10px;
}

.opener .glyphicon {
	transition: all 0.3s ease;
}

.opener.collapsed .glyphicon {
	transform: rotate(-90deg);
}
