

.checkin {
text-align: center;	
	
}

.checkin h1 {
	font-family: 'Roboto';
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 50px;
	color:#2a67ac;
}

.checkin p {
	font-family: 'Roboto';
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #ffffff;
}

input[type=code], select {
  width: 40%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


input[type=button], input[type=submit], input[type=reset] {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

.mobilecode {
  background-color: #2a67ac;
  /**border: 2px solid #ccc; **/
  border-radius: 4px;
  height: 200px;
  padding-top: 40px;
  }

.scan {
  background-color: #2a67ac;
  /**border: 2px solid #ccc; **/
  border-radius: 4px;
  height: 300px;
  padding-top: 20px;
}

.swipe {
  background-color: #2a67ac;
  /**border: 2px solid #ccc; **/
  border-radius: 4px;
  height: 300px;
  padding-top: 20px;
}

.arrowright {
	float: right;
	margin-right: 20px;
}

.arrowleft {
	float: left;
	margin-left: 20px;
	}

.medicare {
	margin-left: -150px;
}

.barcode {
	padding-left:20px;
}

.qr {
	padding-left:120px;
}

.success {
  background-color: #2a67ac;
  /**border: 2px solid #ccc; **/
  border-radius: 4px;
  height: 550px;
  padding-top: 40px;
  }
  



.checkin-success {
text-align: center;	

}

.checkin-success input[type=button]{
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 40px 2px;
  cursor: pointer;
  height: 70px;
  font-size: 20px;
}

.checkin-success h1 {
	font-family: 'Roboto';
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 50px;
	color:2a67ac;
}

.checkin-success p {
	font-family: 'Roboto';
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 30px;
	color: fff;
}


.queue p{
	font-size:50px;
	color: orange;
}