﻿fieldset:last-child .fa-check {
    background-color: green;
    border-radius: 50%;
    padding: 25px;
    font-size: 2rem;
    color: white;
}

#sendCodeBtn {
    font-size: .9rem;
}

    #sendCodeBtn:hover:not(:disabled) {
        text-decoration: underline;
    }

    #sendCodeBtn:disabled {
        color: lightgrey;
    }

.img-zoom-in img {
    width: 100%;
}

.img-zoom-in:hover {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 1000px;
    margin: auto;
    cursor: zoom-in;
}

@media screen and (max-width: 1550px) {
    .passwordTooltip {
        left: calc(50% - 140px) !important;
        bottom: 145%;
    }

        .passwordTooltip::after {
            top: unset !important;
            bottom: -20px;
            right: calc(50% - 10px) !important;
            border-color: #333 transparent transparent transparent !important;
        }
}

@media screen and (max-width: 380px) {
    .passwordTooltip {
        left: unset !important;
    }
}

@media screen and (max-width: 768px) {
    .step-progression li:before {
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important;
        font-size: 0.8125rem !important;
    }

    .step-progression li:after {
        top: 18px !important;
    }

    .step-progression li strong {
        display: none;
    }
}

.displayib {
    display:inline-block
}
.fw500{
    font-weight:500
}
