body{
    background: transparent !important;
}
.msg-wrapper{
 display: none;
}
label{
 color: #fff;
 margin-left: 25px;
}
.form-submit-button{
    max-width: 200px !important;
}
.form-control::placeholder, select.form-control::placeholder {
    color:#949494 !important;
}
.form-control:focus::placeholder {
    color:#333;
}
textarea.form-control{
 min-height: 120px;
 border-radius: 35px;
}
.form-group {
    margin-bottom: 10px;
}
.form-group label{
    font-weight: 500
}
div.error {
    color: #fff;
    font-size: 0.6em;
    margin-right: 25px;
    position: absolute;
    line-height: 1.5;
    right: 0;
    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;
}