/* reset code */
html {
	scroll-behavior: smooth;
}

body,
html {
	margin: 0;
	padding: 0;
	color: #585858;
}

* {
	box-sizing: border-box;
	font-family: 'Kumbh Sans', sans-serif;
}

/*  wrapper */
.wrapper {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.wrapper {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.wrapper {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.wrapper {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.wrapper {
		max-width: 1140px;
	}
}

/*  /wrapper */

.d-grid {
	display: grid;
}

button,
input,
select {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

button,
.btn,
select {
	cursor: pointer;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
	margin: 0;
	padding: 0;
}

body {
	background: #f1f1f1;
	margin: 0;
	padding: 0;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

form,
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
}

/*-- //Reset-Code --*/

/*-- form styling --*/
.signinform {
	padding: 20px 0;
	height: 100%;
}

input[type="text"],
input[type="email"],
input[type="Password"],
.input-group select {
	font-size: 20px;
	font-weight: 500;
	color: #999;
	text-align: left;
	padding: 14px 15px 12px 16px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	border: none;
	outline: none;
	background: transparent;
	letter-spacing: .5px;
}

select.minimal {
	background-image:url("../images/down.png");
		 
	background-position:
		calc(100% - 15px) 1em,
		calc(100% - 20px) 1em,
		calc(100% - 2.5em) 0.5em;
	background-size:
		20px 20px,
		20px 20px,
		1px 1.5em;
	background-repeat: no-repeat;
}

select.minimal:focus {
	background-image:url("../images/up.png");
	background-position:
		calc(100% - 15px) 1em,
		calc(100% - 20px) 1em,
		calc(100% - 2.5em) 0.5em;
	background-size:
		20px 20px,
		20px 20px,
		1px 1.5em;
	background-repeat: no-repeat;
	border-color: green;
	outline: 0;
}


.input-group {
	margin-bottom: 25px;
	padding: 0px 0px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.btn-block {
	display: block;
	width: 50%;
	margin: 0 auto;
}

.btn:active {
	outline: none;
}

.btn-primary {
	color: #fff;
	background-color: #6769e8;
	margin-top: 30px;
	outline: none;
	width: 100%;
	padding: 15px 15px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border: none;
	text-transform: capitalize;
}


.btn-primary:hover {
	background-color: #4d50c4;
	color: #fff;
}

.form-row.bottom {
	display: flex;
	justify-content: space-between;
}

.form-row .form-check input[type="checkbox"] {
	display: none;
}

.form-row .form-check input[type="checkbox"]+label:before {
	border-radius: 3px;
	border: 1px solid #e2e2e2;
	color: transparent;
	content: "\2714";
	display: inline-block;
	height: 18px;
	margin-right: 5px;
	transition: 0.2s;
	vertical-align: inherit;
	width: 18px;
	text-align: center;
	line-height: 20px;
}

.form-row .form-check input[type="checkbox"]:checked+label:before {
	background-color: #4d61fc;
	border-color: #4d61fc;
	color: #fff;
}

.form-row .form-check input[type="checkbox"]+label {
	cursor: pointer;
	color: #888;
}

.w3_info h2 {
	display: inline-block;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #3b3663;
}

.w3_info h4 {
	display: inline-block;
	font-size: 15px;
	padding: 8px 0px;
	color: #444;
	text-transform: capitalize;
}


a.btn.btn-block.btn-social.btn-facebook {
	display: block;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

h1 {
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	color: #3b3663;
}

.w3_info {
	flex-basis: 55%;
	-webkit-flex-basis: 55%;
	box-sizing: border-box;
	padding: 3em 3.5em;
	background: #fff;
	box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.1);
}

.left_grid_info {
	padding: 3em 0;
}

.w3l-form-info {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	margin: 20px 0;
}


.w3l_form {
	padding: 0px;
	flex-basis: 45%;
	-webkit-flex-basis: 45%;
	background: #dad1f8;
}

.w3_info p {
	padding-bottom: 30px;
	text-align: center;
}

p.account,
p.account a {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
	font-size: 16px;
	color: #888;
}

p.account a {
	color: #6769e8;
}

p.account a:hover {
	text-decoration: underline;
}

a.forgot {
	color: #3b3663;
	margin-top: 2px;
}

a.forgot:hover {
	text-decoration: underline;
}

h3.w3ls {
	margin: 10px 0px;
	padding-left: 60px;
}

h3.agileits {
	padding-left: 10px;
}

.container {
	max-width: 890px;
	margin: 0 auto;
}

.input-group i.fa,
.input-group i.fas {
	font-size: 16px;
	vertical-align: middle;
	box-sizing: border-box;
	float: left;
	width: 6%;
	margin-top: 13px;
	text-align: center;
	color: #999;
	opacity: .5;
	position: absolute;
	left: 0;
}

h5 {
	text-align: center;
	margin: 10px 0px;
	font-size: 15px;
	font-weight: 600;
	color: #000;
}

.footer p {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #777;
}

.footer p a {
	color: #6769e8;
}

.footer p a:hover {
	text-decoration: underline;
}

p.continue {
	margin-top: 25px;
	padding: 0;
	margin-bottom: 20px;
	color: #999;
	opacity: .8;
}

p.continue span {
	position: relative;
}

p.continue span:before {
	position: absolute;
	content: '';
	height: 1px;
	background: #999;
	width: 89%;
	left: -100%;
	top: 5px;
	opacity: .5;
}

p.continue span:after {
	position: absolute;
	content: '';
	height: 1px;
	background: #999;
	width: 89%;
	right: -100%;
	top: 5px;
	opacity: .5;
}

.social-login {
	display: grid;
	grid-auto-flow: column;
	grid-gap: 20px;
	margin-bottom: 10px;
}

.facebook {
	padding: 13px 20px;
	border: 2px solid #3b5998;
	border-radius: 35px;
	text-align: center;
	font-size: 16px;
	color: #3b5998;
}

.facebook:hover {
	background: #3b5998;
	color: #fff;
}

.google {
	padding: 13px 20px;
	border: 2px solid #ea4335;
	border-radius: 35px;
	text-align: center;
	font-size: 16px;
	color: #ea4335;
}

.google:hover {
	background: #ea4335;
	color: #fff;
}

.facebook span {
	margin-right: 5px;
}

.google span {
	margin-right: 5px;
}

::-webkit-input-placeholder {
	/* Edge */
	color: #aaa;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aaa;
}

::placeholder {
	color: #aaa;
}

/** Responsive **/
/* @media screen and (max-width: 1440px) {} */


@media screen and (max-width: 1080px) {
	.w3_info {
		padding: 3em 3em;
	}
}

@media screen and (max-width: 1024px) {
	.left_grid_info h3 {
		font-size: 2em;
	}
}

@media screen and (max-width: 991px) {
	.w3_info h2 {
		font-size: 24px;
	}

	h1 {
		font-size: 35px;
	}
}

@media screen and (max-width: 900px) {

	.left_grid_info h4 {
		font-size: 1em;
	}

	.w3_info {
		padding: 3em 2.5em;
	}
}

@media screen and (max-width: 800px) {
	.w3_info h2 {
		font-size: 23px;
	}

	.w3l-form-info {
		flex-direction: column;
	}

	.w3l_form {
		order: 2;
	}

	.container {
		max-width: 550px;
	}

	.left_grid_info {
		padding: 3em 3em;
	}

}

@media screen and (max-width: 768px) {
	.left_grid_info {
		padding: 9em 3em;
	}
}

@media screen and (max-width: 736px) {
	.w3_info h2 {
		font-size: 22px;
	}

	.w3_info {
		padding: 3em 2em;
	}
}

@media screen and (max-width: 667px) {

	.left_grid_info {
		padding: 3em 3em;
	}

	.w3_info {
		padding: 3em 3em;
	}

	.w3l-form-info {
		margin: 20px 0 30px;
	}
}

@media screen and (max-width: 640px) {
	h1 {
		font-size: 37px;
	}
}

@media screen and (max-width: 480px) {
	.w3l_form {
		padding: 0em;
	}

	.w3_info {
		padding: 2em 2em;
	}

	h1 {
		font-size: 34px;
	}
}

@media screen and (max-width: 320px) {
	h1 {
		font-size: 25px;
	}

	.w3_info h2 {
		font-size: 18px;
	}

	.btn-primary {
		padding: 13px 12px;
		font-size: 13px;
	}

	input[type="text"],
	input[type="email"],
	input[type="password"] {
		font-size: 13px;
	}

	.footer p {
		font-size: 13px;
	}

	.footer p a {
		font-size: 13px;
	}
}

/** /Responsive **/

/*-- //form styling --*/


[v-cloak] {
	display: none;
}

.scanned-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
}

.text-btn {
	cursor: pointer;
	color: #00aaff;
}

.fww {
	flex-wrap: wrap;
}

.m10 {
	margin: 0 10px;
}

.mt-20 {
	margin-top: 20px;
}

.word_logo {
	width: 280px;
	margin-bottom: 30px;
	border-radius: 10px;
}

.dfcc {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dfc {
	display: flex;
	align-items: center;
}

@-webkit-keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.loader {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: black;
	opacity: 0.3;
	z-index: 99;
}

.loader-1 {
	width: 48px;
	height: 48px;
	border: 5px solid #FFF;
	border-bottom-color: #FF3D00;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}

.icon {
	width: 22px;
	height: 22px;
	margin-right: 8px;
}

.logo img{
	width: 300px;
}