@charset "utf-8";
/* CSS Document */

html {
  box-sizing: border-box;
  margin:0px;
  background: #1492b7 url(shadow-big-wide.png) center 245px fixed no-repeat;
  overflow: hidden;
}

@media screen and (max-width: 380px) {
	html {
		box-sizing: border-box;
 		margin:0px;
  		background: #1492b7 url(shadow-big-narrow.png) -10px 245px fixed no-repeat;
  		overflow: hidden;
		
		}
}

.login-wrapper {
	width: 365px;
	margin-top: 40px;
	
	margin-right:auto;
	margin-left:auto;
	overflow: hidden;
}
.login-box {
	font-family: 'Ubuntu', sans-serif;
	position: relative;
	width: 365px;
	height: 719px;
}
/* tooltips */
.user_alert {
  display: inline;
  position: absolute;
  min-width:350px;
  color: #FFFFFF;
  background: #FF6363;
  border: 2px solid #FF0000;
  padding: 5px;
  text-align: center;
  visibility: visible;
  opacity: 0.9;
  top: 357px;
  z-index: 999;
  border-radius: 6px;
}