@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

body {
	background: #448ed3 ;
	font-family: "Lato" ;
}
.wrap {
	width:450px;
	height: 450px;
	margin: auto;
	margin-top: 2%;
}
.avatar {
	width: 100%;
	margin: auto;
	width: 75px;
	border-radius: 100px;
	height: 75px;
	background: #448ed3 ;
	position: relative;
	bottom: -15px;
}
.avatar img {
	width: 65px;
	height: 65px;
	border-radius: 100px;
	margin: auto;
	border:3px solid #fff;
	display: block;
}
.wrap input {
	border: none;
	background: #fff;
  font-family:Lato ;
  font-weight:700 ;
	display: block;
	height: 50px;
	outline: none;
	width: calc(100% - 24px) ;
	margin: auto;
	padding: 6px 12px 6px 12px;
}
.bar {
	width: 100%;
	height: 3px;
	background: #fff ;
}
.bar i {
	width: 95%;
	margin: auto;
	height: 3px ;
	display: block;
	background: #d1d1d1;
}
.wrap input[type="text"] {
	border-radius: 7px 7px 0px 0px ;
}
.wrap input[type="password"] {
	border-radius: 0px 0px 7px 7px ;
}

.wrap input[type="submit"] {
	width: 100%;
	border-radius: 7px;
	background: #EDF969;
	text-decoration: center;
	border: none;
	color: #51771a;
  margin-top:-5px;
	padding-top: 14px;
	padding-bottom: 14px;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px solid #307d63;
	cursor: pointer;
}
h3{
   color: #EDF969;
   font-size: 35px;
    font-family: 'Oswald', sans-serif;
    
    
}

p {
  margin-top: 2rem;
  margin-left: 2rem;
  margin-bottom: 1rem; 
    color: white;
   font-size: 55px;
    font-family: 'Oswald', sans-serif;
   
}