@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
}

body {
		font-family: "Lato" ;
	
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;

	background: #add6ff; /* Old browsers */
	background: #add6ff; /* Old browsers */
	background: -moz-linear-gradient(top, #add6ff 0%, #1782ed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #add6ff 0%,#1782ed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #add6ff 0%,#1782ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#add6ff', endColorstr='#1782ed',GradientType=0 ); /* IE6-9 */
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
    height:100%;
}



.wrap {
	width:25%;
	height: auto;
	margin: auto;
	margin-top: 10%;
}
.avatar {
	width: 100%;
	margin: auto;
	width: 65px;
	border-radius: 100px;
	height: 65px;
	background: #448ed3 ;
	position: relative;
	bottom: -15px;
}
.avatar img {
	width: 55px;
	height: 55px;
	border-radius: 100px;
	margin: auto;
	border:3px solid #fff;
	display: block;
}
.wrap input {
	border: none;
	background: #fff;
  font-family:Lato ;
  font-size:1.3vw;
	display: block;
	height: 40px;
	outline: none;
	width: calc(100% - 24px) ;
	margin: auto;
	padding: 6px 12px 6px 12px;
}
.bar {
	width: 100%;
	height: 1px;
	background: #fff ;
}
.bar i {
	width: 95%;
	margin: auto;
	height: 1px ;
	display: block;
	background: #d1d1d1;
}
.wrap input[type="text"] {
	border-radius: 7px 7px 0px 0px ;
}
.wrap input[type="password"] {
	border-radius: 0px 0px 7px 7px ;
}
.forgot_link {
	color: #83afdf ;
	color: #83afdf;
	text-decoration: none;
	font-size: 11px;
	position: relative;
	left: 193px;
	top: -36px;
}
.wrap button {
	width: 100%;
	border-radius: 7px;
	background: #b6ee65;
	text-decoration: center;
	border: none;
	color: #51771a;
  margin-top:-5px;
	padding-top: 14px;
	padding-bottom: 14px;
	outline: none;
	font-size: 13px;	
	border-bottom: 3px solid #307d63;
	cursor: pointer;
}





#logintitel {
width: 82%;
padding: 2vw;
background-color: #57A6F5;
color: white;
font-size: 1.25vw;
margin-bottom: 10%;
text-align: center;
border-radius:10px;	
}
