﻿.account-page label {
    color: #828282 !important;
}

/* Banner */
.banner-grid {
    display: grid;
    grid-template-columns: 1fr 55px;
    background-color: #d9232e;
    align-content: center;
    width: 100%;
    min-height: 40px;
    position: relative;
}

.banner {
    color: #fff;
    z-index: 100000;
    padding: 3px 15px;
    font-size: 14px;
}

    .banner a {
        color: #fff;
        text-decoration: underline;
        font-size: 10px;
    }

        .banner a:hover {
            color: #fff !important;
            text-decoration: underline;
        }

    .banner p {
        margin: 0;
        padding: 0;
        color: #fff;
    }

#mdiv {
    width: 25px;
    height: 25px;
    cursor: pointer;
    align-self: center;
    padding-left: 5px;
}

.mdiv {
    height: 25px;
    width: 2px;
    margin-left: 12px;
    background-color: #fff;
    transform: rotate(45deg);
    Z-index: 1;
}

.md {
    height: 25px;
    width: 2px;
    background-color: #fff;
    transform: rotate(90deg);
    Z-index: 2;
}

@media (max-width: 767px) {
    .banner-grid {
        min-height: 50px;
    }

    .banner {
        padding: 10px 15px;
    }

    #mdiv {
        padding-top: 10px;
        align-self: flex-start;
        padding-left: 15px;
    }
}
