body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans", "Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #0f203d;
	text-align: left;
	background-color: #fff;

	height: 100%;
	font-weight: 500;
}
#show-ps{
	margin-top: -31px;
	right: 25px;
	position: absolute;
	cursor: pointer;
}

#loginform-password,#loginform-companycode{
	background-position : right calc(1.375em + .385rem) center;
}

.login-main-content{
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.v{
	background-color: rgba(0, 92, 185, 0.29);
	height: 100vh;
	width: 100%;
	position: absolute;
}

.bg-image{
	background-image: url('/images/waves.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
	height: 100vh!important
}

