@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body {
	background:url("../img/bkg-parallax.jpg") no-repeat center center;
	background-size: cover;
	font-family: "Montserrat", sans-serif;
}

.phoneNo {
	position: relative;
	top: -36px;
	left: 15px;
	color: #aeaeae;
	font-size: 18px;
}
.phoneNo i {}
.input100:focus {
	outline: 0;
}
.selectdiv:after {
	outline: 0;
	content: "▼";
	padding: 12px 8px;
	position: absolute;
	right: 7px;
	top: 4px;
	z-index: 1;
	text-align: center;
	width: auto;
	height: 100%;
	pointer-events: none;
	color: #803588;
	font-size: 12px;
}
.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.top-menu {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 100%;
	text-align: right;
}
#particles-js {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	position: fixed;
	top: 0px;
}
body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}
.btn-green-moon {
	background: #56ab2f;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #a8e063, #56ab2f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
	border: 2px solid #fff;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 0px 4px #eeeeee;
	width: 170px;
	padding: 5px;
	cursor: pointer;
}
.btn-green-moon:focus {
	outline: 0;
}
.btn-orange-moon {
	background: #fc4a1a;
	background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);
	background: linear-gradient(to right, #f7b733, #fc4a1a);
	color: #fff;
	border: 2px solid #fff;
	width: 170px;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 0px 4px #eeeeee;
	padding: 5px;
	cursor: pointer;
}
.btn-orange-moon:focus {
	outline: 0;
}
.form-grid {
	transform: rotate(-90deg);
	position: absolute;
	left: -160px;
	top: 240px;
}
.left-div {
	float: left;
	margin: 0px 3px;
}
/*---------------------------------------------*/
a.Privacy {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	margin-bottom: 10px;
	display: block;
}
a.Privacy:focus {
	outline: none !important;
}
a.Privacy:hover {
	text-decoration: none;
	color: #a64bf4;
}
.txt1 {
	padding: 10px 0px;
	line-height: normal;
	font-size: 14px;
}
/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}
textarea {
	outline: none;
	border: none;
}
textarea:focus, input:focus {}
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder {
	color: transparent;
}
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus:-moz-placeholder {
	color: transparent;
}
textarea:focus::-moz-placeholder {
	color: transparent;
}
textarea:focus:-ms-input-placeholder {
	color: transparent;
}
input::-webkit-input-placeholder {
	color: #adadad;
}
input:-moz-placeholder {
	color: #adadad;
}
input::-moz-placeholder {
	color: #adadad;
}
input:-ms-input-placeholder {
	color: #adadad;
}
textarea::-webkit-input-placeholder {
	color: #adadad;
}
textarea:-moz-placeholder {
	color: #adadad;
}
textarea::-moz-placeholder {
	color: #adadad;
}
textarea:-ms-input-placeholder {
	color: #adadad;
}
/*---------------------------------------------*/
.bg {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
	content: "";
	display: inline-block;
	background: #fff;
	width: 0;
	height: 0.2rem;
	position: absolute;
	transform-origin: 0% 0%;
}
.chiller_cb {
	position: relative;
	height: 2rem;
	display: flex;
	margin-bottom: 5px;
}
.chiller_cb a {
	color: #333;
	font-size: 14px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 10px;
	text-decoration: none;
}
.chiller_cb a:hover {
	color: #9c2795;
}
.chiller_cb input {
	display: none;
}
.chiller_cb input:checked ~ span {
	background: #8f1a91;
	border-color: #901b92;
}
.chiller_cb input:checked ~ span:before {
	width: 13px;
	height: 2px;
	transition: width 0.1s;
	transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
	width: 6px;
	height: 2px;
	transition: width 0.1s;
	transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
	background: #ececec;
	border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
	color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
	cursor: default;
}
.chiller_cb label {
    padding-left: 24px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 12px;
}
.chiller_cb span {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    top: 1px;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
}
.chiller_cb span:before {
	transform: rotate(-55deg);
	top: 13px;
	left: 6px;
}
.chiller_cb span:after {
	transform: rotate(35deg);
	bottom: 5px;
	left: 3px;
}
.submit-button {
	outline: none !important;
	border: none;
	background: transparent;
}
.submit-button:hover {
	cursor: pointer;
}
/*//////////////////////////////////////////////////////////////////
[ login ]*/
.wel-title {
    color: #fff;
    font-size: 25px;
    line-height: 33px;
    font-weight: 600;
}
.wel-title span {
	color: #fff;
	font-size: 16px;
	display: block;
}
.logo {
    background: #a41818;
    border-radius: 30px 0px 0px 30px;
    width: 380px;
    height: 380px;
    text-align: center;
    padding: 55px 10px;
    position: relative;
    z-index: 9;
}
.logo a {
    display: block;
}
.logo a img{
	height: 200px;
}
.login100-pic {
	position: fixed;
	right: 10px;
}
.flex-col-c {
	background: #eee;
	text-align: center;
	font-size: 14px;
	border-radius: 50px;
	padding: 4px;
	margin-bottom: 5px;
}
.limiter {
	width: 100%;
	margin: 0 auto;
}
.container-login100 {
    background-color: hsl(0deg 0% 100% / 73%);
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.wrap-login100 {
	width: 390px;
	height: 430px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 25px;
	box-shadow: 0px 4px 17px rgb(102 102 102 / 45%);
}
/*------------------------------------------------------------------
[ Form ]*/
.login100-form {
	padding: 30px 20px;
}
.login100-form-title {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #333333;
    line-height: normal;
    text-align: center;
    font-weight: 600;
}
/*------------------------------------------------------------------
[ Input ]*/
.wrap-input100 {
	width: 100%;
	position: relative;
}
.label-input100 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    padding-left: 1px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}
.input100 {
    font-size: 13px;
    color: #333333;
    line-height: normal;
    display: block;
    width: 100%;
    height: 43px;
    background: transparent;
    padding: 0 7px 0 43px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: normal;
}
/*---------------------------------------------*/
.focus-input100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
.focus-input100::after {
    content: attr(data-symbol);
    font-family: Material-Design-Iconic-Font;
    color: #adadad;
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 28px);
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 0px;
}
/*
.focus-input100::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0;
	height: 1px;
	background: #733189;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.input100:focus + .focus-input100::before {
	width: 100%;
}
.has-val.input100 + .focus-input100::before {
	width: 100%;
}
*/
.input100:focus + .focus-input100::after {
    color: #a41818;
}
.has-val.input100 + .focus-input100::after {
	color: #c44ea0;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wrap-login100-form-btn {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 25px;
	overflow: hidden;
	margin: 0 auto;
}
/*.login100-form-bgbtn {
	position: absolute;
	z-index: -1;
	width: 300%;
	height: 100%;
	background: #733189;
	top: 0;
	left: -100%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}*/
.login100-form-btn {
    background: #a41818;
    font-size: 14px;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    width: 100%;
    height: 44px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 5px;
}
.login100-form-btn:hover {
	background: #333;
	
}
.wrap-login100-form-btn:hover .login100-form-bgbtn {
	left: 0;
}
/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
	position: relative;
	margin: 18px 0px;
}
.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 2px;
	padding: 4px 25px 4px 10px;
	bottom: calc((100% - 20px) / 2);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	right: 2px;
	pointer-events: none;
	font-family: "Montserrat", sans-serif;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.alert-validate::after {
	content: "\f06a";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 16px;
	bottom: calc((100% - 20px) / 2);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	right: 8px;
}
.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}
@media (max-width: 992px) {
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}
/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/
@media (max-width: 1024px) {
	.limiter {
		/*	width: 100%;
	margin: 0 auto;
	background: #830f8e;
	background: -moz-linear-gradient(45deg, #830f8e 0%, #d05aa4 100%);
	background: -webkit-linear-gradient(45deg, #830f8e 0%, #d05aa4 100%);
	background: linear-gradient(45deg, #830f8e 0%, #d05aa4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#830f8e', endColorstr='#d05aa4', GradientType=1 );*/
	}
	.top-menu {
		background-color: #e4e2e2;
		position: relative;
		text-align: center;
		top: 0px;
		padding: 5px 0px;
	}
	.login100-form-btn {
		height: 40px;
		padding: 0 20px;
	}
	.top-menu a {
		font-size: 12px;
	}
	.top-menu a i {
		width: 20px;
		height: 20px;
		color: #fff;
		text-align: center;
		border-radius: 50px;
		line-height: 20px;
	}
	.wrap-login100 {
    padding: 14px 20px;
    border-radius: 0px;
    height: auto;
    box-shadow: none;
    padding-top: 1.5rem;
}
	.form-grid {
		top: 190px;
	}
	.logo {
    position: relative;
    top: 0px;
    border-radius: 0px;
    padding: 10px;
    height: auto;
    box-shadow: none;
    width: 100%;
}
	.logo a img {
    height: auto;
    width: 90px;
}
	.copyright {
		font-size: 12px;
		border-radius: 100px 100px 0px 0px;
		left: 0px;
		line-height: 14px;
	}
	.wel-title {
		color: #fff;
		font-size: 16px;
		padding: 5px 0px;
		line-height: 18px;
	}
	.wel-title span {
		font-size: 14px;
	}
	.logo img {
		width: 120px;
	}
.container-login100 {
    /* min-height: auto; */
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    /* background-color: transparent; */
    /* min-height: auto; */
}
	.login100-form-title {
    font-size: 22px;
}
	.validate-input {
		position: relative;
		margin: 5px 0px;
	}
	.login100-pic {
		display: none;
	}
	.login100-form {
		padding: 0px;
	}
	.ERP-circle {
		display: none;
	}
	
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {}
