﻿body {
}

/* ログイン画面 */
.body-content:has(.content-main table.login) {
	text-align: center;
}

.content-main:has(table.login) {
	margin: auto;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	/*
	border-radius: 260px;
	background-color: lavenderblush;
	*/
	background-size: contain;
	background-color: #FFF;
	background-image: url("../img/login-background.png");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 80px 100px;
	width:100%;
}
.content-main table{
	width:100%;
}
@media (max-width: 530px) {
	.content-main:has(table.login) {
		padding: 10px 0px 0px 0px;
		background: unset;
		width:100%;
	}
	.logo {
		background-size: contain;
		background-color: #FFF;
		background-image: url("../img/login-background.png");
		background-repeat: no-repeat;
		background-position: center center;
		padding: 60px 0px 40px 0px !important;
	}
	.logo img{
		width:170px !important;
		margin-bottom:5px !important;
	}
}

table.login td {
	text-align: center;
	background-color: unset !important;
	padding: 0.3em;
}

table.login td.title {
	font-weight: bold;
	color: #E3286A;
	font-size:1.5em;
}

table.login td.logo img {
	width: 200px;
	display: block;
	margin: auto;
}

.form-check-input {
	margin-right: 0.5em;
}

.form-control {
	display: block;
	width: 17em;
	margin: auto;
}

.btn-login {
	background-color: #E95B8D !important;
	width: 100%;
	border: unset !important;
	border-radius: 25px !important;
	font-weight: bold;
	max-width:280px;
}
.btn-login:hover{
	background-color:lightpink !important;
	color:white;
}
.btn-pdf{
	color:#E95B8D !important;
	border-color:#E95B8D !important;
	width:100%;
	border-radius:25px !important;
	font-weight:bold;
}
