body{
    background: transparent !important;
}
.form-control{
    height: 70px;
    width: 100%;
    background-color: #ffffff;
    display: block;
    border: 0px solid;
    border-radius: 0;
    padding: 0 20px;
    font-family: "Montserrat SemiBold";
    font-size: 16px;
    color: #939393;
}
.home-submit-button{
    margin-top: 40px;
    height: 70px;
    background-color: #ea1846;
    display: inline-block;
    vertical-align: middle;
    max-width: 250px;
    width: 100%;
    border: none;
    font-family: "Montserrat SemiBold";
    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-family: "Montserrat SemiBold";
    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: rgba(255,255,255,0.8);
}
.form-control.gsm {
    letter-spacing: 2px;
}
.form-control::placeholder {
    letter-spacing: 0px !important;
}