/* html { 
  background: url('/images/background.jpeg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} */
body{
    margin-top: 14em!important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* background-color: #e8ad27; */
    background: url('/images/FriendIn-bg.png') no-repeat fixed; 
    background-size: cover;
    background-repeat: no-repeat;
}
.no-click{
  pointer-events: none;
  background-color: gray!important;
}
.logo-img{
  width: 10em;
}
.logo-img>img{
  width: 100%;
}
.text-danger{
  font-weight: 500;
  font-size: 0.9em;
}
.switch{
  margin-bottom: 0em!important;
}
.title{
    color: white;
    margin-top: 3em;
}
h1{
    font-size: 3.5em;
    line-height: 0.9!important;
}
.form-group{
    margin-bottom: 0.5rem;
}
label{
    font-weight: 600;
    margin-bottom: 0.3rem;
}
.body-content{
    border-radius: 1em;
    background-color: #fcf3f3;
    padding: 2em;
    max-width: 50%;
    margin-top: 4%;
}
.btn{
    vertical-align: middle!important;
    background-color: #e8ad27!important;
    border-color: #e8ad27!important;
    border-radius: 0.5em;
}
.btn:hover{
    border-color: #e8ad27;
}
.btn:focus{
    outline: none;
    border-color: #e8ad27;
}
.btn-info{
  background-color: #acaaa6!important;
  border-color: #acaaa6!important;
}
.radio {
    margin: 0 auto;
    background: #e8ad27;
    border-radius: 50px;
    padding: 10px 2px;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    width: 245px;
    font-size: 21px;
    position: relative;
    transition: all .5s ease-in-out;
    margin-bottom: 20px;
  }
  
  .radio.off {
    background: #e8ad27;
  }
  
  .radio.off .bar {
    background: rgb(0, 89, 255);
    left: 119px;
  }
  
  .radio.off label[for='on'] {
    color: white;
  }
  
  .radio.off label[for='off'] {
    color: white;
  }
  
  .radio .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    height: 40px;
  }
  
  .radio input {
    opacity: 0;
    pointer-events: none;
  }
  
  .radio label {
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all .5s ease-in-out;
    user-select: none;
  }
  
  .radio label[for='on'] {
    margin-left: 20px;
    color: white;
  }
  
  .radio label[for='off'] {
    margin-right: 20px;
  }
  
  .radio #on {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .radio #off {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .radio .bar {
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0, 89, 255);
    height: 40px;
    width: 195px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
  }

  @media (max-width: 1024px) {
      .body-content{
          max-width: 80%;
      }
  }

  @media(max-width: 769px){
    .extra-sm{
      display: none!important;
    }
    .g-phone{
      padding-left: 0em!important;
    }
  }

  @media (max-width: 600px) {
    .body-content{
        max-width: 90%;
    }
    /* .pl-0{
        padding-left: 15px!important;
    } */
    .phone
    {
        margin-bottom: 0.5rem!important;
    }
    .city, .state{
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 415px) {
    .body-content{
        max-width: 100%;
        padding: 1em;
    }
    
}

  
    