.require-input ::after {
    content: "*";
    color: red;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
}

.require-input {
    position: relative;
    padding-left: 13px;
}

#ulke,
#sehir {
    height: 40px;
}

.formContent {
    display: table;
    width: initial;
    margin: auto;
    width: 80% !important;
}

.formContent .firmaInput {
    width: 100%;
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-bottom: 10px;
}

.kayitInput {
    width: 100%;
    float: left !;
    border: 1px solid;
    border-color: rgba(0, 0, 0, .1) !important;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px !important;
    font-size: 12px;
    padding-left: 24px !important;
}

.formContent .leftInput {
    width: 50%;
    padding-right: 5px !important;
    padding-left: 15px !important;
    margin: 0px;
    float: left;
    margin-bottom: 10px;
}

.formContent .rightInput {
    width: 50%;
    padding-right: 15px !important;
    padding-left: 5px !important;
    margin: 0px;
    float: left;
    margin-bottom: 10px;
}

.formContent .telInput {
    position: relative !important;
    width: 50%;
    padding-right: 5px !important;
    padding-left: 15px !important;
    margin: 0px;
    float: left;
    margin-bottom: 10px;
}

.telInput .phoneContent {
    display: flex;
    border: 1px solid !important;
    border-color: rgba(0, 0, 0, .1) !important;
}

.phoneContent .countryVal {
    position: absolute !important;
    width: 15%;
    text-align: center;
    float: left;
    font-weight: 500;
    font-size: 13px;
    color: #525252 !important;
    background: none !important;
    left: 70px !important;
    line-height: 36px !important;
    z-index: 15 !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding: 0px !important;
    margin-right: 10px !important;
}

.phoneContent .inputLphone {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 35px;
    font-weight: 500;
    padding-left: 100px;
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#error-msg {
    background-color: translate;
    color: red;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    font-weight: 600;
    display: block;
    position: absolute;
    right: 16px;
    bottom: 1px;
    line-height: 42px;
    font-size: 12px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.navbar img {
    display: none !important;
}

.navbar :before {
    display: none !important;
}



#valid-msg {
    background-color: translate;
    color: limegreen;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    font-weight: 600;
    display: block;
    position: absolute;
    right: 16px;
    bottom: 1px;
    line-height: 42px;
    font-size: 12px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.iti__selected-flag {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding-left: 10px;
}


@media screen and (min-width: 0px) and (max-width:421px) {

    #error-msg,
    #valid-msg {
        line-height: 55px !important;
    }
}

@media screen and (max-width: 992px) {

    #error-msg,
    #valid-msg {
        line-height: 41px;
    }

    #ulke,
    #sehir {
        height: 40px;
    }

    .col-phone-desing {
        width: 14% !important;
        left: 69px !important;
        bottom: 10px !important;
    }

    #error-msg {
        right: 16px !important;
        bottom: 2px !important;
    }

    #valid-msg {
        right: 16px !important;
        bottom: 2px !important;
    }

    .formContent {
        width: 100% !important;
    }

    .formContent .firmaInput {
        margin-bottom: 5px;
        text-align: left;
    }

    .kayitInput {
        text-align: left !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .formContent .leftInput {
        width: 100%;
        padding-right: 15px !important;
    }

    .formContent .rightInput {
        width: 100%;
        padding-left: 15px !important;
    }

    .formContent .telInput {
        width: 100%;
        padding-right: 15px !important;
    }

    .phoneContent .countryVal {
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 36px;
    }

    .phoneContent .inputLphone {
        padding-left: 64px;
    }

}