.kayipSifre {
    position: relative;
    display: flex;
    align-items: center;
}

.kayipSifre .row {
    display: flex;
}

.kayipSifre .kayipSifre-content {
    width: 35% !important;
    display: table;
    width: initial;
    margin: auto;
    float: none;
}

.kayipSifre .panel-heading {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #525252 !important;
}

.kayipSifre .row {
    position: relative;
    margin-bottom: 10px
}

.kayipSifre .form-group {
    position: relative;
    margin-bottom: 10px
}

.kayipSifre .form-group .form-control {
    border: 1px solid;
    border-color: rgba(0, 0, 0, .1) !important;
    padding: 15px;
    text-align: center;
}

.kayipSifre .form-group .icon-mail2 {
    position: absolute;
    bottom: 22px;
    left: 15px;
    font-size: 16px;
    line-height: 16px;
    color: #525252 !important;
    opacity: 0.50;
}

.kayipSifre .btn-kayipSifre {
    font-weight: 500 !important;
    display: table;
    width: initial;
    margin: auto;
    line-height: 36px !important;
    font-size: 13px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-bottom: 1px !important;
    background-color: #1bc412 !important;
    color: #fff !important;
}

.kayipSifre .btn-kayipSifre:hover {
    background-color: #17af0f !important;
    color: #fff !important;
}


@media screen and (max-width:992px) {
    .kayipSifre .row {
        margin-bottom: 0px;
    }

    .kayipSifre .kayipSifre-content {
        width: 100% !important;
    }
}