﻿body {
}


.DVIletisim input[type=text], .DVIletisim input[type=password] {
    width: 100%;
    background-color: #3e3e3d;
    border: none;
    height: 35px;
    color: #ffffff;
    font-size: 14px;
    padding-left: 5px;
    font-weight: 500;
    margin: 10px 0px;
    max-width:350px;
}

label {
    color: #ffffff;
    font-size: 14px;
    padding-left: 5px;
    font-weight: 500;
    display:block;
}


.DVIletisim select {
    width: 100%;
    height: 40px;
    border: none;
    font-size: 12px;
    padding-left: 8px;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/

    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23929292;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cpath class='st0' d='M7,10l5,5l5-5H7z'/%3E%3Cpath class='st1' d='M0,0h24v24H0V0z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 0px;
    border: 1px solid #929292;
    max-width: 350px;
    display: block;
    background-color: #3e3e3d;
    border: none;
    color: #ffffff;
}


textarea {
    background-color: #3e3e3d !important;
    border: none !important;
    color: #fff !important;
    font-size: 14px;
    width: 100%;
    height: 105px;
    max-width: 400px;
    padding-left: 5px;
}