html {
  height: 100%;
}

body {
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  background-repeat: no-repeat;
  background-attachment: fixed; 
  display: flex;
  height: 100%;
  margin: 0;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

@font-face {
  font-family: 'Poppins';
  font-style: NORMAL;
  src: url('https://fonts.googleapis.com/css?family=Poppins');
}

.b-primary-color {
  color: #023F88;
}

.b-secondary-color {
  color: #FFE800;
}

.b-text-ycolor {
  color: #c69672;
}

.b-text-shadow {
  text-shadow: 2px 2px #000;
}

.b-logo {
  background-image: url("../img/logo_porcelain.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  width: 255px;
  height: 53px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  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;
}

.swal-title-success {
  color: #a5dc86;
}

.swal-title-info {
  color: #9cdcf0;
}

.swal-title-warning {
  color: #d7ba7d;
}

.swal-title-danger {
  color: #f27474;
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  }