* {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
}

html, body {
	 height: 100%;
}

html {
	font-size: 16px;
}

body {
	color: #4D4848;
}

input {
	color: #4D4848;
}

#wrapper {
	width: 100%;
	height: 100%;
	background-color: #1860AB;
	background-image: url(/public/img/login_bg.svg), url(/public/img/login_bg_logo.svg);
	background-repeat: no-repeat;
	background-position: 0, right 30px bottom 30px;
	background-size: auto 100%, auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content {
	width: 400px;
	background-color: #FFFFFF;
	border-radius: 6px;
	display: flex;
	padding: 50px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#login-panel > div {
	display: flex;
	justify-content: center;
	align-items: center;
}

#login-panel input {
	border: solid 1px #CECECE;
	border-radius: 5px;
	width: 260px;
	height: 46px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 18px;
}

::placeholder {
	color: #C4C4C4;
}

#login-panel .login-logo {
	padding-bottom: 40px;
}

#login-panel .login-key {
	padding-bottom: 15px;
}

#login-panel .login-password {
	padding-bottom: 15px;
}

#login-panel .login-button {
	padding-top: 15px;
}

#login-panel .login-button button {
	width: 220px;
	height: 50px;
	border: solid 1px #1860AB;
	border-radius: 4px;
	background-color: #1860AB;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 19px;
}

#login-panel .error-msg {
	padding: 8px;
	font-size: 1rem;
	border-radius: 4px;
	background-color: #FF0000;
	color: #FFFFFF;
}
