form {
	margin-top: 30px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #2e3d4b inset;
    -webkit-text-fill-color: #999;
    border-bottom: 1px solid #FFF;
}
.text-danger{
	color: #F00;
	font-weight: bold;
}
.login-logo{
	text-align: center;
}
.login-logo-img{
	background-repeat: no-repeat;
	width: 400px;
	height: 100px;
	background-position-x: center;
	background-position-y: center;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.login-logo-img.ja{
	background-size: 1050px 800px;
	background-image: url(../../img/Skill_Up_Navi_W.svg);
}
.login-logo-img.other{
	background-size: 790px 800px;
	background-image: url(../../img/Skill_Up_Navi_W_ENG.svg);
}
.input-box-wrap{
	height: 42px;
	display: flex;
	align-items:flex-end;
	margin-top: 40px;
}

.inputCompanyCd,
.inputUserName{
	margin-top: 0px;
}

.jt-login-wrap .input-box-login{
	width:calc(100% - 70px);
}

.checkbox-wrap{
	width: 70px;
	height:40px;
	text-align: right;
}

.checkbox-wrap label {
	font-size: 18px;
    color: rgb(228, 233, 235);
	padding-left: 5px;
}

.jt-login-wrap input[type="checkbox"]{
	transform: scale(1.5);
}

.caution-box{
	margin: 30px auto 30px auto;
	background-color: #5A6F87;
	width: 400px;
}

.caution-text-box{
	padding: 5px;
	font-size: 18px;
	white-space: pre-wrap;
	overflow-wrap: break-word;
	color: #F9F9FC;
	line-height: 1.5rem;  
	margin-bottom: 0px;
}

@media (max-width:400px) {
	.login-logo-img.ja{
		width: 100%;
		background-size: 250vw;
	}
	.login-logo-img.other {
		width: 100%;
		background-size: 190vw;
	}
}

#inputCompanyCd {
	ime-mode: disabled;
}
#inputUserName {
	ime-mode: disabled;
}
.jt-btn-lang {
	position: relative;
	margin-right: 30px;
	margin-left: auto;
	margin-bottom: 30px;
	bottom: 0px;
}
.jt-login-wrap{
	height: auto;
}

.link-box{
	margin-top: 20px;
	text-align: center;
	font-weight:bold;
	font-size:16px;
	text-shadow: 
    #ffffff 2px 0px,  #ffffff -2px 0px,
    #ffffff 0px -2px, #ffffff 0px 2px,
    #ffffff 2px 2px , #ffffff -2px 2px,
    #ffffff 2px -2px, #ffffff -2px -2px,
    #ffffff 1px 2px,  #ffffff -1px 2px,
    #ffffff 1px -2px, #ffffff -1px -2px,
    #ffffff 2px 1px,  #ffffff -2px 1px,
    #ffffff 2px -1px, #ffffff -2px -1px;
}

.link-box a{
	color: red; /*色変更E8DC31*/
	cursor: pointer;
}
.link-box a:hover{
	color: #FFF;
}

.jt-login-wrap .btn-signin{
	margin-top: 60px;
}
@media (max-width:600px) {
	.jt-login-wrap {
		height: auto;
		margin-bottom: 0px;
		padding-top: 0px;
	}
	.jt-btn-lang {
		position: relative;
		margin-right: 30px;
		margin-left: auto;
		margin-bottom: 30px;
		bottom: 0px;
	}
	.link-box{
	margin-top: 10px;
	}
	.caution-box{
		width: 96%;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.jt-login-wrap .btn-signin{
		margin-top: 30px;
	}
}

/* モーダル */
.modal-dialog {
    border: 2px solid #7d79ff;
    height: auto;
    top: 140px;
}

.modal-body {
    padding: 14px;
}

.modal-body-wrap {
    width: 100%;
}

#helpModal>.modal-dialog {
    width: 500px;
}
.modal-dialog .select-wrap {
    position: static;
}

.modal-dialog {
	color: #ffffff;
}

.modal-dialog .modal-item{
	margin: 5px;
}