    body{
        margin: 0;
        font-size: 16px;
        @media (max-width: 1400px) {font-size: 14px;}
    }
    .sc-account-container {
        display: flex;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: linear-gradient(400deg, rgba(176, 95, 166, 0.30) -31.21%, #FFF 56.67%);
       
    }

    .sc-account-container button {
        background-color : #fb78ae;
        color: #fff;
        border-radius: 3em;
	    border: 1px solid #fb78ae;
        font-weight: 600;
        padding: 0.65em 1em;
        font-size: 1.125em;
        width: 10em;
        font-family: 'Mulish',sans-serif;
        cursor: pointer;
        line-height: 1.25;
    }

    form{width: 100%;margin-bottom: 0;}

    h3{
        font-size: 1.35em;
        font-weight: 500;
        color: #333;
        margin-top: 0;
        font-family: 'Poppins',sans-serif;
    }

    .card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: auto;
        box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.25);
        border-radius: 8px;
        padding: 2.5em 3em;
        font-size: 1em;
        min-width: 25%;
        max-width: 40%;
        text-align: center;
        background-color: #fff;
    }
    
.login .submit-row ul > li {
    list-style: none;
}
.login .submit-row ul > li a {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2;
    margin-left: -2rem;
}

.cust-table th{
    font-weight: 500;
    color: #ffffff;
    background-color: #79aec8;
    font-size: 1.25emrem;
    border : 1px solid  #e8e8e8
    }
.cust-table td{
    font-weight: 400;
    font-size: 1rem;
    }

ul > li {
list-style-type: none;
}