#login_btn{
	width: 200px;
	padding: 10px;
}

._btn{
	padding: 15px 40px;
	border: 1px solid #ddd;
	line-height: 1;
}

._underline{
	text-decoration: underline;
}
._underline:hover{
	color: red;
}

#mfa_wrap{
	display: none;
}

footer{
	display: flex;
	justify-content: space-between;
	padding: 1.5rem 5rem;
	color: #fff;
	background: #1d3557;
	position: fixed;
	bottom: 0;
	width: 100%;
}
footer ul{
	list-style: none;
	padding: 0;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #f00;
}
footer .md-flex{
	display: flex;
	column-gap: 2rem;
}

@media (max-width: 768px){
	#login_wrap, #mfa_wrap{
		margin: 0 auto;
	}
	footer{
		flex-direction: column;
		row-gap: 1rem;
		padding: 2rem 1.5rem;
	}
	footer .md-flex{
		flex-direction: column;
		row-gap: 1rem;
	}
}
