/* HEADER */

.header {
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06) !important;
    border-bottom: 1px solid var(--gray-200);
    background-color: white !important;
    min-height: 4.25rem;
}

.fundi-title {
    font-weight: 600;
    color: var(--gray-500);
}

.logo {
    gap: 1rem;
}
.orange {
    font-size: 15x;
    color:#B68E03;
}
h1.maintain {
    font-size: 50px
}
.construction {
    padding: 120px 80px;
    display: flex;
    align-items: center;
}
.boxa {
    max-width: 650px;
    margin: 0 auto;
}
    .logo img {
        width: 8.25rem;
        height: 1.5rem;
    }

.auth-buttons {
    gap: 1rem;
}

.no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#pswmeter-message {
    font-size: 0.875rem;
    font-weight: 400;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.girl {
    background-image: url("../images/woman.png");
    background-size: cover;
    background-position: top left;
}
.foot-container {
    background: #e9ecf0;
    padding: 40px 0;
    width: 100%;
    float: left;
   
}
.fundi-icon {
    width: 32px;
    float: left;
}
.other-icons {
    width: auto;
    display: flex;
    gap: 16px;
    float: right;
}
.link-down {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    padding: 10px 20px 10px 0;
    width: 100%;
}
.foot-link {
    width: auto;
}
footer {
    height: auto!important;
}
.foot-link a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.foot-title {
font-size: 22px;
font-weight: 600;
color: #000;
padding: 20px 0;
}
.left-pad{
    padding-left: 30px;
}
.right-line {
    border-right: 1px solid #c8c8c8;
}
.foot-arrow {
    width: auto;
    font-size: 17px;
    font-weight: 600;
    color:#000;
}
.go-left {
    float: left;
}
.botom-divider {
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
    margin: 40px 0 10px;
    float: left;
    height:2px;
}
.bold {
    font-weight: 600;
}
.nav-user {
    gap: 0.625rem;
}
footer p {
    margin-top: 20px;
    font-weight: 400;
    line-height: 2;
    font-size:16px;
    float: left;
}

/* BUTTONS */

.btn {
    white-space: nowrap;
    height: fit-content;
    border-width: 1px;
    border-color: var(--brand-500);
    border-radius: 6.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
}

.btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    outline: none;
}

.btn-primary {
    background-color: var(--brand-500);
    color: black;
}

.btn-danger {
    background-color: white;
    border-width: 1px;
    border-color: var(--gray-300);
    color: black;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus-visible,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: var(--brand-600);
    border-color: var(--brand-600);
    color: black;
    outline: none;
    box-shadow: unset;
}
.btn-primary:disabled {
    color: #6b6b6b;
    background-color: #d6d6d6;
    border-color: #cdcdcd;
}
    
/* Layout */

.auth-screen-container {
    min-height: calc(100vh - 136px);
    
}
.auth-screen-container.maint {
 
    display: flex;
}

/* Footer */

footer {
    border-top: 1px solid var(--gray-200);
    height: 4.25rem;
    color: var(--gray-500);
    font-weight: 600;
}

.auth-link {
    font-weight: 600;
    color: var(--gray-600);
}

/* Overrides */

.form-control {
    color: var(--gray-900);
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: unset;
    border-color: black;
}

    .form-control:active,
    .form-control:focus {
        color: var(--gray-900);
        background-color: white;
        border-width: 0;
        border-bottom-width: 1px;
        outline: 0;
        box-shadow: none;
        border-color: black;
    }

.auth-screen-title {
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 768px) {
    .auth-screen-title {
        font-size: 1.25rem;
    }
    .foot-title {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        padding: 20px 0;
    }

    .left-pad {
        padding-left: 15px;
    }
    .right-line {
        border-right: 0px;
    }
    .link-down {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: row;
        padding: 10px 0;
        width: 100%;
    }
}

.error-message {
    color: red;
    font-size: 0.875rem;
}

.placeholder {
    color: var(--gray-700) !important;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
}

.consent-screen {
    background-color: var(--gray-50);
    min-height: calc(100vh - 136px);
}

.consent-screen-inner {
    border-radius: 0.5rem;
    min-height: calc(100vh - 15rem);
    width: 100%;
    align-self: center;
    justify-self: center;
    background-color: white;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.strength {
    height: 0px;
    width: 100%;
    background: #ccc;
    margin-top: -7px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    transition: height 0.3s;
}

    .strength span {
        width: 0px;
        height: 7px;
        display: block;
        transition: width 0.3s;
    }
.eye {
    position: absolute!important;
    right: 0;
    top: 0;
    z-index: 900!important;
}
.field-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 300;
}
.fa.field-icon {
    cursor: pointer;
}
@media (max-width: 900px) {
   .construction {
       width: 100%
    }
    .girl {
        display: none;
    }
}