.loginform-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.5px;
  font-size: 18px;
  width: 30%;
}

@media only screen and (max-width: 845px) {
  .loginform-container {
    width: 100%;
    height: 100%;
    max-height: none;
    justify-content: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .loginform-container {
    width: 50%;
    justify-content: center;
  }
}
@media screen and (orientation: landscape) and (max-width: 1200px) {
  .loginform-container {
    width: 100%;
    height: 100%;
    max-height: none;
  }
}

.loginform-title {
  font-size: initial;
  color: white;
}

label input {
  font-size: 18px !important;
  margin: 12px;
}

.sq-angle {
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-bottom: 160px solid transparent;
  border-left: 160px solid #ff9900;
  position: absolute;
  right: 0;
  top: -100%;
  transform: translate(100%, 0%) rotate(-0deg);
  margin-top: 21px;
}

.loginform-bottomform form {
  position: relative;
}

.loginform-container label > div {
  display: block;
  text-align: center;
}

.loginform-container label > input[type='text'],
.loginform-container label > input[type='password'] {
  display: block;
  margin: 1% auto;
}

.padtop.centered.btn-link {
  font-size: 16px;
  text-align: center;
  margin: 20px auto;
}

.padtop.centered.btn-link a {
  text-decoration: none;
  color: white;
}

.padtop.centered.btn-link a:visited {
  text-decoration: none;
  color: white;
}

.loginlogo {
  max-width: 250px;
  width: 26vh;
}
