body {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}

.content {
	height: 100vh;
	background: white;
	position: relative;
}

.btn {
	font-size: 15px;
}

.card {
	background: inherit;
	position: relative;
	box-shadow: 0 0 10px 2px #00000015;
	padding: 30px;
	z-index: 1;
	border: none;
	width: 90%;
	max-width: 600px;
}


.spinner-border {
	width: 50px;
	height: 50px;
}

.headerText {
	font-size: 16px;
	vertical-align: middle;
}

.headerTitle {
	font-size: 36px;
	font-weight: 700;
}

.allmolCeLogo {
	height: 11px;
}

.connectionForm {
	width: 100%;
	max-width: 330px;
}
.connectionForm label {
	position: absolute;
	font-size: 14px;
	padding: 0 10px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.5;
	z-index: -1;
	color: #222;
	transition: all 0.15s linear;
}
.connectionForm .form-group {
	position: relative;
}
.connectionForm .form-group * {
	border-radius: 2px;
}
.connectionForm .form-group input {
	background: transparent;
	border: 2px solid #22222230;
	color: #222;
	height: 50px;
}
.connectionForm .form-control:focus {
	box-shadow: 0 0 5px #fff;
}
.connectionForm .form-group input:focus ~ label,
.connectionForm .form-group input:not([value=""]) ~ label {
	font-size: 9px;
	top: 10px;
}

#login_pwd {
	border-right: transparent;
}

.input-group-text {
	background: transparent;
	border: 2px solid #22222230;
	border-left: transparent;
	color: #222;
	cursor: pointer;
}

.notifyjs-corner .notifyjs-boostrap-base {
	font-weight: 400 !important;
}

