html,
body {
  height: 100%;
  overflow: hidden
}

body {
  background: url('/images/background-new.png') no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  margin: 0;
}

h1, h2 {
  font-weight: bold;
}

.logo-img {
  object-fit: contain;
}

.custom-shadow {
  box-shadow: 0 0 20px 0 rgba(24, 24, 34, 0.988);
}

.group {
  display: flex;
  line-height: 30px;
  align-items: center;
  position: relative;
}

.icon {
  fill: none;
  color: #1d1414;
  font-weight: normal;
}

.form-signin, .fos_user_registration_register {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.fos_user_registration_register label{
  flex: none;
  margin-bottom:5px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control, .fos_user_registration_register .form-control{
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus, .fos_user_registration_register .form-control:focus{
  z-index: 2;
}
.form-signin input[type="text"], .fos_user_registration_register input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"], .fos_user_registration_register input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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;
    }
}

