@CHARSET "UTF-8";

.main_container
{
	margin-bottom: 100px;
}

.header_container
{
	animation-name: container_enter_sp;
}

/* v1.3 */
.msg_container
{
	width: auto;
	padding: 1px 25px 1px;
	float: none;
	margin-top: 50px;
	animation-name: container_enter_sp;
}

.login_container
{
	width: auto;
	padding: 20px 25px 1px;
	float: none;
	margin-top: 50px;
	animation-name: container_enter_sp;
}


.login_container p.right_title
{
	text-align: center;
}

.login_container div.account_btns
{
	margin-bottom: 15px;
	text-align: center;
}

.login_container div.online_entry_btns
{
	text-align: center;
	margin-bottom: 15px;
}

.login_container img.entry_btn_img
{
	width: 100%;
}

@keyframes container_enter_sp
{
	from {left:2%; opacity:0}
    to {left:0; opacity:1}
}