.passeordBorder{
	border-radius: 2px;
	height: 38px;
	width:70%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
    align-items: center;
    border:1px sold #C0B2A4 important;
}
.passeordBorder input[type="password"]{
	height:26px;
	width: 100%;
	border:none;
	border-radius:none;
}

.passeordBorder input[type="text"]{
	height:26px;
	width: 100%;
	border:none;
	border-radius:none;
}
.passwordSubmit a:hover{
	 cursor: pointer;
	 color:#0088cc;
}
.passeordBorder div{
	height:34px;
	width: 26px;
	font-size:10px;
	border:1px sold #C0B2A4 important;
	margin:10px;
}

.userIdBorder{
	border-radius: 2px;
	height: 38px;
	width:70%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
    align-items: center;
    border:1px sold #C0B2A4 important;
}

.userIdBorder input[type="text"]{
	height:26px;
	width: 100%;
	border:none;
	border-radius:none;
}

/* .yomiuriIdClass{
	height:26px;
	width:400px;
	border:none;
	border-radius:none;
	-webkit-box-shadow:none;
	border-radius: unset
} */

.yomiuriIdClass{
	height:26px;
	width: 400px;
	border:none;
	border-radius:none;
	-webkit-box-shadow: 0 0 0 400px #ffffff inset;;
	border-radius: unset;
}

.error-msg-row,
.success-msg-row {
	display: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

.toggleLinkSpan{
	color:gray !important;
}

.toggleLink{
	margin-left: -6px;
	color:gray !important;
	cursor: pointer;
	display: inline-block;
	border-bottom: 1px solid;
	height: 38px;
}

.toggleLink:hover{
	text-decoration: none !important;
	color:gray !important;
}

button{
	/* min-width: 208px; */
}

.pcMobileCalcWidthMobile{
	width: calc(70% - 2px);
}

.loginRightDivMobile{
	width: calc(30% - 2px);
}

.buttonCommonStyle-login{
	width:100%;
	height:115px;
	border: 2px solid #4653a2;
    font-size: 43px;
    font-weight: bold;
    display: block;
    margin: 60px auto 0px 40px;
	color: #4653a2;
    background: white;
	border-radius: 10px;
}

.buttonCommonStyle-user{
	width: 100%;
    height: 115px;
    color: white;
    border: 2px solid #ee6300;
    margin-bottom: 1px;
    margin-top: 0px;
    text-align: center;
    font-size: 43px;
    font-weight: bold;
    background-color: #ee6300;
	border-radius: 10px;
}
.userIdBorder_ap{
	border-radius: 2px;
	height: 80px;
	width:115%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
    align-items: center;
    border:1px sold #C0B2A4 important;
}

.userIdBorder_ap input[type="text"]{
	height:26px;
	width: 100%;
	border:none;
	border-radius:none;
}
.passeordBorder_ap{
	border-radius: 2px;
	height: 80px;
	width:115%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
    align-items: center;
    border:1px sold #C0B2A4 important;
}
.passeordBorder_ap input[type="password"]{
	height:26px;
	width: 100%;
	border:none;
	border-radius:none;
}

.passeordBorder_ap input[type="text"]{
	height:26px;
	width: 100%;
	border:none;
	border-radius:none;
}
.passeordBorder_ap div{
	height:34px;
	width: 26px;
	font-size:10px;
	border:1px sold #C0B2A4 important;
	margin:10px;
}