body {
  background: #ded8d7;
  background: linear-gradient(to right, #ded8d7, #ded8d7);
}

.navbar{
  width:100%;
  height: 50px;
  position: sticky;
  background-color: #fff;
  box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
}

.nav-pills {
  width: 10%;
  height: 50px;
  font-size: 20px;
  background-color: yellow;
}

.nav-item{
  border-radius: none;
}

.nav-link:hover{
  border-radius: none;
  border-style: dotted;
  border-width: 1px;
  border-color: #808080;
  background-color: #c8cbcf;
}

.navbar-brand{
  background-color: #FFFF1A;
}

.card-body{
  height: 430px;
}

#head1{
  color: black;
  font-size: 33px;
  font-weight: 600;
  margin: 10px 0px 10px 90px;
  font-family: 'Montserrat',sans-serif;
}

.singup{
  margin-top: 15px;
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
}

.btn{
  margin-top: 15px;
}
.d-flex{
font-size: 15px;
margin-top: 5px;

}

.forgot{
  margin-top: 10px;
  color: black;
}
/*hr start*/
.separator {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;

}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
  border-color: gray;
}

.separator:not(:empty)::before {
  margin-right: .30em;
}

.separator:not(:empty)::after {
  margin-left: .30em;
}
/*hr end*/

.ml-2{
  font-weight: bold;
  font-size: 15px;
  color: black;
}


.facebook-button:hover {
    background-color: #3B5998
}

.google-button:hover {
    background-color: #4285f4
}

/*footer start*/
.footer p{
   margin-top:100px;
   width: auto;
   background-color:#93aadb;
   color: blue;
   text-align: center;
   padding: 20px;
}
