.second_no {
	font-weight: 500 !important;
}

@media(max-width:991px) {
	.footer {
		position: static;
	}
}

@media(max-width:480px) {
	.login-form {
		background: #12304d;
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.login-form .form-section {
		min-height: auto;
	}

	.footer {
		background: #12304d;
		padding: 20px 0px 0 115px;
	}

	.footer-sale-text ul li {
		color: #fff;
	}

	.second_no {
		display: block;
		font-weight: 500 !important;
	}

	.login-form .form-section a.forgot-password {
		color: #f28a22;
		font-weight: 600;
	}

	.login-form .form-inner {
		padding: 39px 20px;
	}

	.footer-website-link {
		color: #fff;
	}

	.footer-website-link a {
		color: #f28a22;
	}
}

@media(max-width:425px) {
	.login-form .form-inner {
		padding: 20px 30px;
	}

	.footer {
		background: #12304d;
		padding: 20px 0px 0 75px;
	}
}

@media(max-width:375px) {
	.footer {
		background: #12304d;
		padding: 20px 0px 0 45px;
	}
}


body {
	font-family: "Open Sans", sans-serif;
	color: #535353;
}

.img-fluid {
	max-width: 100% !important;
	height: auto;
}

.form-control:focus {
	box-shadow: none;
}

.btn-theme:focus {
	box-shadow: none;
}

/* .login-form {
background-size: 100%;
background-repeat: no-repeat;
background-position-y: -40px;
} */
.login-form a {
	text-decoration: none;
}

.login-form .photo {
	padding: 0 15px;
	/* max-width: 460px; */
	margin-right: auto;
}

.login-form .form-section {
	min-height: 85vh;
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	/* background: #fafafa; */
}

.login-form .form-check-input:checked {
	display: none;
}

.login-form .form-inner {
	max-width: 385px;
	width: 100%;
	/* padding: 0 15px; */
	text-align: center;
	padding: 40px 45px;
	box-shadow: 0px 0px 7px 0px #e3e1e1;
	box-shadow: 0px 0px 7px 0px #102f4ce3;
	border-radius: 30px;
	/* background: #fff; */
	background: #102f4c;
	background: #002f6e;
	transform: scale(0.8);
	position: relative;
	top: 66px;
}

.login-form .bg-img {
	top: 0;
	bottom: 0;
	min-height: 85vh;
	text-align: left;
	z-index: 999;
	opacity: 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 50px;
	/* background: #fff; */
}

.footer-website-link {
	text-align: right;
	font-weight: bold;
	color: #000;
	text-transform: lowercase;
	margin-top: 25px;
}

.login-form .pad-0 {
	padding: 0;
}

.login-form .form-section p {
	color: #616161;
	margin-bottom: 0;
	text-align: center;
	font-size: 16px;
}

.login-form .form-section p a {
	font-weight: 500;
	color: #616161;
}

.login-form .form-section .thembo {
	margin-left: 4px;
}

.login-form .form-section .form-group {
	margin-bottom: 15px;
}

.login-form .form-section .form-box {
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
}

.login-form .form-section .form-control {
	padding: 8px 10px;
	font-size: 15px;
	outline: 0;
	height: 35px;
	background: rgba(23, 23, 23, 0.72);
	color: #616161;
	border-radius: 3px;
	font-weight: 500;
	border: 1px solid transparent;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.login-form .form-section .btn-md {
	cursor: pointer;
	padding: 10px 50px 10px 50px;
	font-size: 16px;
	font-weight: 400;
	font-family: Jost, sans-serif;
	border-radius: 50px;
}

.login-form .form-section input[type="checkbox"],
input[type="radio"] {
	margin-right: 3px;
}

.login-form .form-section button:focus {
	outline: 0;
	outline: 0 auto -webkit-focus-ring-color;
}

.btn-theme:focus {
	box-shadow: none;
}

.login-form .form-section .btn-theme {
	background: #f28a22;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border: none;
	color: #fff;
}

.login-form .form-section .btn-theme:hover {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
	background: #004aad;
}

.login-form .none-2 {
	display: none;
}

.login-form .form-section .checkbox {
	font-size: 14px;
}

.login-form .form-section .form-check {
	float: left;
	margin-bottom: 0;
	padding-left: 0;
}

.login-form .form-section .form-check a {
	color: #616161;
	float: right;
}

.login-form .form-section .form-check-input {
	position: absolute;
	margin-left: 0;
}

.login-form .form-section .form-check label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 2px;
	margin-left: -25px;
	border: 1px solid #c5c3c3;
	border-radius: 3px;
	background-color: #fff;
}

.login-form .form-section .form-check-label {
	padding-left: 25px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 500;
	/* color: #616161; */
	color: #fff;
}

.login-form .form-section .checkbox-theme input[type="checkbox"]:checked+label::before {
	background-color: #f28a22;
	border-color: #f28a22;
}

.login-form .form-section input[type="checkbox"]:checked+label:before {
	font-weight: 600;
	color: #fff;
	line-height: 15px;
	font-size: 14px;
	content: "\2713";
	padding-left: 2px;
}

.login-form .form-section input[type="checkbox"],
input[type="radio"] {
	margin-top: 4px;
}

.login-form .form-section a.forgot-password {
	font-size: 15px;
	/* color: #616161; */
	color: #fff;
	float: right;
}

.login-form .logo img {
	margin-bottom: 25px;
	width: 170px;
}

@media (max-width: 1200px) {
	.login-form {
		background-size: cover !important;
	}
}

@media (max-width: 992px) {
	.login-form .form-inner {
		background: #102f4ceb;
	}

	.login-form .form-section {
		width: 100%;
	}

	.login-form .bg-img {
		min-height: 100%;
		border-radius: 5px;
	}

	.none-992 {
		display: none !important;
	}

	.login-form .login-box {
		max-width: 500px;
		margin: 0 auto;
		padding: 0;
	}
}

i.fa.fa-fw.toggle-password.field-icon.fa-eye,
i.fa.fa-fw.toggle-password.field-icon.fa-eye-slash {
	position: absolute;
	right: 15px;
	top: 44px;
	color: #bbbbbb;
	font-size: 13px;
	cursor: pointer;
}

label.input-label {
	margin-bottom: 3px;
	color: white;
	font-size: 15px;
}

@media (min-width: 1370px) {
	.login-form .form-inner {
		max-width: 450px;
		padding: 50px 50px;
	}

	.login-form {
		background-position-y: 0;
	}
}

.footer {
	/* position: fixed; */
	bottom: 0;
	width: 100%;
	padding: 20px 50px 0;
	background: white;
}

.footer-sale-icon {
	float: left;
	width: 35px;
	height: 35px;
	background: #f44336;
	background: #002f6e;
	text-align: center;
	border-radius: 50%;
}

.footer-sale-text {
	float: left;
	width: 80%;
	color: #000;
	font-weight: bold;
}

.footer-info ul {
	padding: 0;
	margin: 0;
}

.footer-sale-text ul li {
	display: block;
}

.footer-info ul li span,
.footer-sale-text ul li span {
	font-weight: 600;
}

.footer-sale-icon i {
	color: white;
	line-height: 33px;
}

i.fa.fa-fw.toggle-password.field-icon.fa-eye,
i.fa.fa-fw.toggle-password.field-icon.fa-eye-slash {
	position: absolute;
	right: 15px;
	top: 37px;
}

@media (min-width: 1366px) {
	.login-form .form-inner {
		transform: scale(0.95);
	}
}

@media (max-width: 1050px) {
	.login-form {
		background-position-y: -25px;
		background-position-x: 0px;
		background-size: 93% !important;
	}

	.footer {
		padding: 20px 50px 0 20px;
	}
}

@media (max-width: 991px) {
	.login-form {
		background-position-y: -30px;
		background-position-x: 0px;
		background-size: cover !important;
	}

	.footer-website-link {
		text-align: center;
		margin: 5px 0 10px;
	}

	.footer {
		padding: 45px 50px 0 20px;
	}
}

@media (max-width: 767px) {
	.login-form {
		background-position-y: -40px;
	}
}

@media (max-width: 575px) {
	.login-form .container-fluid {
		padding: 0px;
	}

	.footer-sale-icon {
		background: #f28a22;
	}

	.footer {
		padding: 30px 0px 0 0px;
		max-width: 240px;
		margin: auto;
	}

	.login-form {
		background: #12304d;
		height: auto;
	}

	.login-form .form-inner {
		padding: 35px 15px 20px;
		max-width: 317px;
		transform: scale(1);
		/* position: relative; */
		top: 0px;
	}

	.login-form .logo img {
		margin-bottom: 20px;
		width: auto;
		height: 120px;
	}
}

@media (max-width: 340px) {
	.login-form .form-inner {
		padding: 35px 15px 0px;
		max-width: 300px;
	}

	.footer {
		padding: 20px 0px 0 0px;
	}
}