* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-position: top center;
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*Login Form*/

.tombolmasuk {
  background-color: #ff0000 !important;
  border: none;
  color: #ffffff;
  text-decoration: none !important;
}

.tomboldaftar {
  background-color: #ff0000 !important;
  border: none;
  color: #ffffff;
  text-decoration: none !important;
}

@media screen and (max-width: 996px) {
  .w-50 {
    min-width: 100vw !important;
  }
}

/*Line*/
.line {
  position: relative;
  height: 1px;
  width: 100%;
  margin: 20px 0px;
  background-color: #dee2e6;

  &::before {
    content: "atau";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: #212529;
    padding: 0 15px;
  }
}

/*Logo Login*/

.loginimage {
  margin-top: 50px;
  margin-bottom: 50px !important;
  display: block;
  margin-left: 520px;
}

@media only screen and (max-width: 992px) {
  .loginimage {
    margin-left: 27px !important;
    display: block;
  }
}

/*Line*/

hr {
  margin-right: 250px;
  margin-left: 250px;
}

@media only screen and (max-width: 992px) {
}
