* {
	padding:0;
	margin:0;
}
body {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 100;
	font-size: medium;
    padding: 0;
    margin: 0;
}
html, body, #map {
    height: 100%;
}
.login-block {
	position:relative;
	top:70px;
	border: 1px solid #3D95FF;
  max-width: 320px;
  height:auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  border-top: 5px solid #3D95FF;
  margin: 0 auto;
  color:black;
	#display:none;
  z-index:999;
}

.login-block h1 {
text-align:center;
font-weight: 100;
font-size: large;
margin-top: 0;
margin-bottom: 20px;
color:black;
}

.login-block h1 span{
color:#2DAAFF;
}

.blue {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;

    padding: 0 20px 0 50px;
    outline: none;
}

.red {
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #FF81A3;
    margin-bottom: 20px;
    font-size: 14px;
    #background-color:#FFD9E3 !important;
    #color:white;
    padding: 0 20px 0 50px;
    outline: none;
}

.login-block input#username {
    background: #fff url('images/u0XmBmv.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#username:focus {
    background: #fff url('images/u0XmBmv.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#password {
    background: #fff url('images/Qf83FTt.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#password:focus {
    background: #fff url('images/Qf83FTt.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #3D95FF;
}

.login-block button {
    width: 100%;
    height: 40px;
    background: #3D95FF;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #3D95FF;
    color: #fff;
    #font-weight: bold;
    #text-transform: uppercase;
    font-size: 14px;

    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: #0074FF;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.data-alert{
	height:25%;
}
.alert-mail{
	font-size: 4vh !important;
	line-height: 15vh !important;
	vertical-align: middle !important;
}
