.login-bg {
  background: url('../../assets/img/bg-image/bg.jpg');
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-wrap {
  width: 250px;
  margin: 0 auto;
  max-height: 120px;
  margin-bottom: 30px;
}
.logo-wrap img {
  filter: invert(90%) sepia(100%) saturate(29%) hue-rotate(256deg) brightness(200%) contrast(100%);
}
.card.log-card {
  height: 100%;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  text-align: center;
  padding: 40px 0;
  border-radius: 30px;
  border: 3px solid #777;
}

.log-card .card-body {
  padding: 0px 40px;
}

.card-text-register{
  color: #fff;
}

.log-card .card-body h3 {
  margin-bottom: 30px;
}
.log-card-title {
  margin-top: 25px;
}
.btn-register {
  background: #005a8d;
  border: 1px solid #005a8d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 100px;
  border-radius: 5px;
}

.btn-register:hover,
.btn-register:active,
.btn-register:focus {
  background: #9999;
  border: 1px solid #005a8d;
  color: #fff;
}

.btn-register-link {
  font-weight: 600;
  color: #005a8d;
  padding: 0 5px;
}
.btn-register-link:hover,.link-forgot-pass:hover {
  color: #c05280;
  text-decoration: none;
}
.link-forgot-pass {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
  padding: 5px 0;
}
.customer-register input.form-control::placeholder,
.partner-login input.form-control::placeholder 
{
  color: #bbb;
}
.customer-register .input-group-text {
  background: #fff;
  border: none;
}
.customer-register .form-control:focus {
  box-shadow: none;;
}
.customer-register .input-group-text i:hover {
  cursor: pointer;
}
hr.separator {
  border-top: 2px solid #005a8d;
  width: 100px;
}
header#masthead {
display: none;
}
.customer-register a{
  margin-bottom: 15px;
  margin-top: 15px;
  color: #005a8d;
}
.partner-register a{
  margin-bottom: 15px;
  margin-top: 15px;
  color: #005a8d;
}
.partner-register{
  margin-top: 30px;
}