*{
	margin: 0;
	padding: 0;
	border: none;
}
*, ::after, ::before {
    box-sizing: border-box;
}

html, body{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(img/pc/bg.png);
    background-size: cover;
    background-position: center top;
    font-family: 'UTM_Avo';
}

input{
	font-family: 'UTM_Avo';
    font-size: 26px;
    background: transparent;
    outline: none !important;
}
input:focus{
    outline: none !important;
}
#page-content{
	position: absolute;
	width:  1920px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transform-origin: center top;
}
#page-content > *{
	position: absolute;
}

#form-dangky > *,
#form-dangnhap > *{
	position: absolute;
}