.main-nav {
    border-bottom:1.5px solid #6E7A73;
}
.no-box-shadow {
    box-shadow: none!important;
}
.main-bg {
    background-color: rgba(182, 187, 155, 0.15) !important;
}
.logo-header {
    width: 16vw;
}
.icon-header {
    width: 1.6rem;
}
.pr-1 {
   padding-right: 1rem; 
}
body {
    background: rgba(182, 187, 155, 0.15) !important;
    min-height: 100vh;
    /* display: flex; */
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
  }
  h1,h2,h3,h4,h5,h6,label,span {
    font-weight: 500;
    font-family: 'Fira Sans', sans-serif;
  }
  body, html, .App, #root, .auth-wrapper {
    width: 100%;
    height: 100%;
  }
  .full-center {
    
    height: 100%;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
      
  }
  .navbar-light {
    background-color: #ffffff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  }
  .auth-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
  }
  .login-div {
    /* margin: auto; */
    width: 80%;
    background: #ffffff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 5rem!important;
    /* padding-left: 2rem;
    padding-right: 2rem; */
    border-radius: 15px;
    transition: all .3s;
  }
  .auth-wrapper .form-control:focus {
    
    box-shadow: none;
  }
  .auth-wrapper h3 {
    text-align: center;
    margin: 0;
    line-height: 1;
    padding-bottom: 20px;
  }
  .custom-control-label {
    font-weight: 400;
  }
  .forgot-password a {
    text-align: center;
    font-size: 13px;
    padding-top: 1.2rem;
    margin: 0;
    text-decoration: none;
    border-bottom:2px solid rgb(116 225 196);
    color: rgb(116 225 196)!important;
    padding-bottom: 0.2rem;
  }
  
  input {
    border: 0.1px solid rgb(116 225 196)!important;
    border-radius: 20px!important;
    text-indent: 25px!important;
    
  
  }
  .nanny-btn {
    background-color: rgb(116 225 196)!important;
    border-color: rgb(116 225 196)!important;
    box-shadow: -2px 2px 0px 1px rgb(85 187 186);
    -webkit-box-shadow: -2px 2px 0px 1px rgb(85 187 186);
    -moz-box-shadow: -2px 2px 0px 1px rgb(85 187 186);
  }
  
  .font-grey {
    color: #6E7A73;
  }
  .font-light-grey {
    color: #C8CCCA;
  }
  
  input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C8CCCA;
    opacity: 1; /* Firefox */
  }