.content {
	width:100% !important;
}
.back-link {
	text-decoration: none;
}
.img-disabled {
	opacity:0.5;
	cursor:not-allowed;
}
.wallet-window {
	max-width:768px;
	margin:auto;
	color: #000;
}
@media(min-width: 768px) {
	.wallet-window {
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		padding:30px;
		border-radius:12px;
	}
}
.wallet-window .restaurant-logo {
	text-align: center;
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding:10px 0 20px 0;
}
.wallet-window .restaurant-logo img {
	max-width:60px;
	/*width:80px;*/
	/*height:80px;*/
	/*border-radius:50%;*/
	border-radius:10px;
	margin-right:10px;
}
.wallet-window h1 {
	text-align: center;
}
.wallet-window h2 {
	text-align: center;
	font-size:16px;
}
.wallet-window h3 {
	font-size:15px;
	margin-top:5px;
	margin-bottom:10px;
}
.wallet-window h4 {
	font-size:13px;
	margin-top:15px;
	margin-bottom:10px;
}
a {
	text-decoration: underline;
}


.btn {
	background-color: #b32534;
	border-color: #b32534;
	color: #fff;
	padding:10px 25px;
	font-weight: bold;
	/*border: 1px solid #ccc;*/
	/*border-radius: 3px;*/
	/*padding: 10px 20px;*/
	/*font-size: 16px;*/
	/*cursor: pointer;*/
}
.btn:hover {
	background-color: #a01b29;
	border-color: #a01b29;
}
@media(max-width:992px) {
	.btn {
		width:100%;
	}
}

a {
	color:#b32534;
}
a:hover {
	color:#b32534;
	text-decoration: underline;
}
.form-control:focus {
	border-color: #b32534 !important;
}

.form-floating label {
	top:2px;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
	top:0;
}
.btn:disabled {
	background-color: #adadad;
	border-color: #ccc;
	color: #fff;
}


.wallet-window .page-loading {
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(255, 255, 255, .4);
	z-index:5;
	text-align: center;
	padding-top:40vh;
	color:#000;
	display:none;
}
.wallet-window .page-loading.active {
	display:block;
}

.wallet-window .login-buttons {

}
.wallet-window .login-buttons .btn:hover,
.wallet-window .login-buttons .btn:focus,
.wallet-window .login-buttons .btn:active {
	text-decoration: none;
}
.wallet-window .btn-info:hover {
	color: #fff;
}
.wallet-window .login-buttons .button-container {
	margin:auto;
}
.wallet-window .login-buttons .button-container a {
	width:100%;
}
.wallet-window .login-buttons .btn-social {
	background-color: #fff;
	border-color: #b4b4b4;
	color:#000;
}
.wallet-window .login-buttons .btn-social img {
	width:20px;
	margin-right:6px;
	position: relative;
	top:-2px;
	left:2px;
}
.wallet-window .login-buttons .btn-social:hover {
	background-color: #eee;
}
.wallet-window .terms,
.wallet-window .terms a {
	font-size:11px;
	color:#000;
}

.wallet-window .wallet-badges {
	margin-top:20px;
}
.wallet-window .wallet-badges img {
	max-width:230px;
}

.wallet-window h6 {
	text-align: left;
	margin-bottom: 15px;
}
