
#bodycontentId
{
    width:100vw;
    left:0px;
}
body{
    background-image: url("../Images/background_login2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-width: 300px;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: auto;
    background-color: rgba(105, 105, 105, 0.72);
    margin-top:-50px;
    border-radius: 5px;
    padding:25px;
}

.Ng_header{
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-left: 5px
}

.Ng_header_bck{
    min-width: 56px;
    display: flex;
    align-items: center;
}

.Ng_header_N{
    width: 44px;
    background-color: var(--websiteblue);
    border-radius: 6px;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    color: white;
    font-family: 'Poppins';
}

.Ng_header_text{
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 6px;
    color: white;
}

@media screen and (max-width: 400px)
{
    .inner {
        width: 100%;
        padding:10px;
    }
}
