.form_main_div{
    width:80%;
    margin:auto;
    background:#fff;
    padding:40px;
    border-radius:5px;
    margin-bottom:20px;
    border: 1px solid #4B49AC;
}
.line-all{
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: rgb(236,236,236);
    background: linear-gradient(158deg, rgba(236,236,236,1) 1%, rgba(0,50,107,1) 81%);
}
#red{
    color:red;
}
.form-group label,.form-select,.form-control{
    color:#5c5a5a;
}

.form-control::placeholder,.form-select::placeholder{
    color:#817f7f;
}

.btn-grad {
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    background: linear-gradient(to right, #4B49AC, #7978e9);
    min-width:100px;
}
.btn-grad:hover {
    opacity:.8;
    color: #fff;
    text-decoration: none;
}


    .donation{
    margin: auto;
    margin-top: 10px;
    width: auto;
    height: auto;
    padding: 5px;
    padding-left: 30px;
    box-shadow: 0px 0px 5px 2px lightgrey;
    border-radius: 10px;
    background: #4B49AC;

    }
    .donation p{
    /* margin-top:20px; */
    font-size: 20px;
    color: #fff;
    }
	.qrcode{
    margin: auto;
    margin-top: 20px;
    width: 100%;
    max-width:250px;
    height: auto;
    aspect-ratio:1/1;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 0px 5px 2px lightgrey;
    border-radius: 10px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .qrcode img{
        height:100%;
        width:100%;
        object-fit:contain;
    }
@media screen and (max-width:500px){
    .form_main_div{
        width:95%;
        padding:20px;
    }
    .form-group label{
    margin-top:15px;
    margin-bottom:5px;
    }
}