body{
    background: transparent !important;
}
.form-submit-button{
    max-width: 200px !important;
}
.form-control {
    height: calc(1.5em + 0.75rem + 12px);
    padding: 1.2rem 1.2rem;
    border-bottom: 3px solid #f26522;
    border-radius: 6px;
    background: #ffffff;
    color:#949494 !important;
    font-weight: bold;
}
.form-control{
    height: 50px;
    width: 100%;
    background-color: #f5f3f3;
    display: block;
    border: 0px solid;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 16px;
    color: #939393;
    box-shadow: none;
    border-bottom: 3px solid var(--brand-color2);
}
select.form-control {
    border-bottom: 3px solid var(--brand-color2) !important;
    border-radius: 6px !important;
}
.form-control::placeholder, select.form-control::placeholder {
    color:#949494 !important;
}
.form-control:focus::placeholder {
    color:#333;
}
select.form-control {
    height: calc(1.5em + 0.75rem + 12px);
    padding: 0 1.2rem;
    border-bottom: 1px solid #ced4da;
    border-radius: 25px;
}
textarea.form-control{
 min-height: 120px;
}
.form-group {
    margin-bottom: 10px;
}
.form-group label{
    font-weight: 500
}
.ladda-button {
    background: var(--brand-color1);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 6px;
}
div.error {
    color: #fff;
    font-size: 0.6em;
    margin-left: 8px;
    position: absolute;
    bottom: 0;
    background: #dc3545;
    padding: 1px 8px;
    border-radius: 4px;
    transform: translateY(50%);
}
.form-section-title {
    margin-bottom: 15px;
    margin-top: 35px;
    font-weight: bold;
    color: #fff;
    background: #1d3053;
    border-radius: 4px;
    padding: 5px 10px;
}
.kvkk-checkbox div.error {
    margin-left: 0;
    position: static;
    transform: translateY(10%);
    width: fit-content;
}