html, body {
    color: #222;
	height:100%;
	margin:20px;
	padding:0;
	z-index:0;
	background-color: #e4e4e4;
	font-family: -apple-system, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
    position: relative;
    -webkit-text-size-adjust: none;
}

body {
	text-align: left;
	font-size: 2.5em;
	line-height: 1.4em;
	font-weight: bold;
}


p {
	margin-top: 0px;
	padding-top: 0px;
}


.clear {
    clear: both;
}

a {
    text-decoration: underline;
    color: #111;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input {
    border: 0;
    border-bottom: 5px solid #222;
    font-size: 1em;
    padding: 0 10px 8px;
    background: transparent;
    margin: 0 0 0.3em;
    font-weight: 700;
    color: #000;
}

#iOS {
	background-image: url('/icons/iOS-Mail.png');
	background-repeat: no-repeat;
	padding-left: 30px;  /* width of the image plus a little extra padding */
}

#Gmail {
	background-image: url('/icons/Gmail.png');
	background-repeat: no-repeat;
	padding-left: 30px;  /* width of the image plus a little extra padding */
}

#go {
	font-size: 1em;
	background: red;
	cursor: pointer;
	color: white;
	margin-left: -5px;
	font-weight: bold;
	border-radius: 8px;
	margin-top: 30px;
	border: 0px;
	padding: 5px;
}