@charset "UTF-8";


* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}

/*---------------------------------------------*/
a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	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;
    text-decoration: none;
}

a:focus {
	outline: none !important;
}

a:hover {
  color: #403866;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder { color: #8f8fa1;}
input:-moz-placeholder { color: #8f8fa1;}
input::-moz-placeholder { color: #8f8fa1;}
input:-ms-input-placeholder { color: #8f8fa1;}

textarea::-webkit-input-placeholder { color: #8f8fa1;}
textarea:-moz-placeholder { color: #8f8fa1;}
textarea::-moz-placeholder { color: #8f8fa1;}
textarea:-ms-input-placeholder { color: #8f8fa1;}

label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
  font-size: 15px;
  color: #888;
  line-height: 1.4;
}



#bg{
  position:fixed;
  display:none;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  /* background-image: url('https://images.unsplash.com/photo-1432821596592-e2c18b78144f'); https://images.unsplash.com/photo-1504198266287-1659872e6590
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  background-color: #f1f5f9;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  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;
  padding: 15px;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;;
}


.wrap-login100 {
  max-width: 450px;
  width: 100%;
  background: rgba(255,255,255,0.8);
  border-radius: 10px;
  position: relative;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.wrap-login100::after{
	content: "";
  /* background-image: url("https://dxwqsu1u588pj.cloudfront.net/img/login-leaf.png"); */
  position: absolute;
  left: 0;
  top: 0;
  background-size: 450px 150px;
  display: inline-block;
  width: 100%;
  height: 150px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 0;
}


/*==================================================================
[ Form ]*/

/*.login100-form {
  width: 100%;
}*/

.login100-form-title {
  font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
  font-size: 30px;
  color: black;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  position: relative; /* needed to add z-index*/
  z-index: 1;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  /* background-color: #e6e6e6; */
  background-color: #BFBFBF;
  border: 1px solid transparent;
  z-index: 1;
  /* border-radius: 3px; */
}



/*---------------------------------------------*/
.input100 {
  /* font-family: 'Poppins', sans-serif; */
	font-weight: 500;
  color: black;
  line-height: 1.2;
  font-size: 18px;

  display: block;
  width: 100%;
  background: white;
  height: 62px;
  padding: 0 20px 0 20px;
}


/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
  font-size: 15px;
  color: #888;
  line-height: 1.2;
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  /* border: 2px solid #827ffe; */
  border: 1px solid #777;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: var(--main-color);  /* #827ffe */
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.login100-form-btn {
  font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  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 20px;
  width: 100%;
  height: 62px;
  background-color: rgba(175, 203, 126, 0.78);
  /* border: 3px solid var(--main-color); */
  border-radius: 8px;
  transition: 0.3s;
}

.login100-form-btn:hover {
  background-color: rgba(175, 203, 126, 0.95);
}

/* .login100-form-btn.inprocess {
	pointer-events: none;
	opacity: 0.75;
} */

.login100-form-btn i {
	display: none;
}

.login100-form-btn.inprocess span {
	display: none;
}
	
.login100-form-btn.inprocess i {
	display: inline-block;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 3px;
  padding: 4px 25px 5px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
  color: #c80000;
  font-size: 14px;
  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: "\f12a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}


#alert {
  color:red;
  font-size:18px;
  margin-top:7px;
  margin-left:5px;
}


@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


.to-signup {
	margin-top: 40px;
	color: #888;
	font-size: 16px;
	width: 100%;
	display: block;
	text-align: center;
}

.to-signup-link {
	color: #555;
}


.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #bbb;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

.or-separator {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #888;
}


.ext-btn-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 479.98px) {
	.ext-btn-wrapper {
		justify-content: center;
	}
}

/* Google / Facebook */

#google-btn, #facebook-btn {
	 width: 185px;
	 height: 42px;
	 border-radius: 2px;
	 box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .25);
	 cursor: pointer;
}

@media (max-width: 479.98px) {
	#google-btn, #facebook-btn {
		width: 100%;
	}
}

#google-btn {
	 background-color: #4285f4;
	 /* float: left; */
}

@media (max-width: 479.98px) {
	#google-btn {
		margin-bottom: 10px;
	}
}

#google-btn .google-icon-wrapper {
	 position: absolute;
	 margin-top: 1px;
	 margin-left: 1px;
	 width: 40px;
	 height: 40px;
	 border-radius: 2px;
	 background-color: #fff;
}

#google-btn .google-icon {
	 position: absolute;
	 margin-top: 11px;
	 margin-left: 11px;
	 width: 18px;
	 height: 18px;
}

#google-btn .btn-text {
	 padding-left: 40px; /* width of icon on the left*/
   text-align: center;
   line-height: 43px;
	 color: #fff;
	 font-size: 13px;
	 letter-spacing: 0.2px;
	 font-family: "Roboto";
}

#google-btn:hover {
	 box-shadow: 0 0 2px #4285f4;
}

#google-btn:active {
	 background: #1669f2;
}

#facebook-btn {
	 background-color: #4464a2;
	 /* float: right; */
}

#facebook-btn .facebook-icon-wrapper {
	 position: absolute;
	 margin-top: 1px;
	 margin-left: 1px;
	 width: 40px;
	 height: 40px;
	 border-radius: 2px;
	 background-color: #fff;
}

#facebook-btn .facebook-icon {
	 position: absolute;
	 margin-top: 11px;
	 margin-left: 11px;
	 width: 18px;
	 height: 18px;
}

#facebook-btn .btn-text {
	 padding-left: 40px; /* width of icon on the left*/
   text-align: center;
   line-height: 43px;
	 color: #fff;
	 font-size: 13px;
	 letter-spacing: 0.2px;
	 font-family: "Roboto";
}

#facebook-btn:hover {
	 box-shadow: 0 0 2px #4464a2;
}

#facebook-btn:active {
	 background: #3c5990;
}

.signup-modal-overlay{
	display: none;
	position: fixed;
	left:0;right:0;
	top:0;bottom:0;
	z-index:100;
	/* background-color:rgba(50,50,50,0.5); */
	/* background-color:rgba(244, 241, 234,0.5); */
	background-color:rgba(0,0,0,0.3);
}

.signup-modal {
	display: none;
	position: absolute;
	background-color:#F5F5F6;
	top:50%; 
	left:50%;
	z-index:101;
	border-radius:3px;
	width:500px;
	height:420px;
	margin-top:-210px;
	margin-left:-250px;
	/* border-bottom: 3px solid #8c8c8c; */
	box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
}

.signup-modal .btn-close {
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius:50%;
  background-color: #fff;
  background-size: 0.8em;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.2);
  padding: 9px;
  opacity: 1;
  transition: .2s;
}

.signup-modal .btn-close:hover {
	opacity: 0.9;
}	

.signup-modal .ext-title {
	/* background:#5DC3A7; */
	padding: 30px 50px 15px;
	color: #404040;
	font-size: 21px;
	font-weight: 500;
}

.signup-modal .ext-subtitle {
	padding: 0 50px;
	color: #888;
	font-size: 13px;
}

.signup-modal input {
	width:220px;
	padding:10px 12px;
	background-color: #eee;
	border: 1px solid #c0c0c0;
  width: 400px;
  height: 50px;
	border-radius:3px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	font-size: 17px;
	transition: 0.2s;
}
.signup-modal input:first-of-type {
  margin-top: 28px;
}

.signup-modal input:focus {
  border-color: #777 !important;
}

.signup-modal input::placeholder {
	color: #979797;
}

.signup-modal .ext-submit {
	float: right;
	position: relative;
	font-size: 18px;
	/* background: #DA244F; */
	border-radius: 3px;
	border: 1px solid #444;
	padding: 9px 20px;
	color: #333;
	cursor: pointer;
	float: right;
	margin: 30px 50px;
	transition: 0.2s;
}


.signup-modal .ext-submit:hover{
	/* background:#C40532; */
	background: #444;
	color: #fff;
}

.signup-modal .ext-alert {
  color:red;
  font-size:15px;
  margin-top:25px;
  margin-left:50px;
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/
