
.text-black{
    color: black!important;
}
.text-white{
    color: white!important;
}
.text-orange{
    color: orange!important;
}
p{
    color: white!important;
}
h5{
    color: white!important;
}
.text-left{
    text-align:start;
}

.border-white-solid{
    border: solid white 1px;
    background-color: white;
}

.background-gray{
    background-color: gray!important;
    border: solid white 1px!important;
}

.background-gray:hover{
    color: #337ab7 !important;;
}

.d-flex{
    display: flex!important;
}

.justify-content-center{
    justify-content: center!important;
}

.align-items-center{
    align-items: center!important;
}

.form-control{
    width:100%!important;
}

.pl-0{
    padding-left: 0px!important;
}

#image-captcha{
    max-width: 100%!important;
    height: 100%;
}

.mb-10{
    margin-bottom: 15px!important;
}