﻿/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


.layout-container {
    padding-left: 4rem;
    padding-right: 4rem;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}






@media (max-width:767px) {
    .layout-container {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}




body {
    background: url(/images/indisoft-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
}

/*@media(max-width:767px){
    body {
        background: url(/images/sheSummit-Logo-mob.png) !important;
    }
}*/
