body {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	overflow: auto;
	background:  #4B4B4B url(/images/login/login-bg.jpg) 100% 40% no-repeat;
	background-size: cover;
}

:root {
	--btn-bg-color: rgb(255, 115, 1);
	--orange: rgb(255, 115, 1);
	--primary-color: #003595;
	--secondary-color: rgba(42, 76, 150, 1);
	--error-text-color: #ff7301;
}

a {
	color: var(--primary-color);
}

input[type=text], input[type=password] {
	border-radius: 3px;
	width: 100%;
}

input[type=checkbox] {
	width: 16px;
	height: 16px;
	border-radius: 0;
}

.password-group input {
	border-right: none;
}

.password-group .input-group-addon {
	background-color: #ffffff;
	border-left: none;
}

.btn {
	background-color: var(--btn-bg-color);
	border-color: var(--orange);
	color: #ffffff;
	padding: 6px 4px;
	width: 100%;
	border-radius: 3px;
}

.btn.btn-primary:hover {
	background-color: var(--secondary-color);
	color: #ffffff;
}

.btn.btn-secondary {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.btn.btn-secondary:hover {
	background-color: var(--btn-bg-color);
	border-color: var(--btn-bg-color);
	color: #ffffff;
}

.d-flex {
	display: flex !important;
}

.justify-content-center {
	justify-content: center !important;
}

.g-0, .gx-0 {
	--mdb-gutter-x: 0;
}

.g-0, .gy-0 {
	--mdb-gutter-y: 0;
}

.card-body {
	flex: 1 1 auto;
	padding: 1.5rem;
	height: 100%;
	max-width: 464px;
}

.p-md-5 {
	padding: 3rem !important;
}

.mx-md-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.text-center {
	text-align: center !important;
}

.align-items-center {
	align-items: center !important;
}

.h-100 {
	height: 100vh;
}

.w-100 {
	width: 100%;
}

.text-sm {
	font-size: 12px;
	align-items: center;
}

.checkbox_label {
	font-size: 12px;
	margin-top: -24px;
	display: flex;
	margin-left: 20px;
}
.checkbox_after {
	margin-top: -5px;
}

#login_forgot_password_link {
	text-decoration: underline;
}

.py-4 {
	padding: 4px 0;
}

.py-6 {
	padding: 6px 0;
}

.py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cursor {
	cursor: pointer;
}

.logo {
	width: 220px;
	margin-bottom: 24px;
}
.logo-bridge {
	height: 24px;
	text-align: center;
	margin-bottom: 4px;
}
.dual-logo {
	width: 158px;
}
.nimbl-yellow-button{
	background-color: #F0E87B;
	color: #4B4B4B;
	padding:8px 10px;
	border:none;
}

.nimbl-yellow-bg{
	background-color: #F0E87B;
}
.nimbl-chacoal-bg{
	background-color: #4B4B4B;
}

.nimbl-yellow-color{
	background-color: #F0E87B;
}
.nimbl-chacoal-color{
	background-color: #4B4B4B;
}

.login-box {
	margin: auto;
	padding: 20px 0;
	border-radius: 5px;
	width: 350px;
	position: relative;
	color: #ffffff !important;
	background:  #4B4B4B;
}

.login-box form {
	width: 248px;
	margin: 0 auto;
}

.login-box .footer {
	margin: 100px auto 0;
}

.login-box .form-group {
	margin-top: 32px;
}
label {
	font-size: 16px;
	font-weight: 350;
}

#login_button {
	margin-top: 20px;
	height: 44px;
}

.login-box a, .login-box span, .login-box p {
	color: #ffffff;
}

#login_toggle_password_visibility, #login_toggle_password_visibility>span{
	color: #4B4B4B;
}

.password_recover_text{
	text-align: center;
}

.p-4 {
	padding: 4px;
}

.error {
	color: #c96062;
	border: solid 1px #c96062;
	padding: 6px;
	border-radius: 3px;
	margin-top:20px;
}

.success {
	color: #34ba8d;
	background: #dcf0e9;
	border: solid 1px #34ba8d;
	padding: 6px;
	border-radius: 3px;
}

.bg-white {
	background-color: #ffffff;
}

.right-col {
	background-repeat: repeat-y;
	background-size: cover;
}

.notice-box {
	max-width: 350px;
	border-radius: 3px;
}

.nimbl_notice {
	background-color: #F0E87B;
	color: black;
	width: 515px;
	min-height: 340px;
	padding: 28px 20px;
	border-radius: 8px;
}

.nimbl_title {
	padding: 0px;
	margin-top: 0;
	margin-bottom: 26px;
	gap: 16px;
	border-radius: 8px 0px 0px 0px;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	text-align: left;
}
.nimbl_body {
	font-family: Poppins;
	font-weight: 350;
	font-size: 14px;
	line-height: 20px;
}
.nimbl_body p {
	margin-bottom: 1px;
}
.nimbl_body strong {
	font-weight: 700;
}

.text-gray {
	color: #cccccc;
}
.text-white{
	color: #ffffff !important;
}

.footer {
	padding: 20px;
	text-align: center;
}

.footer_links a {
	color: #a3a3a3
}

@media (min-width: 769px) {
	.gradient-custom-2 {
		border-top-right-radius: 0.3rem;
		border-bottom-right-radius: 0.3rem;
	}
}

@media only screen and (max-width: 600px) {
	.right-col, .left-col {
		height: 700px !important;
	}

	.footer {
		width: 100% !important;
		margin-top:50px !important;
	}

	.right-col {
		height: 45vh !important;
	}
	.notices{
		margin-top: 0 !important;
		height:auto !important;
		display: block !important;
	}
	.nimbl_notice{
		border-radius: 0 !important;
		width: 100% !important;
	}
}

@media only screen and (max-width: 812px) and (orientation: landscape) {
	.right-col, .left-col {
		height: 700px !important;
	}

	.footer {
		width: 100% !important;
		margin-top:50px !important;
	}

	.right-col {
		height: 45vh !important;
	}
	.notices{
		margin-top: 0 !important;
		height:auto !important;
		display: block !important;
	}
	.nimbl_notice{
		border-radius: 0 !important;
		width: 100% !important;
		min-width: 515px;
	}
}
