.testClass {
  border: 10px solid red;
  color: white;
}

h1 > .hidden {
  height: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
  font-size: 0px;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  color: #f5f5f5;
}

input {
  background-color: transparent !important;
}

input[type="text"], .form-signin input[type="text"], .form-signin input[type="password"] {
  border-radius: 0;
  background-color: transparent;
  font-size: 30px;
  border: none !important;
  box-shadow: none;
  padding: 0 15px 15px 50px;
  color: #f5f5f5;
}

input[type="text"]:active, .form-signin input[type="text"]:active, .form-signin input[type="password"]:active {
  border: none;
}

.form-control:focus {
  border: none !important;
}

fieldset {
  border: 1px solid rgba(245, 245, 245, 0.3);
  border-radius: 50px;
  margin: 10px auto 20px;
}

fieldset legend {
  display: block;
  width: auto;
  padding: 0;
  margin-bottom: 0px;
  font-size: 21px;
  line-height: inherit;
  color: #f5f5f5;
  border: none;
  margin-left: 35px;
}

fieldset legend label {
  font-size: 16px;
  font-weight: 300 !important;
  padding: 0 10px 5px 10px;
}

.form-signin {
  max-width: 600px;
}

.checkbox {
  color: #f5f5f5;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  padding: 0px 0px 0px 40px;
}

.form-signin input[type="password"] {
  margin-bottom: 0;
}

.forgot-link {
  padding-left: 55px;
}

.forgot-link a {
  color: #f5f5f5;
  text-decoration: underline;
}

.forgot-link:nth-of-type(2) {
  padding-right: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #f5f5f5;
  transition: background-color 5000s ease-in-out 0s;
}

.separator {
  margin-top: 25px;
}

.separator p {
  color: #f5f5f5;
  font-size: 18px;
  float: left;
}

.separator .line {
  display: block;
  width: calc(100% - 2em);
  float: left;
  height: 1px;
  margin: -22px 5px 5px 32px;
  background-color: rgba(245, 245, 245, 0.3);
}

.login-btn {
  font-size: 20px;
  border-radius: 30px;
  color: #f5f5f5;
  border: 1px solid transparent;
}

p {
  color: #f5f5f5;
  font-size: 18px;
}

.submit-btn {
  background-color: rgba(47, 154, 65, 0.7) !important;
  padding: 8px 45px;
  transition: 200ms;
}

.submit-btn:hover {
  background-color: #2f9a41 !important;
  -webkit-box-shadow: 0px 2px 10px 5px rgba(47, 154, 65, 0.5);
  -moz-box-shadow: 0px 2px 10px 5px rgba(47, 154, 65, 0.5);
  box-shadow: 0px 2px 10px 5px rgba(47, 154, 65, 0.5);
}

.register-btn {
  background-color: rgba(0, 124, 186, 0.7);
  padding: 10px 40px;
  transition: 200ms;
  margin-top: 15px;
}

.register-btn:hover {
  background-color: #007cba;
  color: #f5f5f5;
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 10px 5px rgba(0, 124, 186, 0.5);
  -moz-box-shadow: 0px 2px 10px 5px rgba(0, 124, 186, 0.5);
  box-shadow: 0px 2px 10px 5px rgba(0, 124, 186, 0.5);
}

.back-link {
  color: #f5f5f5;
  text-decoration: underline;
}

.display-field {
  color: #f5f5f5;
  padding: 0 0 15px 45px;
  font-size: 30px;
  display: block;
}

.display-field a {
  color: #f5f5f5;
  /*padding: 0 0 15px 35px;*/
  font-size: 30px;
  text-decoration: none;
}

.display-field a:hover {
  text-decoration: none;
  color: #f5f5f5;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  fieldset {
    border-color: transparent;
  }
  input[type='text'], .form-signin input[type='text'], .form-signin input[type='password'] {
    border: 1px solid #fff !important;
    border-radius: 50px;
    padding: 15px 15px 15px 50px;
  }
}
