#main-background {
    width: 100%;
    position: absolute;
    min-width: 600px;
    height: auto;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.opaque-card {
    background: rgba(0, 0, 0, .6);
    width: 18rem;
    border-radius: 10px;
    padding: 10px;
    -webkit-text-fill-color: #dddddd;
}

.opaque-card .input-group {
    -webkit-text-fill-color: #333333;
}

#confirmation tr td:first-child {
	text-align: right;
	font-weight: 800;
}

.nav-profile-img {
	max-width: 25px;
	border-radius: 50%;
    margin-right: 0px;
    margin-left: 0px;
}