/* -- Form styles -- */


form.login {
	position: fixed;
	top: 50%;
	max-height: 140px;
	max-width: 390px;
	width: 100%;
	left: 50%;
	margin: -70px 0 0 -195px;
	text-align: center;
	z-index: 2;
	height: 100%;
	background-color: #fff;
	border-radius: 5px;
	padding: 60px 0 0;
}

form.login span {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

form.login input[type=password] {
	position: relative;
	left: -5px;
	width: 160px;
	height: 29px;
	padding: 0 10px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background-color: rgba(255,255,255, 0.8);
	border: 1px solid #C5C5C5;
	border-radius: 2px;
	margin-top: 26px;
}

form.login input[type=text].denied {
	border: 1px solid red;
	outline: none;
}

form.login input[type=text].animation {
	transition: 0.1s;
	-webkit-animation-name: shakeMe;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-delay: 0s;
	animation-name: shakeMe;
	animation-duration: 0.6s;
	animation-delay: 0s;
}

form.login input[type=text]::-webkit-input-placeholder {
	color: #ABABAB;
}

form.login input[type=submit] {
	position: relative;
	left: 5px;
	height: 29px;
	width: 40px;
	line-height: 29px;
	text-align: center;
	padding: 0 10px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: none;
	border-radius: 2px;
	background-color: rgba(90, 147, 187, 0.69);
	color: #fff;
}

@media(max-width: 500px){
	form.login {
		max-height: 120px;
		max-width: 300px;
		margin: -60px 0 0 -150px;
		padding: 40px 0 0;
	}
}

/* -- Blur effect -- */


.homebanner.blurred, div.reveal.blurred {
	-webkit-filter: blur(4px);
	filter: blur(4px);
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}

.homebanner, div.reveal {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

ul {
    list-style-type: disc !important;
}

.logo-atilla {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.logo-atilla img {
  width: 200px;
}

.img-no-style {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.full-width {
  width: 100vw !important;
  margin-left: -25vw !important;
}

.large-text {
  font-size: 1.3em !important;
}

.circular {
	width: 300px;
	height: 300px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	}
