/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */

/*
 * Base structure
 */

html,
body {
    height: 100%;
}

main {
    height: 100%;
    padding-top: 64px;
}

.jas-usr-profile-pic {
    margin-top: 10px;
    padding: 5px;
}

/*
    Navigation
*/
.jas-navbar {
    position: absolute;
    width: 100%;
}

.jas-sticky-top {
    @supports (position: sticky) {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}

.jas-hide-arrow:after {
    display: none;
}

/*
    Positioning
*/

.absolute-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.create-account-sizing {
    max-width: 450px;
    max-height: 500px;
    padding: 40px;
}

.reset-password-sizing {
    max-width: 550px;
}