html, body {
	min-height: 100vh;
	background-color: #f2f2f2;
	font-size: 0.9rem;
}
h5 {
	font-size: 1.4rem;
}
.img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.wrap {
	width: 100%;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}
.img, .login-wrap {
	width: 50%;
}
.login-wrap {
	position: relative;
	background: #fff h3;
	background-font-weight: 300;
}
.form-group {
	position: relative;
}
.form-group .label {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	font-weight: 700;
}
.form-group a {
	color: gray;
}
.form-control {
	height: 48px;
	background: #fff;
	color: #000;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
 .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.2) !important;
}
 .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.2) !important;
}
 .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.2) !important;
}
 .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.2) !important;
}
.form-control:focus, .form-control:active {
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #0280b2;
}
.btn {
	cursor: pointer;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding: 10px 20px;
}
.btn:hover, .btn:active, .btn:focus {
	outline: none;
}
.btn.btn-primary {
	background: #0280b2 !important;
	border: 1px solid #4671d9 !important;
	color: #fff !important;
}
.btn.btn-primary:hover {
	border: 1px solid #4671d9;
	background: transparent;
	color: #e3b04b;
}
.btn.btn-primary.btn-outline-primary {
	border: 1px solid #4671d9;
	background: transparent;
	color: #e3b04b;
}
.btn.btn-primary.btn-outline-primary:hover {
	border: 1px solid transparent;
	background: #4671d9;
	color: #fff;
}
.disableddiv, .disabled-link {
	opacity: 0.3;
	cursor: none;
	cursor: not-allowed;
	pointer-events: none;
	user-select: none;
}
.disableddiv .btn, .disabled-link .btn {
	cursor: none;
}
.supplierlogin {
	background-color: #fff;
}
a {
	color: #4671d9 !important;
	text-decoration: none;
}
.btn.btn-primary {
	background: #4671d9 !important;
	color: #fff !important;
	font-weight: 700 !important;
}
.btn.btn-secondary {
	font-weight: 700 !important;
}
.serviceproviderlogin {
	background-color: #4671d9;
	color: #fff;
}
.serviceproviderlogin .label {
	color: #fff;
}
.serviceproviderlogin a {
	color: #90d6f5;
	text-decoration: none;
}
.serviceproviderlogin .btn-primary {
	background: #fff !important;
	color: #4671d9 !important;
	font-weight: 700;
}
.btn i {
	font-size: 130%;
}
#message {
	background: #f1f1f1;
	color: #000;
	position: relative;
	padding: 5px;
}
#message p {
	padding: 2px 10px;
	font-weight: 500;
	margin-bottom: 0px;
}
.invalid {
	color: rgb(220 53 69);
}
.invalid::before {
position: relative;
left: -10px;
content: "✖";
}
.valid {
	color: rgb(25 135 84);
}
.valid::before {
position: relative;
left: -10px;
content: "✔";
}
.custom-tooltip {
--bs-tooltip-bg: var(--bs-secondary);
}
input:focus {
	border-color: #4671d9;
}
@media (max-width: 991.98px) {
 .img, .login-wrap {
 width: 100%;
}
h5 {
	font-size: 1.2rem;
}
}
@media (max-width: 767.98px) {
body {
	font-size: 0.8rem;
}
.wrap .img {
 height: 250px;
}
h5 {
	font-size: 1.2rem;
}
.p-5 {
 padding: 2rem !important;
}
.form-control {
	height: 40px;
}
p:last-child {
    margin-bottom: 0;
}
}
