.brand-logo {
    width: 100%;
}

.brand-logo img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
    max-height: 65px;
}

.verify-email-float {
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    position: fixed;
    width: 60%;
    text-align: center;
    z-index: 999;
}

ul.form-control {
    height: auto !important;
}

.logo-mobile {
    max-height: 60px;
}

a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.3;
    position: relative;
    display: block;
}

a.disabled:after {
    height: 100%;
    width: 100%;
    display: block;
    background: white;
    z-index: 99;
    pointer-events: none;
    cursor: not-allowed;
    content: '';
    opacity: 0.44;
    position: absolute;
}

