﻿/******************************
    LogoStoreCart Stylesheet
 ******************************/

.partial-container {
    width: 80vw;
    display: flex;
    justify-content: center;
    margin: auto;
}


.user-login {
    display: flex;
    flex-direction: column;
    width: 100%;
/*    justify-content: space-around;*/
}


