﻿/*User selectiion styles*/
html, body {
    height: 100% !important;
    overflow: auto !important;
}

.card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
}

#bg {
    background-attachment: fixed;
    background: url("../assets/images/chi-background.png") no-repeat center center fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    width: 100% !important;
    height: 100% !important;
}

.logoRow {
    text-align: center;
}

.centerImage {
    display: block;
    margin: auto;
}
