body {
  padding-top: 40px;
  padding-bottom: 40px;
  /* background-color: #eee; */
  background-image: url(../background.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(var(--vh, 1vh)* 100);
    background-position:  center;
    display: flex;
    align-items: center;
}


.form-signin {
  /* max-width: 330px; */
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 16px !important;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  /* border-top-left-radius: 0;
  border-top-right-radius: 0; */
}
.new_login{
  padding: 32px 56px;
  border-radius: 12px;
  background-color: #404041;
  width: fit-content;
  margin: auto;
}
.login_btn{
  background-color: #ec8e22;
  color: #fff;
}
.new_login h2, .new_login h3 {
  color: #fff;
  margin-bottom: 16px !important;
}
.form-control:focus{
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(206, 205, 205, 0.8);
  border-color: #c5c5c5;
}
.login_btn:hover{
  box-shadow: #fcf8e300 0px 4px 16px, #fcf8e320 0px 8px 24px, #fcf8e320 0px 16px 56px;
}