.input-group-text.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}

.input-group-text.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}

.input-group-text.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}

.input-group-text.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}

.input-group-text.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}
#sbtn {
    margin-left: 18px;
}

.padding {
    padding: 9px 5px;
}

.color-pwd {
    color: #ff0004;
}

.mar-10 {
    margin-top: 10px;
}

.mar-25 {
    margin-top: 25px;
}
.form-text,
.help-block {
    color: #ef6f6c;
}
.input-group-text {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.success {
    color: #fff !important;
    background-color: #5cb85c !important;
}
.danger {
    color: #fff !important;
    background-color: #d9534f !important;
}
.info {
    background-color: #39b3d7 !important;
    color: #fff !important;
}

/* validation internal css */

.iti-flag {
    background-image: url('../../vendors/intl-tel-input/img/flags.png');
}

@media (max-width: 992px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}
