body {
  background: #343a40;
  font-family: 'Roboto', sans-serif !important;
  letter-spacing: 0.5px;
}


.form-signin {
  background: #33333390;
  border-radius: 25px;
  width: 50rem !important;
  border: 3px solid #414950 !important;
  /* box-shadow: 0px 0px 12px #6abbfc; */
  transform: scale(1);
}


.form-control {
  color: #f8f9fa !important;
  border: none !important;
  border-bottom: 2px solid #f8f9fa !important;
  border-radius: 0px !important;
  background: transparent !important;
}

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  color: #f8f9fa !important;
  border: 0px solid transparent !important;
  border-bottom: 2px solid #f8f9fa !important;
}

.form-control:active {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  border-bottom: 2px solid #f8f9fa !important;
}

::placeholder {
  color: #8a8a8a !important;
  transition: 0.4s;
}

:focus::placeholder {
  color: transparent !important;
  transition: 0.4s;
}

.btn-primary {
  background-color: transparent;
  border: 1.5px solid #6abbfc;
  color: #6abbfc;

}

.btn-primary:hover {
  background-color: #6abbfc;
  border-color: #6abbfc;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {

  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

}

.copyright {
  font-weight: 600;
  color: white !important;
}

.button-sigin {
  margin-top: 5rem !important;
}

input {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}