.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1254px) {
  .container {
    max-width: 100%;
  }
}

.page {
  padding: 0px;
  min-height: 100vh;
}

.row {
  min-height: 100vh;
}

.card-img-col {
  position: relative;
  width: 500px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#346ffe),
    to(#2151e8)
  );
  background-image: linear-gradient(#346ffe, #2151e8);
}

.card-img-col .background {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  max-height: 40%;
}

.card .main-content {
  width: calc(100% - 500px);
  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;
}

@media (max-width: 991.98px) {
  .card .main-content {
    width: 100vw;
  }
}

.btn.is-primary {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#346ffe),
    to(#2151e8)
  );
  background: linear-gradient(#346ffe, #2151e8);
  color: #fff;
  font-size: 14px;
}

.btn.is-primary:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2151e8),
    to(#2151e8)
  );
  background: linear-gradient(#2151e8, #2151e8);
}

.btn.is-primary:hover:not(.is-disabled) {
  color: #fff;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.23);
}

.btn.is-primary.is-disabled {
  background: #99e6dc;
}

.btn.is-secondary {
  background: rgba(52, 111, 254, 0.2);
  color: #2151e8;
  border: solid 1px #e6f8f6;
  font-size: 14px;
}

.btn.is-secondary:hover:not(.is-disabled) {
  color: #2151e8;
  border-color: #2151e8;
}

.btn.is-secondary:active,
.btn.is-secondary:focus {
  background: #2151e8;
  color: #fff !important;
}

.btn-block.half {
  width: 48%;
}

.btn-block.short {
  padding-left: 32px;
  padding-right: 32px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.text-button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.text-button:focus {
  outline: none !important;
}

.card-login-col {
  padding: 0px;
  color: #0c0c0c;
}

.card-login-col .logo {
  margin-bottom: 80px;
}

.card-login-col .logo-success {
  margin-bottom: 18px;
}

.card-login-col h4 {
  margin-bottom: 8px;
}

.card-login-col p {
  margin-bottom: 32px;
}

.card-login-col p span {
  color: #0c0c0c;
}

.card-login-col ul {
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
}

.card-login-col ul img {
  margin-right: 13px;
}

@media (max-width: 768px) {
  .card-login-col {
    padding: 0;
  }
}

.card-img-col h2 {
  font-weight: bold;
}

.card-img-col ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
}

.card-img-col ul li {
  margin-bottom: 16px;
}

.card-img-col ul li img {
  margin-right: 13px;
}

.card-img-col > div {
  padding: 80px 60px;
}

.card-img-col > div:last-of-type {
  margin-top: 0;
}

.text-blue {
  color: #346ffe;
}

.text-green {
  color: #00cc7a;
}

.form-with-icon .form-control {
  border: none;
  background-color: #f3f3f3;
  padding-top: 20px;
}

.form-with-icon .form-control:focus {
  border: 1px solid #2151e8;
  border-left: 5px solid #2151e8;
}

.form-with-icon .icon-verify-success {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.input-placeholder {
  position: absolute;
  top: 50%;
  left: 56px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #cfd4db;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}

.input-placeholder.no-icon {
  left: 16px;
}

.form-with-icon .form-control:focus ~ .input-placeholder,
.form-with-icon .form-control:not([value=""]) ~ .input-placeholder,
.form-with-icon .form-control:-webkit-autofill ~ .input-placeholder {
  font-size: 12px;
  top: 15px;
}

.form-control-show {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.form-control-show:focus {
  outline: none !important;
}

.form-error {
  color: #ff3737;
  border: 1px solid #ff3737;
  border-left: 5px solid #ff3737;
}

.is-valid.form-group:before,
.is-valid.form-with-icon:before {
  background: #2151e8;
}

.has-error.form-group .form-control,
.has-error.form-with-icon .form-control {
  border: 1px solid #ff5f5f;
  border-left: 5px solid #ff3737;
}
/*# sourceMappingURL=app.css.map */

form .statistics-box:hover{
  box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 3%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(0 0 0 / 4%), 0 100px 80px rgb(0 0 0 / 8%);
}
