@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Fira Sans Condensed', 'Arial';
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: white;
}
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url(../images/loading.gif) no-repeat center center;
  z-index: 10000;
}
a:link {
  text-decoration: none;
  color: #15aad8;
  font-size: 13px;
}

a:visited {
  text-decoration: none;
  color: #15aad8;
  font-size: 13px;
}

a:hover {
  text-decoration: underline;
  color: #15aad8;
  font-size: 13px;
}

.container{
	width: 100%;
	overflow: hidden;
	max-width:550px;
	box-sizing: border-box;
}
.headerimg{
   width: 100%;
   height: auto;
}
.header{

}
.numberentry{
	margin-top: 0px;
	padding: 10px;
	font-size: 21px;
}
.form{
	margin-bottom: 2px;
}
.msisdn, .pin{
	/* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

	width: 92%;
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 21px;
	text-align: center;
	padding: 10px;
	border-radius: 21px;
	border: solid 3px;
	font-family: 'Fira Sans Condensed', cursive;
	font-weight: bold;
	outline: none;
	background-color: #e4f9ff;
}

.submit{

	/* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

	width: 92%;
	background: #2a9e22;
	color: #ffffff;
	font-size: 21px;
	text-align: center;
	padding: 10px;
	border-radius: 21px;
	font-family: 'Fira Sans Condensed', cursive;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	border: solid 3px #2a9e22;
}
.terms{
	font-size: 13px;
	margin-bottom: 7px;
}
.terms_three{
	display: none;
	font-size: 13px;
	margin-bottom: 7px;
}
.footer{
	padding: 10px;
	font-size: 13px;
	background-color: #b0ecff;
	margin-bottom: 7px;
}
