﻿.nav-menu-bg {  
    background: var(--carta-blue-dark);
    border-color: var(--carta-blue-dark);
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}

.calc_login_max {
    max-width: 330px;
}

.navbar-header {
    height: inherit;
}

.header-img {
    height: 60px;
}

.unauth-body-content {
    position: relative;
    top: 60px;
    height: calc(100vh - 120px);
}

.unauth-footer {
    z-index: 9999;
    position: relative;
    bottom: -60px;
    right: 0;
    height: 60px;
    width: 100%;
    color: white;
    background: var(--carta-blue-dark);
    border-color: var(--carta-blue-dark);
}

.unauth-form-wrapper {
    width: auto;
    min-width: 400px;
    max-width: 520px;
    position: absolute;
    top: 25%;
}

.unauth-form-wrapper450 {
    width: auto;
    width: 450px;  
    position: absolute;
    top: 25%;
}

.unauth-lbl {
    width: 30%;
    min-width: 120px;
}

.unauth-valDiv {
    width: 70%;
}

.unauth-lbl-180 {
    width: 180px;
}

.unauth-lbl-180 + div {
    width: calc(100% - 180px);
}

.login_p_header {
    margin-bottom: 18px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}


.error-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.error-content {
    position: absolute;
    top: 28%;
    left: 5%;
    background: white;
    padding: 1rem;
}

.error-header {   
    height: 50px;
    color: var(--carta-blue-dark);
    font-size: 30px;
    font-weight: 600;
}

@media only screen and (max-width: 999px)  {
    .error-content {
        -moz-box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 20%);
        box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 20%);
        border-radius: 3px;
    }
}

@media only screen and (max-width: 456px) {
    .calc_login_max {
        max-width: 100%;
    }

    .unauth-valDiv {
        width: 100%;
    }
}