* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
body {
	overflow:hidden;
	width:100%;
	height:100vh;
	margin:0 ;
	padding:0;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;	
	background-color: #e6e6e6;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
}
#wrapper {
	width: 324px;
	height: 300px;
}

.login-form {
	margin: 0 auto;
	position: relative;
	border: 1px solid #ccc;
	background-color: #fff;
/*	background: rgba(255, 255, 255, 0.2);*/
	border-radius: 3px;
}

.login-form .header {
	padding-top: 32px;
	padding-bottom: 14px;
    display: flex;
    justify-content: center;	
}

.login-form .header h1 {
	font-family: 'Bree Serif', serif;
	font-weight: 280;
	font-size: 28px;
	line-height:34px;
	color: #414848;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 10px;
}

.login-form .header span {
	font-size: 11px;
	line-height: 16px;
	color: #678889;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}

.login-form .content {
	padding: 0 32px 25px 32px;
}

.login-form .content .input {
	width: 224px;
	padding: 8px 15px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 280;
	font-size: 16px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	
	background: #fff;
	border: 2px solid #3f9db8;
	border-radius: 3px;
	
}

.login-form .content .password, .login-form .content .pass-icon {
	margin-top: 25px;
}

.login-form .content .input:hover {
	background: #e3e6ee;
	color: #414848;
}

.login-form .content .input:focus {
	background: #e7e8ee;
	color: #414848;
}

.login-form .content a {
	font-size: 0.8em;
	display: block;
	margin-top: 10px;
	color: #3f9db8;
	text-decoration: none;
}

.login-form .content p {
	display: block;
	margin: 10px 0;
	color: #3f9db8;
}

#error > p {
	margin: 10px 0;
}

.login-form .footer {
	height: 36px;
	padding: 0px 32px 42px 32px;
	overflow: auto;
}

.login-form .footer input[type="submit"] {
	width: 100%;
	height: 36px;
/*	float: right;*/
	padding: 14px 22px;
	font-family: Verdana, serif;
	font-size: 14px;
	color: #fff;
	background: #3f9db8;
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;	
	line-height: 0;
}

.login-form .footer input[type="submit"]:hover {
	background: #5bc0de;
/*	border: 1px solid #1f5ca9;*/
}

.login-form .footer input[type="submit"]:focus {
	position: relative;
	bottom: -1px;
	
	background: #56c2e1;
	

}

.login-form .footer .register {
	display: block;
	float: right;
	padding: 10px;
	margin-right: 20px;
	
	background: none;
	border: none;
	cursor: pointer;
	
	font-weight: 300;
	font-size: 18px;
	color: #414848;
	text-shadow: 0px 1px 0 rgba(256,256,256,0.5);
}

.login-form .footer .register:hover {
	color: #3f9db8;
}

.login-form .footer .register:focus {
	position: relative;
	bottom: -1px;
}
.login-auth-ok{
	background: #5bc0de;
	color: #FFF;
	width: 258px;
	border-radius: 0 0 4px 4px;
	margin: auto;
	text-align: center;
	padding: 6px 12px;
    text-align: center;
    position: absolute;
    top: 0;
}
.login-auth-error {
	background: #fc8d83;
	color: #FFF;
	width: 298px;
	border-radius: 0 0 4px 4px;
	margin: auto;
	text-align: center;
	padding: 6px 12px;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1;
}
.advice-top input[type="button"] {
	height: 36px;
	padding: 14px 22px;
	font-family: Verdana, serif;
	font-size: 14px;
	color: #fff;
	background: #3f9db8;
	margin-bottom: 16px;
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;	
	line-height: 0;
}

/*
div.icon-load .spinner {
  width: 32px;
  height: 32px;
  position: relative;
  margin: auto;
}

div.icon-load .double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3f9db8;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

div.icon-load .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
*/
.spinner {
  margin: auto;
  width: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.spinner > div {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-color: #3f9db8;
  border-radius: 10%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
