/*variable color*/
/*-table striped color-*/
/*variable breakpoint*/
body {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(rgba(71, 191, 226,0.2), rgba(24, 145, 181,0.8)), url("../gf.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.loginnest {
  border-radius: 3px;
  background-color: #fcfcfc;
  box-shadow: 0px 1px 3px #dadadb;
  padding: 20px;
  display: block;
}

.rem {
  font-weight: 500;
  color: #bbbbbb;
}

.btn-login {
  height: 40px;
  font-size: 16px !important;
}

#forgot {
  font-size: 12px;
  position: absolute;
  right: 55px;
  color: #bbbbbb;
  cursor: pointer;
}
