* {
  margin: 0;
  padding: 0;
}

.background {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://images.hdqwalls.com/download/ultimate-supercars-k6-1920x1080.jpg");
  background-position: center;
  background-size: cover;
  position: absolute;
}

header {
  display: flex;
  justify-content: space-between;
  height: 60px;
  background-color: #FFD942;
  opacity: 0.8;
}
header .left-part {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
header .right-part {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
header a {
  display: inline-block;
  height: 100%;
  padding: 0 20px 0 20px;
  text-decoration: none;
  color: black;
  vertical-align: middle;
}
header a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
header a:first-child {
  padding: 0 10px 0 10px;
}
header a:last-child {
  margin-right: 10px;
}
header a:hover {
  background-color: #FFA442;
  border: 1px solid black;
}

.round-with-shadow {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 45px 3px #999;
}

.btn a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: black;
  text-decoration: none;
}

.form-box {
  height: 350px;
  width: 350px;
  position: relative;
  margin: 7.5% auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 30px;
}

.toggle-box {
  height: 40px;
  width: 250px;
  margin: 20px auto;
  box-shadow: 0 0 20px 5px #FFECA1;
  border-radius: 30px;
  position: relative;
}

.toggle-btn {
  height: 100%;
  width: 49%;
  box-shadow: none;
  cursor: pointer;
  background: transparent;
  position: relative;
  outline: 0;
}
.toggle-btn:first-child {
  background: #FFD942;
}
.toggle-btn:last-child:hover {
  background: #FFA442;
}

.input-group {
  position: relative;
  width: 250px;
  margin: 60px auto;
}

.input-field {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}

.input-checkbox {
  margin-right: 10px;
}

.submit-btn {
  position: relative;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  background-color: #FFD942;
}
.submit-btn:hover {
  background-color: #FFA442;
}

/*# sourceMappingURL=login.css.map */
