@import url('https://fonts.googleapis.com/css2?family=Jost&family=PT+Sans&family=Lobster&family=Playfair+Display&family=Reenie+Beanie&&display=swap');
body{
    margin:0;
    padding:0;
    overflow-x: hidden;
    letter-spacing:1px;
     
}
 
#notify {
    width: 300px;
    padding: 10px;
    text-align: center;
    background: #000000;
    display: block;
    color: white;
    z-index: 9999;
    margin: auto;
    font-weight: 500;
    position: fixed;
    border-radius: 5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: unset;
    top: -100px;
    transform: translate(0%, 0%);
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#notify.active {
    top: 30px;
}

.hidden{
    display:none !important;
}


/*------------------------------ Sign Up ----------------------------*/
.signUp-illustration {
  position: fixed;
  top:0;
  left:0;
  bottom: 0;
  width: 38%;
  background: #f8faff;
  z-index: -1;
}
.signUp-illustration img {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50% , -50%);
}
.signUp-page {position: relative;width:100%;}
.signUp-minimal {padding-left: 15px;padding-right: 15px;}
.signUp-minimal .sign-up-form-wrapper {
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  padding: 70px 80px 60px;
  position: relative;
}
.signUp-page .shape-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 0;
}
.signUp-page .shape-wrapper span {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.signUp-page .shape-wrapper span:nth-child(1) {
  background: #ff9898;
  top:0;
  left:20%;
  animation: scale-upOne 3.9s alternate infinite ease-in;
}
.signUp-page .shape-wrapper span:nth-child(2) {
  background: #abafff;
  top:14%;
  right:7%;
  animation: scale-upOne 6s alternate infinite ease-in;
}
.signUp-page .shape-wrapper span:nth-child(3) {
  background: #67f5e2;
  top:48%;
  right:62%;
  margin-right: -13px;
  animation: scale-upOne 5s alternate infinite ease-in;
}
.signUp-page.signUp-minimal .shape-wrapper span:nth-child(3) {right: 88%;}
.signUp-page .shape-wrapper span:nth-child(4) {
  background: #ffb3b3;
  bottom:5%;
  right:25%;
  animation: scale-upOne 4s alternate infinite ease-in;
}
.signUp-page .shape-wrapper span:nth-child(5) {
  background: #ffe281;
  bottom: 4%;
  left:5%;
  animation: scale-upOne 5s alternate infinite ease-in;
}
.signUp-page .title-area p {
    font-size: 15px;
}
.signUp-page .social-icon-wrapper a {
  display: block;
  text-align: center;
  line-height: 55px;
  font-size:20px;
  color: #000;
  margin-top: 10px;
}
.signUp-page .social-icon-wrapper .gmail {background: #d93025;}
.signUp-page .social-icon-wrapper .facebook {background: #4267b2;}
.signUp-page .social-icon-wrapper a .fa {font-size: 18px;margin-right: 5px;vertical-align: 1px;}
.signUp-page .or-text {position: relative;text-align: center;margin: 50px 0 45px;}
.signUp-page .or-text:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e2e2e2;
  left:0;
  top:14px;
  z-index: -1;
}
.signUp-page .or-text span {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #454545;
  background: #000;
  width: 50px;
}
.signUp-page form ::placeholder {color: #bcbcbc;opacity: 1; /* Firefox */}
.signUp-page form :-ms-input-placeholder {color: #bcbcbc;}
.signUp-page form ::-ms-input-placeholder {color: #bcbcbc;}
.signUp-page form .input-group {position: relative;z-index: 1;
    display: flex;
    background: #000fff;
    padding: 20px 10px 20px 50px;
}

.signUp-page form .input-group.first {border-top-left-radius: 5px;border-top-right-radius: 5px;}
.signUp-page form .input-group.last {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.signUp-page form .input-group.dark {border-bottom: 1px solid #dbdbdb;}
.signUp-page form .input-group.light {background:#000fff;}

.signUp-page form .input-group input {
    width: 100%;
    border: 0;
    border-radius: 5px;
    background: transparent !important;
    font-size: 16px;
    color: #081a29 !important;
    padding: 0;
    z-index: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #081a29;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

.signUp-page form .input-group label {
    font-weight: 600;
    font-size: 13px;
    color: #081a29;
    margin: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 50px;
    z-index: 0;
    top:2px;
}

.signUp-page form .input-group input::placeholder,.gender-type-con .input-label{
    font-weight: 400;
    font-size: 13px;
    color: #081a29;
}

.gender-type-con .input-label {
    /* margin: 0; */
    margin-right: 5px;
    margin-left: 9px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.signUp-page form .input-group i {
    font-size: 20px;
    color: #081a29;
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.signUp-page form .input-group input:focus ~ label,.signUp-page form .input-group input :valid ~ label{top: 2px;}
.signUp-page form .input-group input:focus {outline:0 !important;}

/*.signUp-page form .input-group input:focus,*/
/*.signUp-page form .input-group input:valid {padding-top: 0px;}*/
.signUp-page .selectize-control {width: 100%;}
.signUp-page .input-group .selectize-input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  outline: none;
  padding: 0 20px;
  background: transparent;
}
.signUp-page .input-group .selectize-input input {font-size: 15px;}
.signUp-page .selectize-input .item {font-size: 18px;color: #454545;}
.signUp-page .selectize-dropdown {
  background: #000;
  border: 1px solid #e9e9e9;
  border-top: none;
  box-shadow: 0px 50px 100px 0px rgba(229, 232, 235, 0.2);
  cursor: pointer;
}
.signUp-page .selectize-dropdown .option {font-size: 14px;color: #1a1a1a;line-height: 22px;}
.signUp-page .selectize-dropdown .option:hover,
.signUp-page .selectize-dropdown .active {color: #000; background:#1a1a1a; }
.signUp-page .selectize-control.single .selectize-input:after {right: 8px;}
.signUp-page .acType-content h4 {font-size: 28px;}
.signUp-page .acType-content p {padding: 8px 0 25px;}
.signUp-page .acType-content .acType-list {    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;}
.signUp-page .acType-content .acType-list li {float: left;padding: 0 22px;}
.signUp-page .acType-content .acType-list li>div {position: relative;}
.signUp-page .acType-content .acType-list li>div input {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.signUp-page .acType-content .acType-list li>div label {
  position: relative;
  font-size: 16px;
  line-height: 15px;
  color: rgba(47,52,62,0.8);
  cursor: pointer;
  padding-left: 25px;
  margin: 0 0 15px;
  transition: all 0.1s ease-in-out;
}
.signUp-page .acType-content .acType-list li>div label:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #d6d6d6;
  position: absolute;
  left:0;
  top:0;
  transition: all 0.1s ease-in-out;
}
.signUp-page .acType-content .acType-list li>div input:checked + label:before {border-color: #FF3A46;}
.signUp-page .acType-content .acType-list li>div input:checked + label {color:rgba(47,52,62,1); }
.signUp-page .acType-content {padding-bottom: 40px;}
/*.signUp-page .agreement-checkbox label {*/
/*  position: relative;*/
/*  font-size: 16px;*/
/*  color: rgba(47,52,62,0.6);*/
/*  cursor: pointer;*/
/*  padding-left: 22px;*/
/*  margin: 30px 0 35px;*/
/*  transition: all 0.1s ease-in-out;*/
/*}*/
/*.signUp-page .agreement-checkbox input[type="checkbox"] {display: none;}*/
/*.signUp-page .agreement-checkbox label:before {*/
/*  content: '';*/
/*  width: 12px;*/
/*  height: 12px;*/
/*  line-height: 10px;*/
/*  border-radius: 2px;*/
/*  border: 1px solid #d5d5d5;*/
/*  font-size: 8px;*/
/*  text-align: center;*/
/*  position: absolute;*/
/*  left:0;*/
/*  top:6px;*/
/*  transition: all 0.1s ease-in-out;*/
/*}*/
.signUp-page .agreement-checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-family: 'font-awesome';
  background: #373737;
  color: #000;
  border-color:  #373737;
}
.signUp-page.signUp-minimal .agreement-checkbox label {margin-top: 0;}
.signUp-page.signUp-minimal form .line-button-one {width: 100%;border-radius: 5px;}
.signin-form-wrapper .title-area {margin-bottom: 40px;}

.signUp-standard .signin-form-wrapper #login-form {width:100%; max-width: 400px;}
.signUp-standard .sign-up-form-wrapper #signUp-form {width:100%; max-width: 580px;}
#login-form .agreement-checkbox label {margin: 0;}
#login-form .agreement-checkbox a {
    font-size: 15px;
    /* color: #000; */
    text-decoration: none;
    font-weight: 600;
}
#login-form .agreement-checkbox a:hover {color: #000;text-decoration: underline;}

.signin-form-wrapper .signUp-text {font-size: 20px;padding-top: 40px;}

.box-form .form-btns {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 50px;
    margin-top: 30px;
}
.box-form .form-btns .form-btn{
    text-transform: uppercase;
    background: var(--highlight-color);
    border: 1px solid var(--highlight-color);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 50px;
    outline: none;
    border-radius: 40px;
    cursor: pointer;
    transition:all .3s ease;
    letter-spacing: 1.5px;
    text-decoration:none;
}

.box-form .form-btns .form-btn.left {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
    font-size: 14px;
    padding: 1px 22px !important;
}

.box-form .form-btns .form-btn.right{
    position: absolute;
    right:0;
    top:0;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    padding: 10px 25px;
    font-size: 16px;
}
.a-dash{
   cursor: pointer;
}
.box-form .form-btns .form-btn:focus{
    outline:none;
}
.pt-50{
    padding:50px 0 0 0;
}
.pb-50{
     padding:0 0 50px 0;
}
#login_button:hover, #login_button.disabled, #account_register:hover, #account_register.disabled {
    /* box-shadow: 0 0 2px #03e9f4, 0 0 4px #03e9f4, 0 0 8px #03e9f4, 0 0 10px #03e9f4; */
    color: #fff;
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
}
.box-form .form-btns .form-btn.right:hover{
     box-shadow: 0 0 4px #000fff;
}


.signUp-minimal .signin-form-wrapper {
  max-width: 520px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  padding: 70px 65px 35px;
  position: relative;
}
.signUp-minimal .signin-form-wrapper .signUp-text {font-size: 17px;padding-top: 35px;}

@-webkit-keyframes scale-upOne {
  0%   {-webkit-transform: scale(1);transform: scale(1);}
  100% {-webkit-transform: scale(0.2);transform: scale(0.2);}
}

 

.pb-100 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 70px;
}
button:disabled {
    opacity: 0.5;
}

.input--switch[type=checkbox]:before {
    content: "";
    width: 17px;
    height: 16px;
    transition: all 0.2s ease-in-out;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 0%);
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 9999px;
    background: #fff !important;
    left: 2px;
}
.input--switch[type=checkbox] {
    width: 38px;
    height: 24px;
    padding: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    margin-right: 9px;
    vertical-align: top;
    border: 1px solid #dbdbdb !important;
   background: #000 !important;
}
.input.input--switch[type=checkbox]:checked::before {
    margin-left: 13px;
    background-color: #000;
}
.input.input--switch[type=checkbox]:checked {
    background-color: var(--highlight-color);
    border-color: var(--highlight-color) !important;
}


.show-pass-label{
    font-size: 16px;
    color: #000;
}
/*waves****************************/


.box {
	position: fixed;
	top: 0;
	transform: rotate(80deg);
	left: 0;
}

.wave {
	position: fixed;
	top: 0;
	left: 0;
  opacity: .4;
  position: absolute;
  top: 3%;
  left: 10%;
  background: var(--highlight-color);
  width: 1500px;
  height: 1300px;
  margin-left: -150px;
  margin-top: -250px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 7000ms infinite linear;
}

.wave.-three {
  animation: drift 7500ms infinite linear;
	position: fixed;
	background-color: var(--wave-three-color);
}

.wave.-two {
  animation: drift 3000ms infinite linear;
  opacity: .1;
  background: var(--wave-two-color);
	position: fixed;
}

.box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}

/*LOADING SPACE*/

.contain {
	animation-delay: 4s;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background: #25a7d7;
  background: -webkit-linear-gradient(#25a7d7, #2962FF);
  background: linear-gradient(#25a7d7, #25a7d7);
}

.icon {
  width: 100px;
  height: 100px;
  margin: 0 5px;
}

/*Animation*/
.icon:nth-child(2) img {-webkit-animation-delay: 0.2s;animation-delay: 0.2s}
.icon:nth-child(3) img {-webkit-animation-delay: 0.3s;animation-delay: 0.3s}
.icon:nth-child(4) img {-webkit-animation-delay: 0.4s;animation-delay: 0.4s}

.icon img {
  -webkit-animation: anim 2s ease infinite;
  animation: anim 2s ease infinite;
  -webkit-transform: scale(0,0) rotateZ(180deg);
  transform: scale(0,0) rotateZ(180deg);
}

@-webkit-keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}

@keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}


/*floating boxes*/

/*ul.floatingBoxes {*/
/*  position: absolute;*/
/*  top: 0%;*/
/*  left: 0%;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  list-style: none;*/
/*  z-index: 9;*/
/*}*/

/*ul.floatingBoxes li {*/
/*  position: absolute;*/
/*  width: 2rem;*/
/*  height: 2rem;*/
/*  background-image: linear-gradient(*/
/*    to left,*/
/*    rgb(201, 131, 3),*/
/*    rgb(162, 27, 167)*/
/*  );*/
/*  opacity: 0.5;*/
/*  bottom: -110rem;*/
/*  animation: anim 25s linear infinite;*/
/*}*/

/*ul.floatingBoxes li:nth-child(1) {*/
/*  width: 10rem;*/
/*  height: 10rem;*/
/*  left: 10%;*/
/*  animation-delay: 1s;*/
/*  animation-duration: 15s;*/
/*}*/

/*ul.floatingBoxes li:nth-child(2) {*/
/*  width: 3.5rem;*/
/*  height: 3.5rem;*/
/*  left: 20%;*/
/*  animation-delay: 4s;*/
/*  animation-duration: 15s;*/
/*}*/

/*ul.floatingBoxes li:nth-child(3) {*/
/*  width: 5rem;*/
/*  height: 5rem;*/
/*  left: 28%;*/
/*  animation-delay: 3s;*/
/*  animation-duration: 12s;*/
/*}*/

/*ul.floatingBoxes li:nth-child(4) {*/
/*  width: 4.5rem;*/
/*  height: 4.5rem;*/
/*  left: 35%;*/
/*  animation-delay: 7s;*/
/*  animation-duration: 10s;*/
/*}*/

/*ul.floatingBoxes li:nth-child(5) {*/
/*  width: 6.5rem;*/
/*  height: 6.5rem;*/
/*  left: 43%;*/
/*  animation-delay: 1s;*/
/*  animation-duration: 9s;*/
/*}*/

/*ul.floatingBoxes li:nth-child(6) {*/
/*  width: 10rem;*/
/*  height: 10rem;*/
/*  left: 50%;*/
/*  animation-delay: 0s;*/
/*  animation-duration: 8s;*/
/*}*/

/*ul.floatingBoxes li:nth-child(7) {*/
/*  width: 7rem;*/
/*  height: 7rem;*/
/*  left: 60%;*/
/*  animation-delay: 3s;*/
/*  animation-duration: 13s;*/
/*}*/

/*ul.floatingBoxes li:nth-child(8) {*/
/*  width: 6rem;*/
/*  height: 6rem;*/
/*  left: 70%;*/
/*  animation-delay: 1s;*/
/*  animation-duration: 20s;*/
/*}*/

/*ul.floatingBoxes li:nth-child(9) {*/
/*  width: 7.5rem;*/
/*  height: 7.5rem;*/
/*  left: 77%;*/
/*  animation-delay: 5s;*/
/*  animation-duration: 16s;*/
/*}*/

/*ul.floatingBoxes li:nth-child(10) {*/
/*  width: 9rem;*/
/*  height: 9rem;*/
/*  left: 85%;*/
/*  animation-delay: 3s;*/
/*  animation-duration: 19s;*/
/*}*/

/*@keyframes anim {*/
/*  0% {*/
/*    transform: translateY(0) rotate(0);*/
/*    opacity: 0;*/
/*    border-radius: 0;*/
/*  }*/
/*  100% {*/
/*    transform: translateY(-125rem) rotate(1360deg);*/
/*    opacity: 1;*/
/*    border-radius: 50%;*/
/*  }*/
/*}*/

/*a{*/
/*  color:#000;*/
/*}*/

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(top, #081a29, #122c4c, #122c4c) !important;
    border-radius: 23px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
}



.title-area h3 {
    font-size: 36px;
    font-weight: 500;
    color: #000;
}

.title-area .title-desc{
   font-size: 14px;
    color: #000;
  
    line-height: 1.6;
    margin-bottom: 35px;
}


/*.login-con{position:relative;}*/

.logo-con{margin-bottom: 20px;}
.logo-con .site-logo{width:150px;}
.logo-con .site-hd,.login-con .logo-con .logo{width: 100%;display: block;text-align: center;}
.logo-con .logo img{width:120px;height:80px;margin-left: -10px;}


.login-con .side-illustration{width: 200px;position: fixed;bottom: 100px;left: 40px;}
.login-con .side-illustration .illus-content{font-size: 24px;color: #000;font-weight: 500;text-align: left;text-transform: capitalize;font-family: 'PT Sans';text-align: center;}



.mouse_pos_pulse,
.mouse_pos_pulse:after {
  display:inline-block;
  padding: 15px;
  border-radius:50%;
  animation:mouse_pos_pulse 1.5s .85s infinite ease-out;
  border: thick solid var(--highlight-color);
  transform: scale3d(.1,.1,0);
  transition:opacity .75s;
}
.mouse_pos_pulse {position:absolute;left:50%;top:50%;margin-top:-50px;margin-left:-50px;}
.mouse_pos_pulse:after {
  display:block;
  content:"";
  padding: 20px;
}

@keyframes mouse_pos_pulse {
  50% {
    border-color: transparent;
    background: var(--highlight-color);
  }
  to {border-color:transparent;transform:none;}
}



#login_button.disabled span{opacity:0;}
 

/*#login_button.disabled:after {*/
/*  content: ' .';*/
/*  animation: dots 1s steps(5, end) infinite;}*/

/*@keyframes dots {*/
/*  0%, 20% {*/
/*    color: rgba(0,0,0,0);*/
/*    text-shadow:*/
/*      .25em 0 0 rgba(0,0,0,0),*/
/*      .5em 0 0 rgba(0,0,0,0);}*/
/*  40% {*/
/*    color: white;*/
/*    text-shadow:*/
/*      .25em 0 0 rgba(0,0,0,0),*/
/*      .5em 0 0 rgba(0,0,0,0);}*/
/*  60% {*/
/*    text-shadow:*/
/*      .25em 0 0 white,*/
/*      .5em 0 0 rgba(0,0,0,0);}*/
/*  80%, 100% {*/
/*    text-shadow:*/
/*      .25em 0 0 white,*/
/*      .5em 0 0 white;}}*/

#login_button.disabled .dot-collision {
  position: relative;
    top: 12px;
    left: 20px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #000;
    color: #000;
}

#login_button.disabled .dot-collision::before, #login_button.disabled .dot-collision::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

#login_button.disabled .dot-collision::before {
  left: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dotCollisionBefore 2s infinite ease-in;
}

#login_button.disabled .dot-collision::after {
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dotCollisionAfter 2s infinite ease-in;
  animation-delay: 1s;
}

@keyframes dotCollisionBefore {
  0%,
  50%,
  75%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-15px);
  }
}

@keyframes dotCollisionAfter {
  0%,
  50%,
  75%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(15px);
  }
}


.form-containers{opacity:0; transition:all .3s ease;}
.form-containers.hide{display:none;}
.form-containers.active{display:block;opacity:1;}


.gender-type-con {
    position: relative;
    z-index: 1;
    display: flex;
    /* background: #ffffff; */
    padding: 10px;
    margin-bottom: 40px;
    margin-top: -1px;
    border-radius: 5px;
    height: 52px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 13%;
    border-radius: 15px;
    align-items: center;
}
.gender-type-con .gender-type-list {
    list-style: none;
    padding: 0;
    margin: 7px 0 0 0;
}
.gender-type-con .gender-type-list li {
    display: inline-block;
    margin-left: 5px;
}
.gender-type-con .gender-type-list li .select_gender {
    cursor: pointer;
    display: flex;
    /* justify-content: space-around; */
}
.gender-type-con .gender-type-list li label {
    margin: 0 12px 0 5px;
    cursor: pointer;
    font-size: 13px;
}
.gender-type-con .gender-type-list li input{cursor:pointer;}


/*create template  loader*/

.create-temppopup{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 200px;
    background: #000000de;
    z-index: 999;
    
}
.create-temppopup.show{display:block;}

.create-temppopup .content{
    width:100%;
    height:100%;
    position:relative;
}

.create-temppopup .content .msg{
    position:absolute;
    width:fit-content;
    margin:auto;
    left:0;
    right:0;
    top:70px;
    color:#000;
    font-size:30px;
    font-weight:600;
}


.create-temppopup .content .loader-msg{
    position:absolute;
    width:fit-content;
    margin:auto;
    left:0;
    right:0;
    top:350px;
    color:#000;
    font-size:20px;
    font-weight:400;
}


.create-temppopup.show .popup-loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.5);
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
}
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #000fff;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}



.vc-disable-editor{
    display:none;
}

.inc_index{z-index:2;}
#popover-password{
    position: absolute;
    display: block;
    top: 70px;
    left: 0;
    background: #000;
    z-index: 9;
    width: 100%;
    border-radius: 5px;
    transition: all .3s ease;
    box-shadow: 0 0 4px #000;
}


#popover-password ul li{
    position:relative;
    padding: 0 10px 0 30px;
}

#popover-password ul li i{
    font-size: 15px;
    top: 0;
    left: 10px;
}

.show-signup-password{z-index: 1;}
.show-signup-password i {
    position: absolute;
    right: 9px !important;
    left: auto !important;
    z-index: 1;
    cursor: pointer;
    bottom: 17px;
}
.recovery-btns{
    margin-top:50px !important;
}

.error-page{padding-top:50px;}

.error-page .err-hd-1{font-size:50px;font-weight:700;color:#000;}
.error-page .err-hd-2{font-size:18px;font-weight:400;color:#efefef;margin-top: 20px;}
.error-page .err-text{font-size:25px;font-weight:500;color:#000;}

.form-links{color: #000 !important;text-decoration: none !important;margin-top: 20px;margin-bottom: 10px;}

















/*responsiveness start */


@media (max-width: 280px) {
    
}


@media (max-width: 575px) {
    .signUp-standard .signin-form-wrapper #login-form{max-width:350px;}
    .signUp-standard .sign-up-form-wrapper #signUp-form{max-width:350px;}
}

@media (min-width: 576px) and (max-width: 767px) {
    .signUp-standard .signin-form-wrapper #login-form{max-width:390px;}
    .signUp-standard .sign-up-form-wrapper #signUp-form{max-width:390px;}
}

@media (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {
    .signUp-standard .sign-up-form-wrapper #signUp-form{ margin: 0 auto;width:450px;}
}


@media (max-width: 991px) {
    .login-con .side-illustration{
        position: relative;
        margin: 0 auto;
        bottom: 0;
        margin-bottom: 50px;
        text-align: center;
        left: 0;
    }
    
    .title-area h3{    text-align: center;}
    .signUp-page .title-area p{    text-align: center;}
    .signUp-standard .signin-form-wrapper #login-form{    margin: 0 auto;}
    .signUp-standard .sign-up-form-wrapper #signUp-form{ margin: 0 auto;}
}


@media (min-width: 992px) and (max-width: 1200px) {
    .signUp-form .col-lg-6{
        max-width:100%;
        flex:0 0 100%;
    }
    
    .signUp-standard .sign-up-form-wrapper #signUp-form{max-width:450px;}
}

@media (max-width: 1200px) {
    .signUp-page form .form-input-wrap:not(:nth-child(1)) .input-group.first,.signUp-page form .form-input-wrap:not(:last-child) .input-group.last{
        border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;
    }
    
    .signUp-page form .form-input-wrap:not(:last-child) .input-group.last{border-bottom:1px solid #dbdbdb;}
    
}

/*responsive ends*/

.form-wrap {
  max-width: 400px;
  
}

.form-wrap .logo {
  margin-bottom: 40px;
}

.form-wrap h3 {
  font-size: 2.2rem;
  color: #1c2437;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.form-wrap p {
  font-size: 14px;
  color: #546274;
  
  line-height: 1.6;
  margin-bottom: 35px;
}

.form-wrap form .form-group {
  margin-bottom: 25px;
  position: relative;
}

.form-wrap form .form-group .form-control {
  height: 52px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 20px 0;
  font-size: 14px !important;
  border-radius: 15px;
  color: #546274;
}

.form-wrap form .form-group .form-control::-webkit-input-placeholder {
  color: #546274;
}

.form-wrap form .form-group .form-control::-moz-placeholder {
  color: #546274;
}

.form-wrap form .form-group .form-control:-ms-input-placeholder {
  color: #546274;
}

.form-wrap form .form-group .form-control:-moz-placeholder {
  color: #546274;
}

.form-wrap form .form-group label {
  position: absolute;
  top: -14px;
  left: 21px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #1c2437;
  letter-spacing: 1px;
  background: #fff;
  padding: 0 5px;
}

.form-wrap form .form-group .form-control:focus~label {
  color: #1e85ff;
}

.form-wrap form .form-group.check-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.form-wrap form .form-group.check-flex .custom-checkbox {
  margin-bottom: 10px;
}

.form-wrap form .form-group.check-flex .custom-checkbox .custom-control-input {
  height: 13px;
  width: 13px;
  border-radius: 3px;
  border: 3px solid rgba(0, 0, 0, 0.08);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-wrap form .form-group.check-flex .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background: #1e85ff;
}

.form-wrap form .form-group.check-flex .custom-checkbox .custom-control-label {
  width: auto;
  text-align: left;
  position: static;
  top: auto;
  left: auto;
  font-weight: 400;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding-left: 9px;
  cursor: default;
  height: 22px;
}

.form-wrap form .form-group.check-flex .custom-checkbox .custom-control-label:before {
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-wrap form .form-group.check-flex .custom-checkbox .custom-control-label:after {
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
}

.form-wrap form .form-group.check-flex .custom-checkbox .custom-control-label a {
  color: #1e85ff;
}

.form-wrap form .form-group.check-flex a {
  color: #546274;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

.form-wrap form .form-group.check-flex a:hover {
  color: #000;
}

.form-wrap form .btn {

  display: block;
  background: #000000;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 2;
  border-radius: 15px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-wrap form .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrap form .flex-wrap .forget-pass {
  color: #1e85ff;
  font-size: 15px;
  font-weight: 600;
}

.form-wrap .thirdparty-login {
  margin-top: 25px;
}

.form-wrap .thirdparty-login p {
  font-size: 16px;

  font-weight: 400;
  color: #546274;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.form-wrap .thirdparty-login ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-wrap .thirdparty-login ul li {
  margin-right: 20px;
}

.form-wrap .thirdparty-login ul li a {
  height: 50px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  padding: 0 5px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrap .thirdparty-login ul li a p {
  color: #546274;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 10px;
  overflow: hidden;
  text-indent: -200px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}

.form-wrap .thirdparty-login ul li a p span {
  padding-right: 10px;
  font-size: 14px;
}

.form-wrap .thirdparty-login ul li a:hover {
  width: auto;
}

.form-wrap .thirdparty-login ul li a:hover p {
  text-indent: 0;
  opacity: 1;
}

.form-wrap .alternet-access {
  border-radius: 12px;
  margin-top: 30px;
  border: 1px solid #d9d9d9;
  padding: 7px;
}
.form-wrap .alternet-access p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
}
.form-wrap .alternet-access p a {
  color: #1e85ff;
}
.ugf-main {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ugf-main .ugf-slider-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f0f2f4;
}

.ugf-main .ugf-slider-wrap .ugf-slider {
  max-width: 600px;
  position: relative;
  padding-bottom: 30px;
}

.ugf-main .ugf-slider-wrap .ugf-slider .owl-dots {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ugf-main .ugf-slider-wrap .ugf-slider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #d2d7da;
  margin-left: 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  outline: none;
}

.ugf-main .ugf-slider-wrap .ugf-slider .owl-dots .owl-dot.active {
  background: #1e85ff;
}
