/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/
.sitl-svg-icon {
    width: 120px;
    height: 186px;
    margin: auto;
}
.site-logo{
    width: 22px;
    margin-top: -5px;
}
.content-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.auth-pass-title {
    text-align: center;
    font-size: 1.5em;
}
input.auth-password {
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
}