body {
  font-family: "Rubik", sans-serif;
  /* background: #1aa9ef;*/
  background-color: #3f4e62;
}

.bg-img:before {
  /*  background-image: url(../images/login-bg.jpg);*/
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0.6;
}

.page-login-image:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
}
.ic-lg img {
  /* height: 235px; */
  width: 220px;
}
form.form-signin {
  background-color: white;
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
}
.login-right-wrap.login {
  background-color: #3f4e62;
}
.ic-lg {
  /*     position: absolute;

    top: -44px;

    width: 80px;

    height: 80px;

    margin: 0 auto;

    left: 0;

    right: 0;

    border: 3px solid rgba(255, 255, 255, 0.66);

    line-height: 69px;

    font-size: 45px;

    border-radius: 50%;

    color: #3face2;

    background: rgba(255, 255, 255, 0.58); */
}

.form-signin {
  position: relative;
}

.login-temp-col h1 {
  font-size: 18px;
  margin-bottom: 2px !important;
}

.cpyr {
  font-size: 15px;

  font-weight: 400;

  margin-bottom: 0px !important;

  margin-top: 0px !important;

  /* background: #214359;*/
  background-color: #d29e38;

  color: #fff;

  padding: 0.5rem 0.2rem;
}

.login-temp-col .btn {
  border-radius: 33px;

  font-weight: 600;

  /* background: #214359;*/
  /* border-color: #214359;*/

  background: #47143d;
  border-color: #47143d;

  line-height: normal;
}
a.btn.btn-lg.btn-primary.btn-block:focus {
  outline: none;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #47143d;
  border-color: #47143d;
}

.login-temp-col .form-signin {
  max-width: 600px;

  padding: 0px;
}

.login-left-col {
  background: #ffff;
  padding: 2.5rem;
  height: 451px;
  padding-top: 133px;
}

.lgn-lf {
  text-align: center;

  border-top: 1px solid rgba(0, 0, 0, 0.25);

  padding-top: 0.3rem;

  margin-top: 0.8rem;
}

.login-right-wrap {
  /*
    background: #3face2;
*/
  background-color: white;
  height: 100%;

  padding: 1rem 1.5rem 1.5rem;
}

.login-left-col p {
  color: #3face2;
}
.inp-icn > i {
  position: absolute;
  left: 7px;
  /*color: #f60;*/
  color: #47143d;
  top: 7px;
  font-size: 25px;
}
.inp-icn > .form-control {
  padding-left: 35px;
}
.form-label-group.inp-icn > label {
  left: 20px;
}
