﻿
body {
    color: #3827c6;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
}

.refresh-captcha {
    background: transparent;
    color: #fff;
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

.forgot-username {
    position: relative;
    text-align: right;
    cursor: help;
}

    .forgot-username:hover .forgot-username-tooltip {
        display: block;
    }

.forgot-username-tooltip {
    position: absolute;
    top: -50px;
    right: 5%;
    background: #000;
    padding: 3px 5px;
    border-radius: 4px;
    display: none;
    text-align: left;
    cursor: default
}

    .forgot-username-tooltip span {
        font-size: 11px;
        color: #fff
    }
