html,
body {
  width: 100%;
  height: 100%;
}


ul,
li {
  margin: 0px;
  list-style-type: none;
}

input[type="text"],
input[type="password"] {
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: 20px;
  height: 43px;
  padding: 15px;
  /* font-family: 'poppins'; */
  letter-spacing: 1px;

}

input[type="password"],
input#c_password_reset,
input#password_reset {
  padding-right: 40px !important;
  color: #fff !important; 
}

input:focus {
  border: 1px solid rgba(255, 255, 255, 1.00) !important;
  box-shadow: none !important;
  color: #fff !important;
  outline: 0;
}

.pwd-hide-show,
.confirm-pwd-hide-show,
.otp-pwd-hide-show,
.reset-pwd-hide-show {
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 18px;
  display: none;
}

.pwd-hide-show span,
.confirm-pwd-hide-show,
.otp-pwd-hide-show,
.reset-pwd-hide-show {
  cursor: pointer;
  color: #fff;
}



.login-box {
  width: 400px;
  background: #fff;
  border-radius: 5px;
  padding: 25px !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.validate-input {
  position: relative;
}

.validate-input>label {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  background: transparent !important;
}



canvas {
  display: block;
}


/* ---- stats.js ---- */
#particles-js {
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg);
}


input::-webkit-input-placeholder {
  color: #fff;
}

input:-moz-placeholder {
  color: #fff;
}

input::-moz-placeholder {
  color: #fff;
}

input:-ms-input-placeholder {
  color: #fff;
}

label {
  margin: 0;
  display: block;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}


/*//////////////////////////////////////////////////////////////////
  [ login ]*/
.container-login100 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* padding: 50px; */
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(160deg, rgb(4, 47, 111), rgba(105, 49, 242, 0.92), rgb(5, 55, 132));
}


.container-login100 .wrap-login100 {
  max-width: 50%;
  flex: 0 0 50%;
}

.container-login100 .wrap-login100 #loginform,
#forgot_pass_form,
#reset_pass_form {
  width: 60%;
  overflow: hidden;
  padding: 50px;
}


.container-login100 .wrap-login100 #loginform input::placeholder,
#forgot_pass_form input::placeholder,
#reset_pass_form input::placeholder {
  color: rgba(255, 255, 255, 0.70);
  opacity: 1;

}

.container-login100 .wrap-login100 #loginform input:-ms-input-placeholder,
#forgot_pass_form input:-ms-input-placeholder,
#reset_pass_form input::placeholder {
  color: rgba(255, 255, 255, 0.70);
  opacity: 1;

}

.container-login100 .wrap-login100 #loginform input::-ms-input-placeholder,
#forgot_pass_form input::-ms-input-placeholder,
#reset_pass_form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.70);
  opacity: 1;

}

.login-seperator {
  /* background-color: rgba(255, 255, 255, 0.20); */
  height: 450px;
  width: 1px;
  margin: auto;
}

.login-main {
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 575px) {
  .login-main {
    background-color: inherit;
  } 
}


.error {
  color: #ffadd3 !important;
}

/*------------------------------------------------------------------
  [ Form ]*/

.login100-form {
  width: 100%;
}




.login100-form-title {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
  display: block;
  text-align: left;
}


/*------------------------------------------------------------------
  [ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  /* border-bottom: 2px solid rgba(255, 255, 255, 0.24); */
  margin-bottom: 30px;

}

.input100:focus+.focus-input100::before {
  width: 100%;
}

.has-val.input100+.focus-input100::before {
  width: 100%;
}

.has-val.input100 {
  padding-left: 5px;
}


/*==================================================================
  [ Restyle Checkbox ]*/


/*------------------------------------------------------------------
  [ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  /* font-family: poppins; */
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  padding: 10px 40px;
}

.login100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.60);
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.login100-form-btn:hover {
  color: #000;
}

.login100-form-btn:hover:before {
  /* opacity: 0; */
  background: #fff;
}


.loginFormTitle {
  text-align: center;
  font-size: 18px;
  color: #fff;
  /* font-family: 'poppins'; */
}


.login-form-container {
  margin: 50px 0;
}

.reset-form-container {
  margin: 50px 0;
}

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


/* Forgot Password Screen Start */

.forgotPasswordContainer {
  justify-content: center;
}

.forgotPasswordWrp {
  width: 50%;
  display: flex;
  justify-content: center;
}

.forgotPasswordContainer a,
.login-form-container a {
  color: rgba(255, 255, 255, 0.7);
}


.forgotPasswordContainer a:hover,
.login-form-container a:hover {
  color: rgba(255, 255, 255, 1.0);
}

/* Forgot Password screen End */


ul.messages {
  padding: 0 0 15px 0;
  color: rgba(255, 255, 255, 0.7);
}

.login-tx-link {
  color: #ffffff6b;
}

.login-tx-link:hover {
  color: #fff;
}

.bottom-left-item a:hover {
  color: #fff;
  text-decoration: underline;
}

.sci-log.divider-text::before, 
.sci-log.divider-text::after {
  background-color: #e5e9f254;
}



@media (max-width: 1366px) {
  .login-left-img {
    padding: 80px;
    padding-bottom: 20px;
  }
 .corner-items.btm-left {
    bottom: 40px;
} 
}

input[type="password"]::-ms-reveal {
  display: none;
}


/*#########################################################################################################################
                                            Mobile CSS Start
##########################################################################################################################*/

@media (max-width: 575.98px) {

  .wrap-login100 {
    padding: 55px 15px 37px 15px;
  }

  .loginContainerSection {
    display: none;
  }

  .login-seperator {
    display: none;
  }

  .container-login100 .wrap-login100 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .container-login100 .wrap-login100 #loginform,
  #forgot_pass_form,
  #reset_pass_form {
    width: 100%;
    padding: 0px;
  }

  .login-form-container {
    margin: 30px 0;
  }

  .loginFormTitle {
    font-size: 17px;
  }

  .container-login100 {
    padding: 20px;
    overflow: auto;
  }

  .scikiqLogoWrp {
    display: none;
  }

  .corner-items.top-right {
    right: inherit;
    width: 100%;
    text-align: center;
  }

  .top-left-item {
    text-align: center;
  }

  .top-right-item {
    text-align: center;
    margin-bottom: 20px;
  }

  .bottom-left-item {
    text-align: center;
  }


}

/*#########################################################################################################################
                                            Mobile CSS End
##########################################################################################################################*/



/*#########################################################################################################################
                                              MEDIA QUERY START 576px onwards
#########################################################################################################################*/

@media (min-width: 576px) {

  .container-login100 .loginContainerSection p,
  .loginFormTitle {
    font-size: 14px;
    line-height: 0px;
  }

  .container-login100 .wrap-login100 #loginform,
  #forgot_pass_form,
  #reset_pass_form {
    min-width: 450px;
  }

  .login-left-content {
    min-width: 450px;
    margin-left: 30%;
  }
  

}

/*#########################################################################################################################
                                            MEDIA QUERY END 576px onwards
############################################################################################################################*/







.content__container {
  font-weight: 600;
  overflow: hidden;
  height: 60px;
  padding: 0 40px;
  position: relative;
}

.content__container:after, .content__container:before {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 42px;
  line-height: 60px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.content__container__text {
  display: inline;
  float: left;
  margin: 0;
}
.content__container__list {
  margin-top: 0;
  padding-left: 0px;
  text-align: center;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.content__container__list__item {
  line-height: 60px;
  margin: 0;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%,45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%,62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%,79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%,95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%,45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%,62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%,79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%,95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}
