html,
body {
  background-image: linear-gradient(to right,rgba(0, 0, 0, 0.667) 30%, tomato);
  height: 100vh;
}

.form2-wrapper{
  align-items: center;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.464);
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

svg{
    margin-left: 7.5rem; ;
    width: 50px;
}

.sign-up-link{
  text-decoration: none;
  color: tomato;
}

.sign-up-link:hover{
  color: rgba(255, 105, 180, 0.71);
}

@media (max-width:339px) {
    
    

    /* .Home{
        padding-bottom: 1rem;
    } */

    .Home-content{
        width: 100%;
        margin: 1rem;
    }

    .Home-content h1{
        font-size: 1rem;
    }

    .get-started{
        width: 90%;
    }

    .navbar-toggler{
        display: block;
        float: left;
        margin-top: 1rem;
    }

    /* .logo{
        display: none;
    } */

}