.captcha-code {
    background-image: url(../images/captcha-bg-image.jpeg);
    position: relative;
    float: left;
}

.captcha-btn{
    margin-left: 14px;
    float: right;
    width: 50px;
}

.app-status{
    font-size: 13px !important;
    border-radius: 5px !important;
}

.toast-tiny-new {
    width: auto !important;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 625px){
    .toast-tiny-new {
        width: 85% !important;
    }
}

.mh-95vh{
    min-height: 95vh;
}

.mh-scanner{
    max-height: 450px !important;
}