label {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.25em;	
}



.ct_login_tab_w {
	width: 35%;
}

.ct_header_fs {
	font-size: 1.75em;
	font-weight: bold;
	letter-spacing: 0.25em;
}

.ct_footer_fs {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.25em;	
}


/* MAX 768 */
@media screen and (max-width: 768px) {
	.ct_login_tab_w {
		width: 100%
	}

	.ct_header_fs {
		font-size: 1.25em;
		letter-spacing: 0.15em;
	}

	.ct_footer_fs {
		font-size: 0.75em;
		letter-spacing: 0.15em;	
	}

}
	
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

