.bgpage {
  background: url("../../../new/images/bg2.jpg");
  background-size: cover;
  background-position: center;
}
body.login-page.bgpage:before {
  content: "";
  background: linear-gradient(to right, #1a42e09c 0%, #05c3fb91 100%);
  height: 100%;
  width: 100%;
  position: absolute;
}

input[type="text"],
input[type="text"]:not(.browser-default),
input[type="password"],
input[type="password"]:not(.browser-default) {
  outline: 0;
  margin-bottom: 0;
  color: #74829c;
}

input[type="text"]:focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]) {
  box-shadow: none;
}

textarea {
  outline: 0;
  border: 0;
}

input:focus::-webkit-input-placeholder {
  color: #000;
}

input:focus:-moz-placeholder {
  color: #74829c;
}

input:focus::-moz-placeholder {
  color: #74829c;
}

input:focus:-ms-input-placeholder {
  color: #74829c;
}

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: #74829c !important;
}

input:-moz-placeholder {
  color: #74829c !important;
}

input::-moz-placeholder {
  color: #74829c !important;
}

input:-ms-input-placeholder {
  color: #74829c !important;
}

textarea {
  outline: 0;
  border: 0;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:-moz-placeholder {
  color: #000;
}

textarea:-ms-input-placeholder {
  color: #000;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

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

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

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

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

textarea::-webkit-input-placeholder {
  color: #000;
}

textarea::-moz-placeholder {
  color: #000;
}

label {
  margin: 0;
  display: block;
}

button {
  outline: none !important;
  border: 0;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}
.shadow-3d-dark:before {
  border-radius: inherit;
  box-shadow: none;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-in-out;
  background: rgba(31, 33, 40, 0.3);
  left: 1rem;
  right: 1rem;
  top: 1rem;
  will-change: backdrop-filter;
  z-index: -1;
}
.shadow-3d-dark:after {
  border-radius: inherit;
  box-shadow: none;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-in-out;
  background: rgba(31, 33, 40, 0.15);
  left: 2rem;
  right: 2rem;
  top: 1.75rem;
  z-index: -2;
}

.txt1 {
  font-size: 14px;
  color: #1a42e0 !important;
  line-height: 1.5;
  text-align: center;
}

.limiter {
  width: 100%;
  margin: 0 auto;
}
.f-bold {
  font-weight: 600;
}
.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}

.wrap-login100 {
  width: 350px;
  border-radius: 10px;
  position: relative;
  padding: 30px;
  background: #fff;
}

.login100-form {
  width: 100%;
}

.brdrds {
  border-radius: 30px;
}
.login100-form-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background-color: transparent;
  margin: 0 auto;
  margin-bottom: 20px;
}

.login100-form-logo img {
  width: 80px;
  border-radius: 0;
}

.login100-form-title {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  display: block;
}
.login100-form-subtitle {
  font-size: 18px;
  color: #999;
  text-align: center;
  display: block;
}
.wrap-input100 {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.form-check .form-check-input:checked + .form-check-sign .check {
  background: #2962ff;
}
input[type="text"].input100,
input[type="text"]:not(.browser-default).input100,
input[type="password"].input100,
input[type="password"]:not(.browser-default).input100,
input[type="email"].input100,
input[type="email"]:not(.browser-default).input100 {
  font-size: 14px;
  line-height: 1.5;
  color: #74829c;
  display: block;
  width: 100%;
  background: #ffffff;
  height: 44px;
  padding: 0 20px 0 40px;
  border-radius: 5px;
  border: 1px solid #ecf0fa;
  box-sizing: border-box;
  box-shadow: none !important;
}

input[type="text"].input100:focus,
input[type="text"]:not(.browser-default).input100:focus,
input[type="password"].input100:focus,
input[type="password"]:not(.browser-default).input100:focus,
input[type="email"].input100:focus,
input[type="email"]:not(.browser-default).input100:focus {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  display: block;
  width: 100%;
  background: #ffffff;
  height: 44px;
  padding: 0 20px 0 40px;
  border-radius: 5px;
  border: 1px solid #ecf0fa;
  box-sizing: border-box;
}
.lgnbtn {
    background: #1a42e0 !important;
    opacity: 1 !important;
    color: #fff !important;
    height: 44px;
}
.lgnbtn:hover {
    opacity: 0.8 !important;
}
.icnfcs {
  position: absolute;
  top: 13px;
  left: 14px;
  color: #74829c;
}
.focus-input1001 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 8px;
  left: 0;
  color: #000;
  pointer-events: none;
  transition: all 0.4s;
}

.contact100-form-checkbox {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.contact100-form-checkbox .form-check .form-check-sign .check {
  border: 1px solid #000;
}

.contact100-form-checkbox .form-check .form-check-label {
  color: #000;
}

.input-checkbox100 {
  display: none;
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #555;
}

.label-checkbox100 {
  font-size: 13px;
  color: #000;
  line-height: 1.2;
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

[type="checkbox"] + label:before {
  top: 8px;
  border: 2px solid #000;
}

[type="checkbox"]:not(.filled-in) + label:after {
  top: 8px;
  border: 2px solid #000;
}

.label-checkbox100::before {
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 13px;
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.container-login100-form-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  font-size: 16px;
  color: #555;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 120px;
  height: 50px;
  border-radius: 25px;
  background: #8e57f9;
  background: linear-gradient(bottom, #8e57f9, #03a9f4);
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

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

.login100-form-btn:hover:before {
  opacity: 0;
}

.login100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #000;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.4s;
}

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 55px 15px 37px 15px;
  }
}

.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: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

.alert-validate .material-icons.erroe_dis {
  position: absolute;
  right: 0;
  top: 11px;
  color: #ca0a0a;
}

.p-b-34 {
  padding-bottom: 34px;
}

.p-t-27 {
  padding-top: 27px;
}

.p-t-90 {
  padding-top: 90px;
}

.form-404 {
  text-align: center;
}

.content-404 {
  color: #000;
  font-size: 14px;
  padding: 30px;
}

.form404-title {
  font-size: 50px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  display: block;
}

.txt-locked {
  color: #000;
  font-size: 18px;
  padding: 10px 0;
}

.page-background {
  background-image: url("../../../assets/images/bg-01.jpg");
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.input100:focus + .focus-input1001 {
  top: -22px;
  font-size: 18px;
}

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

.loginmain {
  background: #f1f2f7;
}

.site-link {
  padding: 5px 15px;
  position: fixed;
  z-index: 99999;
  background: #000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  right: 30px;
  bottom: 30px;
  border-radius: 10px;
}

.site-link img {
  width: 30px;
  height: 30px;
}

.loginCard {
  width: 70%;
  margin: 10% auto;
  background-image: url("../../../assets/images/bg-01.jpg");
  min-height: 400px;
  display: block;
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.loginCard > div {
  vertical-align: middle;
  text-align: center;
  color: #000;
  width: 50%;
  float: left;
}

.loginCard .login-btn {
  position: absolute;
  top: 40%;
}

.loginCard .rgstr-btn {
  right: 0;
  position: absolute;
  top: 40%;
}

.loginCard button {
  background: transparent;
  display: inline-block;
  padding: 10px 30px;
  border: 3px solid #000;
  border-radius: 50px;
  background-clip: padding-box;
  position: relative;
  color: #000;
  transition: all 0.25s;
}

.loginCard button.dark {
  border-color: #bd59d4;
  background: #bd59d4;
  box-shadow: 0 10px 30px 0 rgba(189, 89, 212, 0.5);
  -moz-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, 0.5);
  -webkit-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, 0.5);
  -o-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, 0.5);
  -ms-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, 0.5);
}

.loginCard button:active {
  box-shadow: none;
}

.loginCard button:focus {
  outline: 0;
}

.loginCard .wrapper > form {
  padding: 15px 30px 30px;
  transition: all 0.5s;
  background: #000;
  width: 100%;
  border-radius: 20px;
}

.loginCard .wrapper > form:focus {
  outline: 0;
}

.loginCard .wrapper > form > div {
  position: relative;
  margin-bottom: 15px;
}

.loginCard .wrapper #login {
  padding-top: 20%;
  visibility: visible;
}

.loginCard .wrapper #register {
  transform: translateY(-80%) translateX(100%);
  visibility: hidden;
}

.loginCard .wrapper.move #register {
  transform: translateY(-100%) translateX(0);
  visibility: visible;
}

.loginCard .wrapper.move #login {
  transform: translateX(-100%);
  visibility: hidden;
}

.loginCard .wrapper label {
  position: absolute;
  top: -7px;
  font-size: 12px;
  white-space: nowrap;
  background: #000;
  text-align: left;
  left: 15px;
  padding: 0 5px;
  color: #999;
  pointer-events: none;
}

.loginCard .wrapper h3 {
  margin-bottom: 25px;
}

.loginCard .wrapper input {
  height: 40px;
  width: 100%;
  border: solid 1px #999;
  border-radius: 20px;
  padding-left: 10px;
}

.loginCard .wrapper input:focus {
  outline: 0;
  border-color: #ff4931;
  box-shadow: none !important;
  border-bottom: 1px solid #ff4931 !important;
}

.loginCard .move button.dark {
  border-color: #bd59d4;
  background: #bd59d4;
  box-shadow: 0 10px 30px 0 rgba(189, 89, 212, 0.5);
  -moz-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, 0.5);
  -webkit-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, 0.5);
  -o-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, 0.5);
  -ms-box-shadow: 0 10px 30px 0 rgba(189, 89, 212, 0.5);
}

.loginCard .splits p {
  font-size: 18px;
}

.loginCard > .wrapper {
  position: absolute;
  width: 40%;
  height: 120%;
  top: -10%;
  left: 5%;
  border-radius: 20px;
  background: #000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  transition: all 0.5s;
  color: #303030;
  overflow: hidden;
}

.loginCard > .wrapper.move {
  left: 45%;
}

@media (max-width: 767px) {
  .loginCard {
    padding: 5px;
    margin: 0;
    width: 100%;
    display: block;
  }

  .loginCard > div {
    display: inline-block;
  }

  .loginCard > .wrapper {
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
  }

  .loginCard > .wrapper.move {
    left: 0;
  }

  .splits {
    width: 50%;
    background: #000;
    float: left;
  }

  .splits button {
    width: 100%;
    border-radius: 0;
    background: #505050;
    border: 0;
    opacity: 0.7;
  }

  .splits button.active {
    opacity: 1;
    background: #ff4931;
  }

  .splits p {
    display: none;
  }

  .splits.rgstr-btn button.active {
    background: #e0b722;
  }
}

input:-webkit-autofill {
  box-shadow: inset 0 0 0 50px #000;
}

textarea:-webkit-autofill {
  box-shadow: inset 0 0 0 50px #000;
}

select:-webkit-autofill {
  box-shadow: inset 0 0 0 50px #000;
}

.flex-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.login100-social-item {
  font-size: 25px;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  margin: 5px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.bg-fb {
  background-color: #3b5998;
}

.bg-twitter {
  background-color: #1da1f2;
}

.bg-google {
  background-color: #ea4335;
}
