html,
body {
  height: 100%;
  font-size: 95%;
}

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

.signin-container {
  color: #424242;
}

.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-control {
  margin-bottom: 10px !important;
}

.container {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-light {
  color: #337ab7;
  background-color: #ffffff;
  border-color: #337ab7;
}
.btn-light:hover {
  color: #337ab7;
  background-color: #f8f8f8;
  border-color: #337ab7;
}
.link-primary {
  color: #337ab7;
  text-decoration: none;
}
.link-primary:hover {
  color: #144e81;
  text-decoration: underline;
}
.content-or {
  margin:15px auto 18px;
  width: 100%;
}
.or {
  text-align: center;
  font-size: 12px;
  background-image:linear-gradient(#424242,#424242),linear-gradient(#424242,#424242);
  background-size:40% 1px;
  background-position:center left,center right;
  background-repeat:no-repeat;
  color: #424242;
}

.alert {
  text-align: left !important;
}
.recover-back {
  margin-bottom: 10px;
  font-size: 13px;
}

.inline-container {
  width: 100%; 
  text-align: center; 
  border-bottom: 1px solid #000; 
  line-height: 0.1em;
  margin: 40px 0 40px; 
} 

.inline-container span { 
   background:#fff; 
   padding:0 10px; 
}
