/* Navigation Styling */

.logo {
  width: 100px;
  margin: 0 100px 0 50px;
}

.nav-link {
  font-weight: 400 !important;
  color: rgba(99, 96, 170, 1) !important;
}

.nav-link:hover {
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  border-radius: 30%;
  border: 1px solid;
}

.link {
  border: 1px solid;
  border-radius: 30%;
}

.nav-item {
  margin: 0 50px;
}
 .login {
    text-align: center;
}

.login span {
    display: block;
}

.login .google {
    font-size: 20px;
    border: 1px solid #000;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 5px;
    margin: 20px 0 30px;
}

.form-control {
    background: rgba(67, 89, 116, 0.25) !important;
}

.form-control:focus {
    color: #fff;
}

.btn {
    background: #ac8365;
    border: none;
    padding: 9px 50px;
    text-transform: uppercase;
    margin: 20px auto !important;
    display: block;
    align-items: center;
}

.btn:hover {
    background: #8a664d;
    border: none;
}
.rem{
    display: flex;
    justify-content: space-between;
}
.rem a{
    color: #000;
}

@media (min-width: 300px) and (max-width: 500px) {
 body {
    overflow-x: hidden;
  }
  .logo {
    width: 100px;
    margin: 0 100px 0 20px;
  }

  .nav-link {
    display: inline-block;
    margin-top: 15px;
  }

  .nav-link:hover {
    text-decoration: none;
    transform: translateY(3px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    padding: 5px;
  }

  .link {
    border: 1px solid;
    padding: 10px 20px !important;
    margin-bottom: 15px;
  }
 
}
