input[type=email],input[type=password] {
	width: 100%;
}

button[type=submit] {
	width: 100%;
}

.modal-content {
	border: 1px solid white !important;
	color: white;
}

.close {
	color: white !important;
	opacity: .7 !important;
	text-shadow: 0 0 0 !important;
}

.modal-header {
	background-color: #051a2f;
}

.modal-body {
	background-color: #051a2f;
}

.modal-footer {
	background-color: #051a2f;
	border-top: none !important;
}

.elfjel {
	font-style: italic;
	font-size: 11pt;
	color: #abb7c4;
}

.elfjel:hover {
	color: #dcf836;
	text-decoration: underline;
}