body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: rgba(243,243,243,1.00);
	font-family: 'Roboto' , sans-serif;
	background-size: cover;
}
body, html
{
	height: 100%;
}
.leftpanel
{
	height: 100%;
	width: 25%;
	background-color: rgba(255,255,255,1.00);
	position: relative;
	color: #627a92;
	font-size: 15px;
	font-weight: 400;
}
.vertical-center
{
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 13%;
}
.leftpanel h1
{
	font-size: 36px;
	color: #d33261;
	font-weight: 500;
	letter-spacing: -0.02em;
}
.leftpanel h2
{
	font-size: 28px;
	color: #0f2942;
	font-weight: 400;
}
.forgotpass
{
	font-size: 14px;
	color: #156dcb;
	text-align: right;
}
.forgotpass a
{
	font-size: 14px;
	color: #156dcb;
	text-decoration: none;
}
.forgotpass a
{
	font-size: 14px;
	color: #156dcb;
	text-decoration: underline;
}
.loginbtn
{
	display: inline-block;
	padding: 12px 15px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-image: none;
	border: solid 0px #03aab0;
	background: #0f2942;
	width: 100%;
	border-radius: 50px;
}
.loginbtn:hover, .loginbtn:focus, .loginbtn.focus
{
	background: #091D31;
	color: #fff;
	text-decoration: none;
}
.loginfield
{
	display: block;
	width: 100%;
	height: 44px;
	padding: 0px 12px;
	font-size: 15px;
	line-height: 13px;
	color: #444c55;
	background-color: #f4f8fa;
	background-image: none;
	border: 0px solid #cdcdcd;
	border-radius: 3px;
	font-weight: 300;
}
.loginfield::placeholder
{
	font-size: 14px;
	color: #a1acb6;
	font-weight: 300;
}
.topmargin5px
{
	margin-top: 5px;
}
.topmargin10px
{
	margin-top: 10px;
}
.topmargin10px
{
	margin-top: 15px;
}
.topmargin20px
{
	margin-top: 20px;
}
.topmargin30px
{
	margin-top: 30px;
}
.topmargin40px
{
	margin-top: 40px;
}
.text-center
{
	text-align: center;
}
.co-url
{
	font-size: 13px;
	color: #fff;
	font-weight: 300;
}
.co-url a
{
	font-size: 13px;
	color: #fff;
	font-weight: 400;
}
.mystyle
{
	height: 400px;
}
.overlay
{
	background-color: rgba(15,41,66, 0.92);
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	overflow-y: hidden;
	transition: 0.5s;
}

.overlay-content
{
	position: relative;
	top: 10%;
	width: 100%;
	margin-top: 0px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.03em;
	font-family: 'Roboto' , sans-serif;
	font-weight: 300;
	line-height: 18px;
}
.headingh4
{
	color: #ea497c;
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.overlay a
{
	text-decoration: none;
	color: #fff;
}
.overlay a:hover, .overlay a:focus
{
	color: #fff;
}
.menu
{
	position: absolute;
	right: 30px;
	top: 70px;
}
.closebtn
{
	position: absolute;
	right: 30px;
	top: 70px;
	z-index: 9999;
}
.overlay-content li
{
	padding: 0px 0px 6px 0px;
	margin: 0px;
	list-style: disc;
}
.sociallinks
{
}
.sociallinks li
{
	list-style: none;
	display: inline-block;
	padding: 0px 5px 0px 0px;
}
.clientlogo
{
	padding: 20px 0px;
	text-align: center;
	margin-bottom: 30px;
}
.clientlogo img
{
	height: 80px;
}








@media screen and (max-width : 1600px)
{
	.clientlogo img
	{
		height: 80px;
	}

	.leftpanel
	{
		height: 100%;
		width: 25%;
		background-color: rgba(255,255,255,1.00);
		position: relative;
		color: #627a92;
		font-size: 13px;
		font-weight: 400;
	}
	.vertical-center
	{
		margin: 0;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0 13%;
	}
	.leftpanel h1
	{
		font-size: 30px;
		color: #d33261;
		font-weight: 500;
		letter-spacing: -0.02em;
	}
	.leftpanel h2
	{
		font-size: 20px;
		color: #0f2942;
		font-weight: 400;
	}
	.forgotpass
	{
		font-size: 13px;
		color: #156dcb;
		text-align: right;
	}
	.forgotpass a
	{
		font-size: 14px;
		color: #156dcb;
		text-decoration: none;
	}
	.forgotpass a
	{
		font-size: 13px;
		color: #156dcb;
		text-decoration: underline;
	}
	.loginbtn
	{
		display: inline-block;
		padding: 9px 15px;
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		text-align: center;
		background-image: none;
		border: solid 0px #03aab0;
		background: #0f2942;
		border-radius: 4px;
		width: 100%;
		border-radius: 50px;
	}
	.loginbtn:hover, .loginbtn:focus, .loginbtn.focus
	{
		background: #091D31;
		color: #fff;
		text-decoration: none;
	}
	.loginfield
	{
		display: block;
		width: 100%;
		height: 40px;
		padding: 0px 12px;
		font-size: 14px;
		line-height: 12px;
		color: #444c55;
		background-color: #f4f8fa;
		background-image: none;
		border: 0px solid #cdcdcd;
		border-radius: 3px;
		font-weight: 300;
	}
	.loginfield::placeholder
	{
		font-size: 14px;
		color: #a1acb6;
		font-weight: 300;
	}
	.co-url
	{
		font-size: 15px;
		color: #727376;
		font-weight: 300;
	}
	.co-url a
	{
		font-size: 15px;
		color: #727376;
		font-weight: 400;
		text-decoration: none;
	}
	.overlay
	{
		background-color: rgba(15,41,66, 0.92);
		height: 0%;
		width: 100%;
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		overflow-y: hidden;
		transition: 0.5s;
	}

	.overlay-content
	{
		position: relative;
		top: 10%;
		width: 100%;
		margin-top: 0px;
		color: #fff;
		font-size: 13px;
		letter-spacing: 0.03em;
		font-family: 'Roboto' , sans-serif;
		font-weight: 300;
		line-height: 18px;
	}
	.headingh4
	{
		color: #ea497c;
		font-size: 18px;
		letter-spacing: 0.05em;
		font-weight: 500;
	}
	.overlay a
	{
		text-decoration: none;
		color: #fff;
	}
	.overlay a:hover, .overlay a:focus
	{
		color: #fff;
	}
	.menu
	{
		position: absolute;
		right: 30px;
		top: 70px;
	}
	.closebtn
	{
		position: absolute;
		right: 30px;
		top: 70px;
		z-index: 9999;
	}
	.overlay-content li
	{
		padding: 0px 0px 6px 0px;
		margin: 0px;
		list-style: disc;
	}
	.sociallinks
	{
	}
	.sociallinks li
	{
		list-style: none;
		display: inline-block;
		padding: 0px 5px 0px 0px;
	}
	.clientlogo
	{
		padding: 20px 0px;
		text-align: center;
		margin-bottom: 30px;
	}
	.clientlogo img
	{
		height: 80px;
	}
}
.productlogo
{
}
.productlogo img
{
	height: 55px;
	width: auto;
}
.productlogo h3
{
	font-size: 20px;
	color: #000;
	line-height: 17px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 7px;
}
.productlogo h3 span
{
	color: #585858;
	font-weight: 400;
}
.etoslogo
{
	position: absolute;
	right: 35px;
	bottom: 40px;
}
.co-url{
	font-size: 14px;
    color: #fff;
	font-weight: 300;
    background-color: #727376;
    border-radius: 16px;
    padding: 3px 8px;
    margin-top: 15px;
    text-align: center;
}
.co-url a{
	font-size: 14px;
    color: #fff;
	font-weight: 400;
	text-decoration:none;
}
.co-url a:hover{
	color: #fff;
}
