﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-link.nav-link:focus {
    outline: black auto 1px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.form-group {
    margin-bottom: 1rem
}

/* IDENTITY DEFAULT LAYOUT */

.identity-small-header {
    width: 100%;
    background-color: var(--primary-green);
    display: none;
    padding: 12px;
}

.left-container {
    background-color: #fff;
    flex: 2.5;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.right-container {
    color: #fff;
    background-color: #79b51c;
    flex: 1;
}

.right-image {
    height: 350px;
}

.right-header, .right-body {
    line-height: 1.63;
}

.right-header {
    margin-top: 50px;
    font-size: 16px;
    font-weight: bold;
}

.right-body {
    font-size: 14px;
    font-weight: normal;
}

.right-inner-container {
    padding: 0px 100px 30px 100px;
}

.password-container {
    border: 1px solid var(--default-border);
    border-radius: .25rem;
    padding-right: 10px;
}

.password-info {
    color: var(--grey-45);
    cursor: pointer;
    position: relative;
    float: right;
    bottom: 28px;
    left: 8px;
    width: 0;
}