/***********************************************************
 * ログイン画面
 ***********************************************************/

/**** ログインフォーム (PC) ********************************/
@media screen and (min-width:961px) {
	footer { /* DO_NOTHING */ }

	.login-container{
		display: flex;
		width: 100%;
		height:100%;
		justify-content: center;
		align-items: center;
		background-color: #242a31;
	}

	.login{
		display: flex;
		width: 100%;
		height:100%;
		justify-content: center;
		align-items: center;
	}

	.login-form{
		display: flex;
		justify-content: space-between;
		position: absolute;
		left: 0px;
		right: 0px;
		margin: 0px auto;
		width: 430px;
		padding: 0px;
		text-align: center;
		background-color: #fff;
		border: 0px solid #fff;
		border-radius: 6px;
	}

	.login-form h1{
		padding: 0px;
		margin: 0;
		text-align: center;
	}

	/* DigitalArts@Cloudロゴ */
	#da_logo {
		width: 310px;
	}
	/* DigitalArts@Cloudファミリーロゴ */
	#da_family_logo {
		margin-top: 20px;
		width: 370px;
	}

	.login-form .information{
		height: 45px;
	}

	.form-horizontal {
		padding: 0px 30px 30px;
		margin: 45px 0px 0px 0px;
	}

	.login-form input[type="text"],
	.login-form input[type="email"],
	.login-form input[type="password"]{
		width: 370px;
		height: 40px;
		padding: 7px;
		border: 2px solid #f2f4f7;
		border-radius: 3px;
		color: rgba(47, 55, 60, 0.70);
		background-color: #f2f4f7;
	}

	.login-form ul li.submit{
		margin-top: 40px;
	}
}
/**** ログインフォーム (Mobile) ****************************/
@media screen and (max-width:960px) {
	footer { display:none !important; }

	.login-container{
		display: flex;
		width: 100%;
		height:100%;
		justify-content: center;
		align-items: center;
		background-color: #fff;
	}

	.login{
		display: flex;
		width: 100%;
		height:100%;
		justify-content: center;
	}

	.login-form{
		display: flex;
		justify-content: space-between;
		position: absolute;
		left: 0px;
		right: 0px;
		margin: 0px auto;
		width: 100%;
		height: 300px;
		padding: 0px;
		text-align: center;
		background-color: #fff;
		border: 0px solid #fff;
	}

	.passphrase .login-form .note {
		margin: 20px 30px 0;
	}

	.login-form h1{
		padding: 0px 0px 30px 0px;
		margin: 0;
		text-align: center;
		border-bottom: 6px solid #0046a9;
	}

	/* DigitalArts@Cloudロゴ */
	#da_logo {
		margin-top: 30px;
		width: 270px;
	}
	/* DigitalArts@Cloudファミリーロゴ */
	#da_family_logo {
		margin-top: 15px;
		width: 330px;
	}

	.login-form .information{
		height: 30px;
	}

	.form-horizontal {
		padding: 0px 0px;
		margin: 0px 0px 0px 0px;
		width: 100%;
	}

	.login-form input[type="text"],
	.login-form input[type="email"],
	.login-form input[type="password"]{
		width: calc(100% - 60px);
		height: 38px;
		padding: 7px;
		margin: auto auto;
		border: 2px solid #f2f4f7;
		border-radius: 3px;
		color: rgba(47, 55, 60, 0.70);
		background-color: #f2f4f7;
	}

	.login-form ul li.submit{
		margin-top: 30px;
	}
}


.login-form .information{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f0001e;
	font-size: 12px;
	font-weight: bold;
}

.login-form .information_passphrase{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	margin:10px;
	word-break:break-all;
}

.login-form .information img{
	vertical-align: middle;
	margin-right: 5px;
}

#loginform_logos {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.login-form input[type="text"]:focus,
.login-form input[type="email"]:focus,
.login-form input[type="password"]:focus{
  outline: 0;
  border: 2px solid #0084ff;
}

.login-form input[type="text"]:-webkit-autofill,
.login-form input[type="email"]:-webkit-autofill,
.login-form input[type="password"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f2f4f7 inset;
}

.login-form input.qr-activate {
	background-color: var(--white);
	border: none;
	color: var(--black);
	text-align: center;
	pointer-events: none;
}

.login-form ul{
	margin: 0px auto;
	list-style: none;
}

.login-form ul li{
	font-size: 12px;
    color: #fff;
    font-family: Meiryo, "メイリオ", sans-serif;
}

.login-form ul li.password{
	margin-top: 10px;
}

.login-form ul li.options{
	padding: 0px 0px 30px 0px;
	text-align: right;
}

.login-form a {
    color: #0084ff;
    text-decoration: underline;
    text-align: right;
}

.login-form a:hover {
    color: #0084ff;
    text-decoration: none;
}

.login-title {
    border-style: none none solid none;
    border-width: 0px 0px 1px 0px;
    border-color: #d4d9e4;
}

.login-title > h1 {
    display: inline-block;
    height: 32px;
    margin: 0px;
    line-height: 32px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    font-family: Meiryo, "メイリオ", sans-serif;
}

.login-messages {
    position: relative;
    width: 430px;
    padding: 47px 30px;
    text-align: center;
    background-color: #0046aa;
    border: 0px solid #0046aa;
    border-radius: 0px 6px 6px 0px;
    margin-left: auto;
}

.login-messages > div.outer-container > div.service-informations > div.inner-container {
    max-height: 245px;
    overflow-y: auto;
    border-bottom: 1px solid #f2f4f7;
}
.login-messages > div.outer-container > div.service-informations > div.inner-container > ul {
    font-size: 12px;
}
.login-messages > div.outer-container > div.service-informations > div.inner-container > ul > li{
	list-style: none;
	padding: 10px 10px 10px 0px;

	border-style: dotted;
	border-color: #f2f4f7;
	border-width: 0px 0px 1px 0px;
	border-collapse: collapse;
    text-align: left;
}
.login-messages > div.outer-container > div.service-informations > div.inner-container > ul > li > ul > li{
	border: none;
}
.login-messages > div.outer-container > div.service-informations > div.inner-container > ul > li > ul > li:last-child{
	padding: 0px;
}

.login-messages > div.outer-container > div.service-informations .row-title {
    vertical-align: top;
    font-weight: bold;
    font-size: 13px;
    display:inline;
}

.login-messages > div.outer-container > div.service-informations .row-title-new {
    background: #fff;
    color: #f0001e;
    font-size: 11px;
    margin-left: 5px;
    display: inline-block;
    line-height: 14px;
    line-height: 15px;
}

.login-messages > div.outer-container > div.service-informations .row-item {
    vertical-align: top;
    font-weight: normal;
    font-size: 11px;
}

/**************************************/
/********** ログイン用ボタン **********/
/**************************************/

/**** ログインボタン (PC) ********************************/
@media screen and (min-width:961px) {
	.btn-login {
		color: #ffffff;
		background-color: #0084ff;
		border-color: #0084ff;
		height: 40px;
		width: 370px;
		font-size: 15px;
		padding: 0px 15px;
	}
}
/**** ログインボタン (Mobile) ****************************/
@media screen and (max-width:960px) {
	.btn-login {
		color: #ffffff;
		background-color: #0084ff;
		border-color: #0084ff;
		height: 40px;
		width: calc(100% - 60px);
		font-size: 15px;
		padding: 0px 15px;
	}
}

.btn-login:hover,
.btn-login:focus,
.btn-login:active,
.btn-login.active,
.open .dropdown-toggle.btn-login {
	color: #fff;
	background-color: rgba(0, 132, 255, 0.5);/*#0084ff*/
	border-color: rgba(0, 0, 0, 0);
}

.btn-login:active,
.btn-login.active,
.open .dropdown-toggle.btn-login {
	background-image: none;
}

.btn-login.disabled,
.btn-login[disabled],
fieldset[disabled] .btn-login,
.btn-login.disabled:hover,
.btn-login[disabled]:hover,
fieldset[disabled] .btn-login:hover,
.btn-login.disabled:focus,
.btn-login[disabled]:focus,
fieldset[disabled] .btn-login:focus,
.btn-login.disabled:active,
.btn-login[disabled]:active,
fieldset[disabled] .btn-login:active,
.btn-login.disabled.active,
.btn-login[disabled].active,
fieldset[disabled] .btn-login.active {
	background-color: #ffffff;
	border-color: #cccccc;
}

.passphrase .login-form .note {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.passphrase .login-form .note-header {
	font-size: 14px;
	font-weight: bold;
	color: rgb(41, 41, 41);
}
.passphrase .login-form .note-body {
	font-size: 12px;
	text-align: left;
}

.login-links-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
	font-size: 14px;
}
.login-links-container a + a {
	margin-top: 10px;
}

.error {
	margin-top: 20px;
}

#expired_login_smoke{
	background-color: rgba(21,29,32,0.9) !important;
	display: flex;
	flex-direction: column;
	z-index: 2000;
}
.app_reset_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	background-color: var(--blue);
	height: 40px;
	width: calc(100% - 60px);
	max-width: 320px;
	margin: 20px;
}
.app_reset_btn:hover {
	color: var(--white);
}
.app_reset_btn.is-hidden {
	display: none;
}