.main_toLogin {
	width: 100%;
	display: grid;
	margin-top: 48px;
}

.main_toLogin>button {
	width: 100%;
    max-width: 494px;
	height: 44px;
	margin: auto;
	color: #FFFFFF;
	background: #002596;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
}

#main_frame_logout {
	position: relative;
	width: auto;
	/* height: 100%; */
	flex-grow: 1;
	gap: 24px;
	padding-bottom: 98px;
	background: #F5F8FF;
}