.login{
	background-color: #313131;
	height: 100%;
	width: 100%;
}

body {
  	background-color: #313131;
	background-image: url("../assets/Snackblok_Snacks.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
label {
  font-family: "Raleway", sans-serif;
  font-size: 11pt;
}
#forgot-pass {
  color: #FF6663;
  font-family: "Raleway", sans-serif;
  font-size: 10pt;
  margin-top: 3px;
  text-align: right;
}
#card {
  background: #f1f2f3;
  border-radius: 8px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.65);
  height: 410px;
  margin: 6rem auto 8.1rem auto;
  width: 329px;
}
#card-content {
  padding: 12px 44px;
}
#card-title {
  font-family: "Raleway Thin", sans-serif;
  letter-spacing: 2px;
  padding-bottom: 23px;
  padding-top: 13px;
  text-align: center;
}
#signup {
  color: #FF6663;
  font-family: "Raleway", sans-serif;
  font-size: 10pt;
  margin-top: 16px;
  text-align: center;
}
#submit-btn {
  background: -webkit-linear-gradient(right, #FF6663, #FF7773);
  border: none;
  border-radius: 21px;
  box-shadow: 0px 1px 8px #FF6663;
  cursor: pointer;
  color: white;
  font-family: "Raleway SemiBold", sans-serif;
  height: 42.3px;
  margin: 0 auto;
  margin-top: 50px;
  transition: 0.25s;
  width: 153px;
}
#submit-btn:hover {
  box-shadow: 0px 1px 18px #FF6663;
}
#reset-btn {
  background: -webkit-linear-gradient(right, #FF6663, #FF7773);
  border: none;
  border-radius: 21px;
  box-shadow: 0px 1px 8px #FF6663;
  cursor: pointer;
  color: white;
  font-family: "Raleway SemiBold", sans-serif;
  height: 42.3px;
  margin: 0 auto;
  margin-top: 25px;
  transition: 0.25s;
  width: 153px;
}
#reset-btn:hover {
  box-shadow: 0px 1px 18px #FF6663;
}
.form {
  align-items: left;
  display: flex;
  flex-direction: column;
}
.form-border {
  background: -webkit-linear-gradient(right, #FF6663, #FF7773);
  height: 1px;
  width: 100%;
}
.form-content {
  background: #f1f2f3;
  border: none;
  outline: none;
  padding-top: 0px;
}
