body, html{
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  color: #666666;
  height: 100%;
  background-color: #f5f5f5;
}
body{
  display: flex;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #f5f5f5;
}
a {
  color: #666666;
  font-size: 2.1vh;
  font-weight: bold;
}
a:hover {
  color: #000000;       
}
.btn, .form-control{
  border-width: 0.2vh;
  outline-width: 0.2vh;
  color: #000000;
  border-color: #CCCCCC;
}
.btn-outline-primary:hover, .btn-outline-primary:focus{
  background-color: #FF5D00;
  border-color: #FF5D00;
}
h5{
  font-weight: bold;
  font-size: 2.5vh;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.form-signin {
  width: 100%;
  max-width: 33%;
  padding: 2vh;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 2vh;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1vh;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 2vh;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.img-1{
  width: 14vw;
  margin: 2vw;
}

#form-floating_1{
  width: 90%;
}
#form-floating_2{
  width: 10%;
}
@media (orientation: portrait){
  #form-floating_1{
    width: 80%;
  }
  #form-floating_2{
    width: 20%;
  }
  .img-1{
    width: 150px;
  }
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .form-signin {
    width: 100%;
    max-width: 80%;
    padding: 2vh;
    margin: auto;
  }        
  .img-1{
    width: 150px;
  }
}

@media (orientation: landscape) and (max-width: 1024px){
  #form-floating_1{
    width: 80%;
  }
  #form-floating_2{
    width: 20%;
  }
  .img-1{
    width: 150px;
  }
  h5{
    font-size: 16px;
  }
  .btn, .form-control{
    font-size: 12px;
    padding: 4px;
  }
}