

/*Default*/

@font-face {
	font-family: "Proxima-Nova-Regular";
	src: url("../fonts/proxima-nova-regular.otf");
}

@font-face {
	font-family: "Proxima-Nova-Thin";
	src: url("../fonts/proxima-nova-thin.otf");
}

@font-face {
	font-family: "Proxima-Nova-Bold";
	src: url("../fonts/proxima-nova-bold.otf");
}

@font-face {
	font-family: "Proxima-Nova-Extra-Bold";
	src: url("../fonts/proxima-nova-extrabold.otf");
}

body {
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}

.main-header {
	width: 100%;
	float: left;
	border-bottom: 1px solid #E7E7E7;
}

.main-header img {
	margin-right: 10px;
	position: relative;
	top: -2px;
	height: 25px;
}

.main-header h3 {
	font-size: 20px;
	color: #ACACAC;
	padding: 10px 0px;
}

.main-header span {
	color: #2D63FF;
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}

.grey-container {
	width: 100%;
	float: left;
	background: #F9F9F9;
	min-height: 100px;
	padding: 15px;
}

.container {
	width: 100%;
	float: left;
	padding: 0px 5%;
	max-width: 100%;
}


/* ==================Login/Signup================== */

.login_content {
	width: 100%;
	float: left;
	padding: 15px;
	padding-top: 50px;
}

.login_logo {
	padding-bottom: 60px;
}

.login_logo b {
	display: block;
	margin-top: 15px;
	margin-left: 10px;
}

.login_bg {}

.login_bg img {
	height: 100vh;
	object-fit: cover;
	width: 100%;
}

.login_logo img {
	height: 120px;
}

.welcome-text {
	font-family: "Proxima-Nova-Regular";
	font-size: 35px;
	color: #000;
}

.login_content .nav {
	background: #fff !important;
	position: unset;
	z-index: 0;
}

.login_form {
	width: 100%;
	float: left;
}

.login-tabs a {
	color: #5F5F5F;
	font-size: 16px;
}

.input-icon {
	padding: 22px 20px 20px 20px;
	height: 65px;
}

.login_form .form-field {
	border: unset;
	max-width: 80%;
	margin-bottom: 15px;
	border-radius: 2px;
	background: #F8F8F8;
}

.login_form .form-field label {
	margin-left: 12px;
	color: #959595;
	position: relative;
	top: 10px;
	font-size: 12px;
	font-family: "Proxima-Nova-Regular";
}

.login_form .form-field .form-control {
	border: 0px;
	font-size: 15px;
	background: transparent;
	color: #000;
	font-family: "Proxima-Nova-Bold";
}

.login_form .form-field .form-control:focus {
	border: 0px;
	outline: 0px;
	box-shadow: 0px 0px 0px;
}

.login_rem_for {
	margin-top: 20px;
	width: 80%;
	float: left;
}

.login-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #2d949d;
	font-size: 16px;
	font-family: "Proxima-Nova-Regular";
}

.form-checkbox label {
	cursor: pointer;
	color: #959595;
	font-size: 15px;
}

.form-checkbox a {
	color: #354FFF;
	transition: all ease 0.3s;
}

.form-checkbox a:hover {
	color: #12A1FF;
	text-decoration: none;
	transition: all ease 0.3s;
}

.form-control::-webkit-input-placeholder {
	/* Edge */
	color: #000;
	font-size: 15px;
	font-family: "Proxima-Nova-Bold";
}

.form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
	font-size: 15px;
	font-family: "Proxima-Nova-Bold";
}

.form-control::placeholder {
	color: #000;
	font-size: 15px;
	font-family: "Proxima-Nova-Bold";
}

input[type="checkbox"],
input[type="radio"] {
	position: absolute;
	right: 9000px;
}


/*Check box*/

input[type="checkbox"]+.label-text:before {
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

input[type="checkbox"]:checked+.label-text:before {
	content: "\f14a";
	color: #02a61c;
	border-radius: 100%;
	animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled+.label-text {
	color: #aaa;
}

input[type="checkbox"]:disabled+.label-text:before {
	content: "\f0c8";
	color: #ccc;
}

.login_forgot a {
	color: #959595;
	transition: all ease 0.3s;
	font-size: 15px;
	font-family: "Proxima-Nova-Regular";
}

.login_forgot a:hover {
	color: #2d949d;
	text-decoration: none;
	transition: all ease 0.3s;
}

.submit_div {
	width: 100%;
	float: left;
}

.login_btn {
	width: 100%;
	padding: 15px;
	border: 0px;
	margin-top: 25px;
	color: white;
	background: #712642;
	max-width: 80%;
	font-size: 16px;
	cursor: pointer;
}

.no_accouunt {
	width: 100%;
	float: left;
	margin-top: 8rem;
}

.no_accouunt a {
	color: #3E929E;
	font-size: 16px;
	font-family: "Proxima-Nova-Bold";
}

.no_accouunt a:hover {
	color: #712642;
	text-decoration: none;
	transition: all ease 0.3s;
}

.no_accouunt a img {
	margin-right: 10px;
}

.nav {
	width: 100%;
	float: left;
	height: 100px;
	background: #F9F9F9;
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 99;
}

/* logout page css start */

.logout-page .login_logo img {
	height: auto;
	max-width: 100%;
}
.logout-page .login_logo {
	padding-top: 3rem;
	padding-bottom: 0px;
}
.logout-page .welcome-text {
	width: 80%;
	padding: 15px;
	font-size: 30px;
}

@media screen and (max-width: 992px) {
	.login_logo {
		padding-bottom: 0;
	}
	.login_bg img {
		display: none;
	}
	.login_form .form-field {
		max-width: 100%;
	}
	.form-field .col-1 {
		display: none;
	}
	.login_rem_for {
		width: 100%;
	}
	.login_btn {
		max-width: 100%;
	}
	.no_accouunt {
		margin-top: 2rem;
	}
	.login_content {
		text-align: center;
	}
	.login_content .nav {
		justify-content: center;
	}
	.login_form .form-field {
		text-align: left !important;
	}
	.logout-page .login_logo {
	padding-top: 3rem;
}
.logout-page .welcome-text {
	width: 100%;

}
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
	.login_logo {
		padding-bottom: 0px;
	}
  .login_logo img {
	height: 100px;
}
	.login_rem_for {
		width: 100%;
	}
	.login_btn {
		max-width: 100%;
	}
	.no_accouunt {
		margin-top: 4rem;
	}
	.login_form .form-field {
		max-width: 100%;
	}
}
