	html{ height:100%; }
	body{ min-height:100%; padding:0; margin:0; position:relative; }
		i{
			padding: 5px 5px;
		}
		h1{
				font-weight: bolder;
				color: #166838;
			}
			h4{
				color: #166838;
			}
			label{
				color: #166838;
				font-weight: bold;
			}
			
		@media(max-width: 600px){
			h2{
				margin-left: -40px;
				font-size: 14px;
			}
			h1{
				font-size: 22px;
				font-weight: bolder;
				color: #166838;
			}
			h4{
				font-size: 16px;
				color: #166838;
			}
			label{
				color: #166838;
				font-weight: bold;
			}
			#btn_get_email{
				margin-left: 0px;
			}
		}
		@media(max-width: 1024px){
			h2{
				margin-left: -40px;
				font-size: 14px;
			}
			h1{
				font-size: 22px;
				font-weight: bolder;
				color: #166838;
			}
			h4{
				font-size: 16px;
				color: #166838;
			}
			label{
				color: #166838;
				font-weight: bold;
			}
			
		}
		#loading-overlay {
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    background-color: #000;
    z-index: 999;
    opacity: 0.5;
}
.loading-icon{ position:absolute;border-top:2px solid #fff;border-right:2px solid #fff;border-bottom:2px solid #fff;border-left:2px solid #767676;border-radius:25px;width:25px;height:25px;margin:0 auto;position:absolute;left:50%;margin-left:-20px;top:50%;margin-top:-20px;z-index:4;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;animation:spin 1s linear infinite;}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }  