html	{font-family: 'Noto Sans', sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust:     100%;
	-webkit-text-size-adjust: 100%;}
	
header	{
	border: 5px;
	/*! max-width:80%; */
	position:relative;
	margin-top:-3%;
	background-color: #00539B;
	border-color: #E7A614;
	text-align: center;
	box-shadow: 4px 4px 3px 0 rgba(0, 83, 155, 0.70);
}


h1	{
	color: #ffffff;
	padding-top: 5%;
	padding-bottom: 1%;
}

body	{
	margin-left:auto;
	margin-right:auto;
	background-color: #f1f6f9;
}

form	{
	padding:0px;

	margin-left: 0%;
}

input#answer {
	scale: 120%;
	/*margin-left: 11%;*/
	width:30rem;
	  -webkit-transform: scale(1.2);
	  -moz-transform: scale(1.2);
	  -o-transform: scale(1.2);
  transform: scale(1.2);
}
input[type=text] {
	scale: 120%;
	/*margin-left: 9%;*/
}
input#getcode {
	/*! float: right; */
	position:relative;
	padding:5px;
	/*left:8.66rem;*/
	width: 8rem;
	scale: 175%;
	box-shadow: 4px 4px 3px 0 rgba(0, 83, 155, 0.70);
	border:none;
	  -webkit-transform: scale(1.2);
	  -moz-transform: scale(1.2);
	  -o-transform: scale(1.2);
  transform: scale(1.2);
}

input#getcode {
	background-color: #669ABC;
	/*margin-right: 15%;*/
	color: white;
}
input#send {
	background-color: #00539B;
	position:relative;
	padding:5px;
	width:8rem;
	scale: 175%;
	 box-shadow: 4px 4px 3px 0 rgba(0, 83, 155, 0.70);
	border:none;
	color: white;
	  -webkit-transform: scale(1.2);
	  -moz-transform: scale(1.2);
	  -o-transform: scale(1.2);
  transform: scale(1.2);
}


.lower {top:6rem!important;}

button {
	scale: 175%;
	height: 40px;
	width:130px;
	background-color: #eac360;
	/*! color:white; */
	/*margin-left: 9%;*/
	box-shadow: 4px 4px 3px 0 rgba(0, 83, 155, 0.70);
	border-radius: 0.618rem;
	border:none;
	  -webkit-transform: scale(1.2);
	  -moz-transform: scale(1.2);
	  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.TEXTBOX, .NUMBOX {
	max-width: 100%;
	display: inline-block;
	border: 1px solid #929292;
	border-radius: 5px;
	padding: 10px;
	margin-top: 3%;
	box-sizing: border-box;
}

/*@media only screen and (max-width: 900px) {

input#getcode {
	left:5.66rem;
}

		} */