.datetimepicker>div {
    font-size: 12px;
    padding: 10px;
}

.toast-message {
    font-size: 14 !important;
}

.h-captcha {
    position: relative;
    border-radius: 4px;
    background-color: rgb(250, 250, 250);
    height: 76px;
    margin-bottom: 20px;
    overflow: hidden;
}

.h-captcha .tag {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid rgb(224, 224, 224);
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 44%;
    height: 76px;
    background: rgb(250, 250, 250);
}

.h-captcha:hover .tag,
.h-captcha:focus .tag {
    background: rgb(245, 245, 245);
}

.h-captcha .tag:hover {
    background: rgb(250, 250, 250);
    cursor: pointer;
}