body,
html {
	height: 100%;
	margin: 0;
}

.bg-image {
	background-image: url("https://bdsstrg.blob.core.windows.net/bds-docs-public/image/background.webp");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.box-right {
	background-color: #00578d;
	height: 100%;
	width: 30%;
	float: right;
	opacity: 0.8;
	position: relative;
}

#box-login {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.content-login span {
	color: #fff;
	font: 18px Lato;
}

label {
	font-family: "Lato";
	font-size: 11pt;
}

.header-login {
	margin: 0 auto 1.5rem 0.5rem;
}

input,
label {
	display: block;
}

#forgot-pass {
	color: #00578d;
	font-family: "Lato";
	font-size: 10pt;
	margin-top: 3px;
	text-align: right;
}

#card {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.65);
	height: 350px;
	margin: 0 auto 8.1rem auto;
	width: auto;
	height: auto;
}

#card-content {
	padding: 12px 15px;
}

#card-title {
	font-family: "Lato";
	letter-spacing: 4px;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: left;
}

#signup {
	display: block;
	color: #00578d;
	font-family: "Lato";
	font-size: 10pt;
	margin-top: 10px;
	text-align: center;
}

#submit-btn {
	display: block;
	/* background: -webkit-linear-gradient(right, #a6f77b, #2dbd6e); */
	background: #00578d;
	border: none;
	border-radius: 21px;
	/* box-shadow: 0px 1px 8px #24c64f; */
	cursor: pointer;
	color: white;
	font-family: "Lato";
	height: 42.3px;
	margin: 0 auto;
	transition: 0.25s;
	width: 153px;
}

#submit-btn:hover {
	box-shadow: 0px 1px 18px #00578d;
}

.form {
	align-items: left;
	display: flex;
	flex-direction: column;
}

.form-border {
	/* background: -webkit-linear-gradient(right, #a6f77b, #2ec06f); */
	background: #b4b4b4;
	height: 1px;
	width: 100%;
}

.form-content {
	background: #fbfbfb;
	border: none;
	outline: none;
	padding-top: 14px;
	width: -webkit-fill-available;
}

.underline-title {
	background: #00578d;
	height: 2px;
	margin: -1.1rem 15px;
	width: 90px;
}
#lblError {
	color: red;
	font-size: small;
	position: absolute;
}
body {
	overflow: hidden; /* Hide scrollbars */
}
