input[type="text"] {
    outline: none !important;
    border: 3px solid #00000000;
    border-bottom: 5px solid #000000;
    color: #000000;
}

input[type="text"]:focus {
    outline: none !important;
    border: 1px solid #0D6EFD;
    box-shadow: 0 0 2px #719ece00;
    border-bottom: 5px solid #0D6EFD;
    color: #0D6EFD;
}

input[type="email"] {
    outline: none !important;
    border: 3px solid #00000000;
    border-bottom: 5px solid #000000;
    color: #000000;
}

input[type="email"]:focus {
    outline: none !important;
    border: 1px solid #0D6EFD;
    box-shadow: 0 0 2px #719ece00;
    border-bottom: 5px solid #0D6EFD;
    color: #0D6EFD;
}

input[type="number"] {
    outline: none !important;
    border: 3px solid #00000000;
    border-bottom: 5px solid #000000;
    color: #000000;
}

input[type="number"]:focus {
    outline: none !important;
    border: 1px solid #0D6EFD;
    box-shadow: 0 0 2px #719ece00;
    border-bottom: 5px solid #0D6EFD;
    color: #0D6EFD;
}

input[type="file"] {
    outline: none !important;
    border: 1px solid rgba(0, 0, 0, 0.507)!important;
}

input[type="file"]:focus {
    border: 2px solid #0D6EFD !important;
    box-shadow: 0 0 2px #007bff00 !important;
    color: #0D6EFD;
}

input[type="radio"] {
    outline: none !important;
    border: 3px solid #000000;
    box-shadow: 0 0 2px #719ece00;
}

input[type="radio"]:focus {
    outline: none !important;
    border: 3px solid #02020200;
    box-shadow: 0 0 2px #00000000;
}

select {
    outline: none !important;
    border: 1px solid rgba(0, 0, 0, 0.507)!important;
}

select:focus {
    border: 2px solid #0D6EFD !important;
    box-shadow: 0 0 2px #007bff00 !important;
    color: #0D6EFD;
}

#icerik textarea {
    resize: none;
    outline: none !important;
    border: 3px solid #00000000 !important;
    border-bottom: 5px solid #000000 !important;
    color: #000000 !important;
}

#icerik textarea:focus {
    border: 2px solid #0D6EFD !important;
    border-bottom: 5px solid #0D6EFD !important;
    box-shadow: 0 0 2px #719ECE !important;
    color: #0D6EFD !important;
}

input[type="search"]:focus {
    outline: none !important;
    border: 1px solid #0D6EFD;
    box-shadow: 0 0 2px #719ece00;
    border-bottom: 5px solid #0D6EFD;
    color: #0D6EFD;
}

.searchButton input[type="text"] {
    width: 100%;
    max-width: 430px;
    background-color: #ffffff25;
    color: white;
    box-shadow: 0 0 0 0;
    border: 1px solid #ffffff4b !important;
    outline: 0;
    padding-left: 22px;
    font-size: 14px;
}

.searchButton input[type="text"]::placeholder {
    color: white;
}