@font-face {
    font-family: NormsProMedium;
    src: url(TT_Norms_Pro_Medium.ttf);
}

@font-face {
    font-family: NormsProBold;
    src: url(TT_Norms_Pro_Bold.ttf);
}


/*Basics*/


body {
    font-family: NormsProMedium;
    font-size: 16px;
    line-height: 1.85;
    font-family: NormsProMedium,sans-serif;
    line-height: 2;
}

h1, h2, h3, h4, h5, h6, h7 {
    color: #646567;
    font-family: NormsProBold,Helvetica,Arial,sans-serif;
}

h2 {
    line-height: 1.5;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a {
    color: #007bff;
    text-decoration: none;
 }


/*Form*/


.untie-onboarding {
    background-color: white;
}

.untie-card .card-header {
    background-color: #5468eb;
    border-radius: 0;
    padding: 0.5rem .5rem;
    font-size: 1rem;
 }

.untie-card {
    border: 1px solid #5468eb;
    border-radius: 0;
}

.untie-card .card-body h6 {
    color: #5468eb;
}


/*Progress*/


.untie-step-progressbar .item.active:before {
    background: #5468eb;
}

.untie-step-progressbar .item:before {
    background: rgba(84, 104, 235, 0.1)
}

.untie-step-progressbar .item:after {
    background: rgba(84, 104, 235, 0.1)
}

.untie-step-progressbar .item.complete:before {
    color: #5468eb;
    background-color: rgba(86, 106, 235, 0.3);
}


/*Buttons*/


.untie-button {
    background-color: #5468eb;
    border-color: #fff;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size:14px;
}


.untie-button:hover {
    background-color: #fff;
    color: #646567;
    border: 1px solid #5468eb;
}

.untie-button:after {
    content: "";
    padding-left: 0;
    margin: 0;
}

.untie-button:hover:after {
    padding-left: 0;
    margin: 0;
}

/* Bank ID */

#qrCode {
    display: flex;
    justify-content: center;
    margin: 10px;
}