@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

html,
body {
    height: 100% !important;
    width: 100% !important;
    background-image: linear-gradient(135deg, #8eb863 0%, #384d27 100%);
    background-attachment: fixed;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

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

.form-signin {
    width: 100%;
    max-width: 550px;
    padding: 15px;
    margin: auto;
}

.card {
    border-radius: .75rem;
}

.img-logo {
    width: 8em;
}

main {
    height: 100% !important;
}

.margin {
    display: none;
    opacity: 0;
}

@media (orientation: landscape) and (max-width: 768px) {
    .d-flex {
        display: block !important;
    }

    .margin {
        display: block;
    }

    .img-logo {
        width: 6em;
    }
}
