.form-group {
    margin-bottom: .5rem
}

.header-text {
    color: #17294b;
    text-align: center;
    width: 100%
}

    .header-text h4 {
        font-family: PlayfairDisplay;
        font-size: 22px;
        font-weight: 900
    }

    .header-text p {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400
    }

.account-info {
    border-radius: 4px;
    border: solid 1px #aeb6bf;
    background-color: #fff;
    text-align: left;
    font-family: Roboto
}

    .account-info h6 {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal
    }

    .account-info p {
        font-size: 14px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal
    }

.password-text {
    background-color: #edeeef;
    width: 100%;
    text-align: center
}

.custom-tooltip-inner {
    border-radius: .25rem;
    background-color: #f6f6f6;
    border: solid .5px #000;
    min-width: 225px;
    padding-left: 10px
}

.custom-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    background-color: #f6f6f6
}

    .custom-tooltip .arrow {
        font-size: 24px;
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem;
        bottom: 0;
        top: 23px;
        margin-left: -9px
    }

.SignUpButton {
    border-radius: 9px;
    background-color: #00483d;
    font-family: 'Roboto Mono',monospace;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1px;
    color: #e1ffb3;
    width: 100%;
    margin-bottom: 20px !important
}

.viveryLabelText {
    font-family: 'Roobert';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    color: #00483d
}

.form-control {
    background-color: var(--LightGray)
}

.questionsLink {
    color: #00483d !important;
    text-decoration: none !important
}

.new-questions-link, new-questions-link anew-questions-link a:link {
    color: #00483d !important;
    text-decoration: none !important
}

.link-default {
    width: 155px
}

@media (min-width:768px) and (max-width:991px) {
    .link-default-div {
        margin-left: -34%
    }
}

@media (max-width:575px) {
    .link-default-div {
        margin-left: -3%
    }
}

@media (min-width:576px) and (max-width:767px) {
    .link-default-div {
        margin-left: 5%
    }
}
