html,
.row{
  min-height: 100vh;
  max-height: 100vh;
}
.btn-primary{
  background-color: #011d7e;
}
.btn-primary:hover{
  background-color: #0328a6;
}
.form-signin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  max-width: 330px;
  padding: 70px 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bg-login{
  background-color: #fff;
  background-image: url(../img/crm-image.jpg);
  background-size: cover;
  background-position: right;
  /* background-repeat: no-repeat; */
}
.copyright{
  font-size: 12px;
}
#forgot{
  text-decoration: none;
}
h1{
  margin-bottom:0 !important;
}
@media screen and (max-width: 479px) {
  .bg-login{
    display: none;
  }
}