.input-custom-icon .form-control{
    padding-left: 40px;
    padding-right: 20px;
}

.input-custom-icon span{
    position: absolute;
    z-index: 10;
    line-height: 40px;
    left: 13px;
    top: 50%;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #7d8287;
}

.auth-pass-inputgroup button{
    line-height: 22px;
}

.font-size-18{
    font-size: 18px !important;
}

.form-check, .form-check-input, .form-check-label{
    cursor: pointer;
    margin-bottom: 0;
}

.form-check{
    position: relative;
    text-align: left;
}

.avatar-lg{height: 5rem;    width: 5rem;}

.avatar-title{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1f58c7;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.font-size-15{font-size: 15px !important;}

a{text-decoration: none;}