html,
body,
section {
  height: 100vh;
  background-color: #212429 !important;
}

form .h3 {
	color: aliceblue;
}

.startsection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.logoTMX {
  flex: 1;
  max-width: 50%;
  margin: auto;
}

.logoTMX img {
  max-width: 100%;
  height: auto;
}

@media (max-width:600px) {
  .startsection {
    flex-direction: column-reverse; 
  }

  .form-signin,
  .logoTMX {
    flex: none; 
    width: 100%; 
  }
}

.wfrbac {
  margin: 0;
  padding: 0;
  height: 100vh;
  background-image: url('../img/wfr.jpg'); 
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(0, 0, 0);
  font-family: Arial, sans-serif;
}

.wfrtxt {
  height: 100vh;
  width: 100vw;
  background: rgba(119, 116, 116, 0.4);
  text-align: center;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
  flex: 1;
  margin-right: 20px;
}

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

.register div {
  margin-bottom: 5px;
}

* {
	box-sizing: border-box;
}
