/* PAGE LOGIN */

#page-login {
	background-color: #36a0d7;
}

#page-login .panel {
  border-radius: 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  padding: 10px;
  background-color: white;
}

#page-login .panel:before,
#page-login .panel:after {
	display: none;
}

#page-login a {
	font-size: 12px;
	color: #36a0d7;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}

#page-login a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #36a0d7;
	line-height: 14px;
	font-weight: bold;

}

#login-wrapper {
	max-width: 900px;
	margin: auto;
}

#login-wrapper .panel {
	max-width: 400px;
	padding: 20px;
	background: white;
	position: relative;
}

#login-wrapper .image {
	float: left;
}

#login-wrapper .form {
  width: 100%;
}

#login-wrapper h1 {
	width: 100%;
  color: #555;
  text-align: center;
  margin: 5px 0;
  font-size: 30px;
  font-weight: 400;
}

#login-wrapper .error {
	color: red;
}

#login-wrapper .form table td {
	padding-top: 10px;
	font-size: 14px;
	color: #444;
}

#login-content {
	position: relative;
}

#formLogin {
	max-width: 400px;
	margin: auto;
}

#login-liocard-logo {
	margin: 50px 0;
	margin-bottom: 35px;
	text-align: center;
}

#login-liocard-logo img {
}

#login-language-selector {
	max-width: 400px;
	margin: auto;
}

#text {
	position: absolute;
	top: 650px;
	left: 40px;
	width: 860px;
	font-size: 12px;
	color: #36a0d7;
	line-height: 14px;
	font-weight: bold;
}

#page-login input.submit {
	border-radius: 50%;
	border: 0;
	width: 70px;
	height: 70px;
	background: #36a0d7;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	position: absolute;
	right: -35px;
	bottom: 40px;
	padding: 0;
	text-align: center;
	line-height: 65px;
	color: white;
	font-size: 23px;
	font-weight: 400;
	transition: all .3s;
}

#page-login input.submit:hover {
  color: #36a0d7;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1), 0 6px 8px rgba(0, 0, 0, .2);
}

#page-login input.submit:focus {
	border: 0 !important;
}

#page-login input.submit:active {
  -webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .24);
}

#footer-left {
	position: absolute;
	top: 765px;
	left: 40px;
	font-size: 12px;
	color: #36a0d7;
	line-height: 14px;
}

#footer-right {
	position: absolute;
	top: 765px;
	right: 40px;
	font-size: 12px;
	color: #36a0d7;
	line-height: 14px;
}

#footer-right a {
  font-size: 12px;
	color: #36a0d7;
	line-height: 14px;
	font-weight: bold;
}

#lostPassword {
	margin-top: 10px;
	text-align: center;
}

#formChangePassword {
	width: 400px;
	margin: auto;
}

#formChangePassword .important {
	width: 360px;
	text-align: justify;
	color: red;
}

#formChangePassword input.text {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
}

#footer-logo {
	width: 100%;
	font-size: 16px;
	margin: 30px auto 25px;
	text-align: center;
	color: rgba(255, 255, 255, .7);
}

#footer-logo a {
	display: inline-block;
	font-size: 16px;
	color: white;
	transition: all .3s;
}

#footer-logo a:hover {
	color: white;
	font-size: 16px;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}


@media (max-width: 420px) {

	#page-login input.submit {
		position: fixed;
		right: 20px;
		bottom: 40px;
		background: white;
		color: #36a0d7;
	}

	#login-content {
		padding: 0 10px;
	}

}  /* LOWER THAN 400px */
