@charset "utf-8";
/* Created by Denes Toth */

@font-face {
  font-family: Play-Regular;
    src: url('../fonts/Play-Regular.eot');
    src: url('../fonts/Play-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Play-Regular.woff') format('woff'),
         url('../fonts/Play-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	   						
}

@font-face {
  font-family: Play-Bold;
  src: url('../fonts/Play-Bold.ttf');  						
}

a {
	font-family:Play-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e8a09;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #2e8a09;
}

a:hover {
	text-decoration: underline;
	color: #999;
}

a:active {
	text-decoration: none;
	color: #2e8a09;
}


html{
	margin:0;
	padding:0;
	height:100%;
	background: url(../../images/login/autumn_blue_white_gradient.jpg) left top;
	background-repeat: repeat-x;
}

body {
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
	font-family:Play-Regular, Arial, Helvetica, sans-serif;
	/*background:url(../../images/login/autumn_cloud_bg.jpg) no-repeat top center;*/
}

.wrapper {
	position:relative;
	width: 100%;
}

.bgwrapper {
  width:100%;
  height:100%;
  min-height:600px;
  /*background:url(../../images/login/autumn_leaves.png) no-repeat bottom center;*/
}

.footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	min-height: 109px;
	/* look also in verpurafrontend/WebRoot/WEB-INF/tiles/basics/login_Template.jsp line 42 */
	/*background: url(../../images/login/autumn_grass.png) repeat-x;*/
	background: url(../../images/login/grass.png) repeat-x;
	background-position:center bottom;
}

.wrapper_body {
	height:100%;
}

.content {
	text-align:left;
	width:400px;
	height:100%;
	display:table;
	vertical-align:middle;
	margin: 0 auto;
}

.contentWrapper {
	display:table-cell;
	vertical-align:middle;
	padding-bottom: 120px;
}

.input {
	background:white;
	padding: 5px;
	border: 4px solid #ebebeb;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(215, 215, 215, 1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(215, 215, 215, 1);
	box-shadow: inset 0px 0px 1px 0px rgba(215, 215, 215, 1);
	margin-bottom: 10px;
	width: 232px;
}

input[type="text"], input[type="password"] {
	font-family:Georgia, Arial, Helvetica;	
	font-style:italic;
	border:none;
	width:180px;

}

input .ie8input {
    margin: 0px; 
    padding: 0px;
    border: none;
    background-color: none;
}

input:focus {
    outline: none;
}

.loginPanel {
	width:400px;
}

#button_01 {
	width:100%;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	text-align:center;
}

#button_01:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	cursor:pointer;
}

#button_01:active {
	position:relative;
	top:1px;
}

.alignRight {
	text-align:right;
}

.welcome {
	font-size:37px;
	color:#575757;
	margin-bottom:10px;
	margin-top:20px;
	text-align:right;
}

.info_text {
	width:100%;
	padding-top:50px;
	font-size:12px;
	line-height:18px;
	color:#313131;
}

.info_text2 {
	width:100%;
	font-size:12px;
	line-height:18px;
	color:#313131;
	margin-bottom: 10px;
}


.rightPanel {
	margin-left:150px;
}
.logo {
	float:left;
	width: 150px;
}
.verpuraLoginText {
	color:#575757;
	display:none;
	font-size:14px;
	text-align: left;
	padding-top: 10px;
	text-transform:uppercase;
}

.verpuraLoginText img {
	vertical-align:middle;	
}

.failed_text {
	background:url(../../images/login/stop.png) no-repeat top left;
	background-position: 8px 8px;
	padding:6px 27px;
}

.error {
	-moz-box-shadow:inset 0px 0px 3px 1px #ffffff;
	-webkit-box-shadow:inset 0px 0px 3px 1px #ffffff;
	box-shadow:inset 0px 0px 3px 1px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9ebeb), color-stop(1, #f9ebeb) );
	background:-moz-linear-gradient( center top, #f9ebeb 5%, #f9ebeb 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9ebeb', endColorstr='#f9ebeb');
	background-color:#f9ebeb;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:2px solid #ffcccc;
	display:inline-block;
	color:#cc3333;
	font-size:12px;
	margin-bottom: 20px;
	cursor:pointer;
}

@media only screen and (max-width: 480px) {
 .logo {
	display:none; 
 }
 .content {
	 width:200px;
 }
 .loginPanel {
	width: 220px;
}
.verpuraLoginText {
	display:block;
}
/*html, body {
background-position-y: -80px;	
}*/

.rightPanel {
	margin-left:0px;
}

.input {
	width: 202px;
}
.info_text {
	padding-top:20px;
}
	
/*.bgwrapper {
  background:none;
}*/	
	
}
