body{
    background: transparent !important;
    font-family: "Gotham";
}
/*
.form-main-wrapper {
    background: #132d52;
    padding: 0 35px 35px 35px;
}
*/
.form-control{
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    display: block;
    border: 0px solid;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 16px;
    color: #939393;
    box-shadow: none;
}
textarea.form-control{
    padding:15px;
    min-height: 120px;
}
.home-submit-button{
    margin-top: 40px;
    height: 70px;
    background-color: #f26522;
    display: inline-block;
    vertical-align: middle;
    max-width: 250px;
    width: 100%;
    border: none;
    font-size: 22px;
    color: #fff;
    letter-spacing: 4px;
}
.bootstrap-select button{
    height: 70px;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    border: 2px solid;
    padding: 0px 20px;
    font-size: 16px;
    color: #939393;
}
.bootstrap-select button .filter-option{
    display: flex;
    align-items: center;
}
.bootstrap-select .dropdown-menu{
    width: 100%;
    top: 100% !important;
    font-size: 0.9em;
}
.bootstrap-select .dropdown-menu li {
    border-bottom: 1px solid #eee;
}
.bootstrap-select .dropdown-menu li:last-child {
    border-bottom: 0;
}
.bootstrap-select .dropdown-item {
    padding: .25rem 0.8rem;
    font-weight: 400;
    color: #212529;
    white-space: normal;
}
.bootstrap-select .dropdown-menu .form-control {
    height: 38px;
    border: 1px;
    font-size: 0.8em;
    padding: 0 8px;
}
.tesekkur-wrapper{
    background-color: #fff;
    border-radius: 30px;
}
.form-control.gsm {
    letter-spacing: 2px;
}
.form-control::placeholder {
    letter-spacing: 0px !important;
}
.form-control:focus {
    
}
.form-group div.error {
    color: #fff;
    font-size: 0.7em;
}
.form-control.error {
    border-bottom: 3px solid #bc0b42;
}
.form-control.error:focus {
    border-bottom: 0;
}
.form-section-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #f26522;
    margin-top: 35px;
    font-weight: bold;
    color: #fff;
    background: #f26522;
    border-radius: 4px;
    padding: 5px 10px;
}
.form-group label {
   color: #fff;
}
.form-group div.error {
    color: #ffffff;
    font-size: 0.7em;
    background: #ac104d;
    padding: 2px 10px;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 4px;
    right: 15px;
}
.bootstrap-select button {
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    border: 0;
    padding: 0px 20px;
    border-radius: 15px;
    font-size: 16px;
    color: #939393;
}