.card {    
    border: 0;     
}

.card-header {  
  padding: 0;  
  background-color: white;
  border: 0;  
}

.card-body {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .col-4 {
    flex: inherit;
    max-width: 100%;
  }
}

.col-4 {
  min-width: 380px;
}

.title {
  text-align: center;  
  font-size: 1.25rem;
}

.sub-title {
  text-align: center;
}

.btn {
  inline-size: 100%;
}

.btn-primary {
  color: white;
  background-color: black;
  border-color: transparent;
}

.btn-primary:hover {
  color: white;
  background-color: black;
  border-color: transparent;
}

.btn-primary:active {
  color: white;
  background-color: black;
  border-color: transparent;
}

.btn-primary:focus {
  color: white;
  background-color: black;
  border-color: transparent;
}

button, input {
  block-size: 3.125rem
}

label {
  letter-spacing: -.005em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.l-auth-layout__credit {
  margin-inline: auto;
}

.l-auth-layout__credit-label {  
  color: darkgray;
  letter-spacing: normal;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.33333;
}
.l-auth-layout__credit-label-title {  
  color: black;
  font-weight: bold;
}

aside {
  display: block;
  text-align: center;
}

.logo img {  
  width: 150px;
  height: 150px;
  object-fit: contain !important;
}