.loginContent{
    display: flex;
    position: relative;
}
.loginContent h3{
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    color: #ff9100;
}
.forget{
    text-align: right;
}

.login-btn{
    width: 100%;
    padding: 5px 25px;
    color: white;
    margin-top: 35px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #1e8943;
    border: none;
    transition: all 1s;
    outline: none;
}
.login-btn:hover{
    background-color:  #26166D;
}
.login-last{
    text-align: center;
    width: 100%;
    font-size: 2rem;
}
.login-last a:hover{
    color: #26166D;
}

.donationFluid{
    background:linear-gradient(to bottom,#ff9100,#26166D);
}
.donationFluid .container{
    background-color: #fff;
}

#donateValue{
    display: inline-block;
    width: 80%;
}

.joinForm button{
    border: 1px solid white;
    background-color:#1e8943;
    font-size: 1.8rem;
    color: white;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 5px;
    display:inline-block;
    margin: 10px 5px;
    transition: all 0.5s;
}
.joinForm button:hover{
        background-color: #1e8943;
}
#donateValue{
    font-weight:700;
    font-size:2rem;
    text-align:center;
}
#proceed-btn{
    width: 100%;
}



@media screen and (max-width:772px) {
  .join_Founder{
    display: none;
  }
  .login-Content h3{
    margin-bottom: 0px;
  }
  .loginContent h3{
    margin-bottom: 10px;
}
.joinForm button{
    font-size: 1.5rem;
}
}
@media screen and (max-width:568px) {
    .donationBox label{
        width: 100% !important;
        text-align: center;
    }
    .donationBox #donateValue{
        width: 100%;
    }
    .joinForm button{
        margin: 10px 0px;
    }
}