﻿body, html {
    height: 100%;
}

.navbar-header {
    position: relative;
    top: -4px;
}

.navbar-brand > .icon-banner {
    position: relative;
    top: -2px;
    display: inline;
}

.icon {
    position: relative;
    top: -10px;
}

.page-consent .client-logo {
    float: left;
}

    .page-consent .client-logo img {
        width: 80px;
        height: 80px;
    }

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

    .page-consent .consent-form .consent-description label {
        font-weight: normal;
    }

.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}

#pswhint {
    left: 0;
    position: absolute;
    z-index: 100;
    background: #ff5900;
    color: #fff;
    text-align: left;
    padding: 18px 18px 8px;
    top: 66px;
    font-size: 15px;
    border-radius: 8px;
    right: 0;
    box-shadow: 9px 2px 27px -4px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 9px 2px 27px -4px rgb(0 0 0 / 75%);
    -moz-box-shadow: 9px 2px 27px -4px rgba(0,0,0,0.75);
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 26px 20px;
    border-color: transparent transparent #ff5900 transparent;
    position: absolute;
    top: 54px;
    left: 4px;
    z-index: 300;
}
#pswmeter-message {
   position: absolute;
   z-index: 200;
   top: 7px;
   right: 11px;
   color: #f7f7f7;
   padding: 3px 7px;
   background: #18467c;
   border-radius: 5px;
}


.card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.bs-stepper-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.step {
    text-align: center;
    flex: 1;
}

.step-trigger {
    background-color: #6103F1;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
}

.inactive-step {
    background-color: grey;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: bold;
}

.line {
    flex: 1;
    height: 4px;
    background-color: #6103F1;
    margin: 0 5px;
}

.inactive-line {
    flex: 1;
    height: 4px;
    background-color: grey;
    margin: 0 5px;
}


