
  html { 
  background: url(../../dist/img/index.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.login-page, .register-page {
  background-color:transparent!important;
  align-items: flex-start!important;
}
.login-box {
    margin-left: 165px;
}
.login-card-body, .register-card-body {
  background-color: #212529b8;
    border: 3px solid orange;
    color: #666;
    padding: 23px;
    border-radius: 6px;
}
button.btn.btn-pink.btn-block {
    background: #e83e8c;
    color: #fff;
}
.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    background-color: #dcd6d6!important;
    border-bottom-right-radius: 0rem!important;
    border-left: 0;
    border-top-right-radius: 0rem!important;}
    .form-control {
    border-radius: 1px!important;
    }
    label{
        font-size:small;
        margin-bottom: 0rem;
        font-weight: normal;
    }
@media only screen and (max-width: 600px) {
  .login-box {
    margin: auto;
}
}
