#girisForm {
    display: table;
    width: initial;
    margin: auto;
    width: 70% !important;
}

#girisForm .form-control {
    border-radius: 5px !important;
}

#girisForm .form-group {
    margin-bottom: 10px;
}

#girisForm .singInput {
    border: 1px solid;
    border-color: rgba(0, 0, 0, .1) !important;
    box-shadow: none !important;
    outline: none !important;
    height: auto !important;
    font-size: 12px !important;
    padding: 15px !important;
    line-height: 15px;
    border-radius: 5px !important;
}

#girisForm .kayipSifre {
    color: #525252;
    font-weight: 500;
    white-space: nowrap;
    font-size: 11px;
    float: right;
    opacity: 0.7;
}

#girisForm .singUp-button2 {
    border: none !important;
    width: 100%;
    background-color: #1bc412;
    color: #fff !important;
    font-weight: 500;
    line-height: 15px;
    font-size: 14px;
    padding: 15px;
    margin-top: 15px;
}

#girisForm .singUp-button2:hover {
    background-color: #17af0f !important;
}

#girisForm .field-icon {
    float: right;
    margin-right: 15px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
}

#girisForm .btnLogin:focus {
    box-shadow: none !important;
}

@media screen and (max-width:992px) {
    #girisForm {
        width: 95% !important;
    }

    #girisForm .singInput {
        text-align: center !important;
    }
}