body{
	margin: 0;
	padding: 0;
	background: url(Jowa_Loginpage_BG_2.jpg) no-repeat center fixed;
	background-size: cover;
	background-position: center;
	font-family: Arial, sans-serif;
}

input {
	padding-left:5px;
	padding-right:5px;
	margin-top:5px;
}

.loginbox{
	width: 470px;
	height: 550px;
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	padding: 175px 55px;
	border-radius: 15px;
}
.customer_logo{
	width: 231px;
	position: absolute;
	top: 30px;
	left: calc(50% - 115px);
}

.pas_logo{
	width: 183px;
	height: 45px;
	position: absolute;
	top: 435px;
	left: calc(50% - 91.5px);
}

.loginbox p{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.loginbox input{
	width: 100%;
	margin-bottom: 20px;
	border-radius: 7px;
	
}
.loginbox input[type="text"], input[type="password"]
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	outline: none;
	height: 40px;
	color: #000;
	font-size: 16px;
}
.loginbox input[type="submit"]
{
	border: none;
	outline: none;
	height: 40px;
	background: #2c7fc0;
	color: #fff;
	font-size: 16px;
	border-radius: 7px;
}
.loginbox input[type="submit"]:hover
{
	cursor: pointer;
	background: #246396;
	color: #fff;
}
.loginbox a
{
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	color: #7b7b7b;
}
.loginbox a:hover
{
	color: #fb2525;
}
.loginbox b
{
	margin: 125px;
	text-decoration: none;
	font-size: 11px;
	line-height: 185px;
	color: #7b7b7b;
}