body{
    overflow-y: hidden;
}

.container{
    background-color: alice#5fcf80;

}
.newuser {
    align-items: center;
    /* display: flex; */
    text-align: center;

}
.smfont{
    font-size: 13px;
}
.smfont:hover{
    font-size: 13px;
    color: #5fcf80;;
}
.bgimg{
    background-image: url(../images/bgimg1.jpg);
    background-size: cover;
    background-repeat:repeat;
    background-position:center;
    height: 100%;
} 
.marginwave{
    margin-top: -320px;
}
.card{
    width: 24rem; 
    height: 27rem;
    margin-top: 8%;
    margin-left: 35%;
    margin-bottom: 10%;
    box-shadow: 0px 5px 10px 3px #888888;
    /* padding-bottom: 10%; */
    
}
.card-title{
    text-align: center;
    font-weight: bold;
    padding-bottom: 35px;
}

.form-outline{
    padding-left:29px;
    padding-right: 29px;
    
}
.form-control{
    padding: 10px;
    border-radius: 30px;
    border-color: black;
}
.cardshadow img{ 
    margin-top: 4%;
    height: 50px;
    width: 50px;
    align-items: center;
    align-content: center;
    margin-left: 45%;
    
}
.nav-link1{
    border-radius: 20px !important;
    background-color: #5fcf80 !important;
    width: 50%;
    width:100px !important;
    margin-left: 15%;
}
.loginbtn{
    height: 40px;
    width: 80px;
    text-decoration: none;
    background-color: #5fcf80;
    border-radius: 20px;
    
}
.signbtn{
    height: 40px;
    width: 80px;
    text-decoration: none;
    background-color: rgb(200, 235, 235);
    border-radius: 20px;
    margin-left: -20px;
    z-index: 999;
    
    
}
.loginbtn1{
    height: 40px;
    width: 80px;
    text-decoration: none;
    background-color: rgb(200, 235, 235);
    border-radius: 20px;
}
.signbtn1{
    height: 40px;
    width: 80px;
    text-decoration: none;
    background-color: #5fcf80;
    border-radius: 20px;
    margin-left: -20px;
    
    
    
}

.last{
    float: right;
    margin-left: 20px;
    /* outline: 5px solid red; */
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.last a{
    padding-top: 6px;
    padding-left: 15px;
    color: black;
}
.btn {
    margin-left: 37%;
    background-color: #5fcf80;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 10px;
    color: white;
    
}
.btn2 {
    /* margin-left: 37%;
    background-color: #5fcf80;
    border-radius: 50px;
    padding-top: 1px;
    padding-bottom: 0px;
    height: 25px;
    width: 150px;
    margin-bottom: 0px;
    color: white; */
    width: 209px;
    font-size: 16px;
    border: -1px solid rgb(83, 83, 83);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 15px;
    border: 2px solid black;
    border-radius:50px;
    margin-left: 20%;
    margin-top: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}
   
.logn{
width: 100%;
height: auto;
align-items: center;
align-content: center;
/* border: 1px solid black; */
border-radius: 50px;
} 
.logn a{
    text-decoration: none;
    color: black;
    padding-left: 15px;
    background-color: linen;
    box-shadow: 2px 2px 2px #5fcf80;
    } 
.logn img{
    height: 50%;
    width: 15%;
    } 
.btn:hover {
    margin-left: 37%;
    background-color: #5fcf80;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 10px;
    color: white;
    
}

.btn h6{
    font-size: 12px;
}
.text-center a i{
    color: #5fcf80
}
.text-center a i:hover{
    color: #5fcf80
}

/* ---------upper button -- */
/* .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
    
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 1px;
    left: 0px;
    right: 0;
    bottom: 0;
    background-color: #5fcf80;
    margin-left: -60px;
    height: 60px;
    width: 120px;
    -webkit-transition: .4s;
    transition: .4s;

  }
  
  .slider:before {
    position: absolute;
    content: "";
    top: 1px;
    left: 2px;
    bottom: 4px;
    height: 59px;
    width: 59px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    
   
  }
  
  input:checked + .slider {
    
    background-color:green;
    margin-left: -60px;
    top: 1px;
    height: 60px;
    width: 120px;
    
  }
  
  
  input:checked + .slider:before {
    -webkit-transform: translateX(66px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
  }
  

  /* Rounded sliders */
  /* .slider.round {
    border-radius: 44px;
  }
  
  .slider.round:before {
    border-radius: 90%;
  } */
   
/* --------------- */
@media only screen and (max-width: 770px) and (min-width: 570px)  {
    .card{
    
        margin-top: 30%;
        margin-left: 10%;
        margin-bottom: 10%;
        box-shadow: 0px 5px 10px 3px #888888;
    }
}
@media only screen and (max-width: 570px) and (min-width: 450px)  {
    .card{
    
        margin-top: 30%;
        margin-left: 10%;
        margin-bottom: 10%;
        box-shadow: 0px 5px 10px 3px #888888;
    }
}
@media only screen and (max-width: 450px) and (min-width: 410px)  {
    .card{
    
        margin-top: 30%;
        margin-left: 10%;
        margin-bottom: 10%;
        box-shadow: 0px 5px 10px 3px #888888;
        width: 18rem; 
        height: 26rem;
    }
}
@media only screen and (max-width: 410px) and (min-width: 320px)  {
    .card{
    
        margin-top: 50%;
        margin-left: 2%;
        margin-bottom: 10%;
        box-shadow: 0px 5px 10px 3px #888888;
        width: 18rem; 
        height: 26rem;
    }
    .card-title {
        text-align: center;
        font-weight: bold;
        padding-bottom: 20px;
    }

    .signbtn{
        margin-left: -5px;
        background-color: aqua;
        border-radius: 20px;
        border-color: white;
        margin-bottom: 15px;
    }
    .loginbtn{
        margin-bottom: 15px;
        margin-left: -5px;
        background-color: #5fcf80;
        border-radius: 20px;
    }
}   
