html,
body {
  height: 100%;
background-color: #f5f5f5;
  
}

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

.form-signin {
  width: 100%;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.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;
}

#custom-button {
    padding: 10px;
    color: white;
    background-color: #37aa4e;
    /* border: 1px solid #000; */
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}
}

#custom-button:hover {
  background-color: #00b28f;
}

#custom-text {
  margin-left: 10px;
  font-family: sans-serif;
  color: #aaa;
}

details summary::after{
    display: none;
}

details .help {
    background: #fff!important;
    color: #5e5e5e!important;
    border-color: #c4c4c4!important;
    box-shadow: none!important;
}
.logo img {
    width: 300px;
        margin-bottom: 80px;
}
.logo {
    background: none!important;
    padding: 0px!important;

}
@media (max-width: 550px) {
    body {
        max-width: 100%;
    }
}

.card, .card-body, .rounded {
  background-color: #fff!important;
}