@charset "utf-8";

body, html{
  height: 100%;
}

#loginPage{
  background: #fff3e0;
  background: url('/static/img/login_splash.png');
  background-size: cover;
  background-position: bottom;
}

.img-logo{
  width: 100%;
}

.card-form-login{
  /*box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.35), 0 1px 3px 0 rgba(0, 0, 0, 0.70);*/
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  position: relative;
  /*padding: 26px;*/
  /*border-radius: 4px;*/
  color: rgba(0, 0, 0, 0.87);
  width: 372px;
  height: 374px;
  /*min-height: 450px;*/
  background: #FFFFFF;
}

.ibm-plex-sans-regular {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

 input:-webkit-autofill,
  input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
  }

.inside {
    position: absolute;
    bottom: -6px;
}

#btnAccedi{
  /*background-color: #1976d2;*/
  /*color: white;*/
  /*margin: 8px 8px 8px 0;*/
  box-shadow: 0 0 #0003, 0 0 #00000024, 0 0 #0000001f;
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  /*border-radius: 4px;*/
  font-family: Roboto,Helvetica Neue,sans-serif;
  font-size: 14px;
  font-weight: 500;
}

a{
  text-decoration: underline;
  color: black;
}