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

body {
	background: #448ed3 ;
	font-family: "Lato" ;
}
.wrap {
	width:250px;
	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-weight:700 ;
	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 ;
}

.wrap #login-button {
	width: 100%;
	border-radius: 7px;
	background: #FEB908;
	text-decoration: center;
	border: none;
	color: #FFF;
  margin-top:10px;
	padding-top: 5px;
	padding-bottom: 14px;
	outline: none;
	font-size: 17px;	
	border-bottom: 3px solid #C69625;
	cursor: pointer;
	font-weight: bold;
}
.wrap #login-button:hover {
	background: #EFAE09;
	
}

.wrap #code-button {
	/*width: 250px;*/
	border-radius: 7px;
	background: #FEB908;
	text-decoration: center;
	border: none;
	color: #FFF;
  margin-top:10px;
	padding-top: 5px;
	padding-bottom: 14px;
	outline: none;
	font-size: 17px;	
	border-bottom: 3px solid #C69625;
	cursor: pointer;
	font-weight: bold;
}
.wrap #code-button:hover {
	background: #EFAE09;
	
}

.button {
	width: 100%;
	border-radius: 7px;
	background: #FEB908;
	text-decoration: center;
	border: none;
	color: #FFF;
  margin-top:10px;
	padding: 5px 102px 8px;
	text-decoration: none;
	outline: none;
	font-size: 17px;	
	border-bottom: 3px solid #C69625;
	cursor: pointer;
	font-weight: bold;
}
.button:hover {
	background: #EFAE09;
	
}

#invalid{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.alert {
  padding: 15px;
  margin-bottom: -5px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

#demoyes {
	/*width: 250px;*/
	border-radius: 7px;
	background: #FEB908;
	text-decoration: center;
	border: none;
	color: #FFF;
  margin-top:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	outline: none;
	font-size: 17px;	
	border-bottom: 3px solid #C69625;
	cursor: pointer;
	font-weight: bold;
}
#demoyes:hover {
	background: #EFAE09;
}
#close2 {
	/*width: 250px;*/
	border-radius: 7px;
	background: #FEB908;
	text-decoration: center;
	border: none;
	color: #FFF;
  margin-top:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	outline: none;
	font-size: 17px;	
	border-bottom: 3px solid #C69625;
	cursor: pointer;
	font-weight: bold;
}
#close2:hover {
	background: #EFAE09;
}
