.donate-form {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #9F9157;
    margin-top: 50px;
    width: 50%;
    min-width: 300px;
    align-self: center;
}

.donate-inside-border {
    border: 1px solid #9F9157;
    padding: 0 10%;
    margin: 8px;
    position: relative;
}

#app {
    background: url('/img/bk.png');
}

.img-class {
    position: absolute;
    width: 50%;
    top: 0;
    left: 26%;
    z-index: 10;
}

.finish-img-class {
    position: absolute;
    width: 30%;
    height: 25%;
    top: -10%;
    left: 36%;
    z-index: 10;
}


.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-25 {
    margin-top: 25px;
}

.btn-black {
    background: #333333;
    color: #CFC187;
    width: 100%;
    height: 45px;
    margin-top: 50px;
}

.btn-back-donate {
    margin-bottom: 40px;
    margin-top: 30px;
}

.thanks-text {
    text-align: center;
    font-size: 24px;
    margin-top: 50px;
}

label {
    color: #65571B
}

.form-control {
    border-color: #CFCFCF
}


.connection-text {
    font-size: 18px;
}


.language {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 70px;
}