﻿aside {
    width: 0px;
}

nav {
    display: none;
}

.loginLabel {
    align-self: stretch;
    color: #000;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.otpLabel {
    width: 407.953px;
    color: #000;
    /* Body Medium */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.loginTextBox {
    display: flex;
    padding: 16px 18px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid rgba(22, 22, 22, 0.40);
    outline: none !important;
    background: #FFF;
}

.otpTextBox {
    width: 226px;
    display: flex;
    padding: 16px 18px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid rgba(22, 22, 22, 0.40);
    outline: none !important;
    background: #FFF;
}

.passwordWrapper {
    position: relative;
    width: 100%;
}

.passwordWrapper .loginTextBox {
    width: 100%;
    padding-right: 50px;
    box-sizing: border-box;
}

.passwordToggle {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.passwordToggle svg {
    width: 24px;
    height: 24px;
}

.forgotInfoLabel {
    align-self: stretch;
    color: #000;
    /* H6 – Tiny Heading */
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.forgotInfoLabel-bottom {
    width: 407.953px;
    color: #000;
    /* Body Medium */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.forgotLink {
    color: var(--Primary-Color, #00A192);
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

.forgotLink:hover {
    text-decoration: underline;
}

/*.inputDiv {
    gap: 24px;
}*/
.wrapper {
    margin: 0;
    padding: 0;
    background-image: url("/stylesheets/images/C4Truck.png");
    background-size: cover;
    /* Scale image to cover entire area */
    background-position: bottom;
    /* Center the image */
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
}

.content {
    margin: 0;
    padding: 70px 81.5px;
    width: 747px;
    height: 619px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid rgba(0, 161, 146, 0.23);
    background: #FFF;
    /*    box-sizing: border-box;*/
}

.content.forgot-password {
    padding: 50px 81.5px !important;
}

#divPortalHeader {
    top: unset;
    height: 112px;
    padding-top: unset;
    background: unset;
    max-width: 100%;
    box-sizing: border-box;
    margin-left: 0px;
}

#divPortalHeader::after {
    border-bottom: none;
}

#divPortalMain {
    max-width: 100%;
}

h1 {
    margin: 0px;
    font-family: Barlow;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    color: #000;
}

.forgot-text {
    margin: 0;
    color: var(--Primary-Color, #00A192);
    /* H5 – Minor Heading */
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
}

.c4ErrorMessage {
    color: #df1b22;
    /*c4Red*/
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    margin-top: 0px;
}

.ErrorMessage {
    color: #df1b22;
    /*c4Red*/
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    margin-top: 0px;
}