body {
	font-family: 'Noto Sans JP' !important;
	/* background-color: #002159; */
	background-color: #4C91DF;
}

.login {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh !important;
}

.login .card {
	max-width: 400px;
	border-radius: 8px;
	padding: 36px 24px;
	gap: 36px;
	border: 1px solid #BAE3FF;
}

.login .modal-dialog {
	max-width: 664px;
}

.modal label {
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #3E4C59 !important;
}

.login label {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #323F4B;
	margin-bottom: 4px;
}

.forgot-pwd-row {
	display: flex;
	justify-content: end;
	margin-top: 4px;
}

.forgot-pwd {
	min-width: 132px;
	min-height: 16px;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #0552B5;
	padding: 0;
}

.login .modal-content {
	border: 1px solid #BAE3FF;
	border-radius: 15px;
}

#companyInfoModal  .modal-body {
    /* padding: 1rem; */
}

.mw-0 {
	min-width: 0 !important;
}

.break-all {
	word-break: break-all;
}

@media (max-width: 329px) {
	#companyInfoModal .ms-3 {
		margin: 0 !important;
	}
}

.login .btn-primary {
    background: #4C91DF !important;
    border-color: #4C91DF !important;
    color: #FFFFFF;
}