body { 	background-color: #fff; 	position: relative; 	overflow-x: hidden; } html {   overflow-x: hidden; } .container { 	background-color: transparent; 	padding: 0; 	z-index: 2; 	position: relative; }  .container img { 	max-width: 100%; }  #main { 	margin: 0; }  .bgInverse { 	background-color: #373a3c; }  #info { 	background-color: #fff; 	padding: 15px; 	box-sizing: border-box; }  #sidebar { 	background-color: #fff; 	padding: 15px; 	box-sizing: border-box; }  .background-link-img { 	background-size: cover; 	background-repeat: no-repeat; 	background-position: center; 	background-attachment: fixed; 	position: absolute; 	top: 0; 	left: 0; 	display: block; 	width: 100%; 	height: 100%; }  .btn { 	border-radius: 0; 	border: none; 	outline: none; 	background-color: transparent; }  .btn.btn-primary { 	background-color: #0275d8; }  .btn.btn-info { 	background-color: #5bc0de; }  .modal-backdrop { 	display: none; }  .modal:after { 	content: ''; 	position: fixed; 	top: 0; 	right: 0; 	bottom: 0; 	left: 0; 	z-index: 1; 	background-color: #000; 	opacity: .7; }  .modal .modal-dialog { 	z-index: 3; }  .modal .modal-header { 	padding: 5px 35px 10px 35px; 	-webkit-box-sizing: border-box; 	box-sizing: border-box; }  .modal .modal-content { 	-webkit-border-radius: 0; 	border-radius: 0; }  .modal .close { 	font-size: 2.5rem; 	position: absolute; 	right: 10px; }  .form-control { 	-webkit-border-radius: 0; 	border-radius: 0; }  .header { 	margin-bottom: .75rem; 	-webkit-box-sizing: border-box; 	box-sizing: border-box; }  .header .row { 	min-height: 60px; }  @media (min-width: 576px) { 	.modal-sm { 		max-width: 420px !important; 	} }   .wrapp-text > .text-xs-center {     background-color: #ffffff !important; }  .wrapp-text > :nth-child(21) {     margin-left: 41px !important; }  :nth-child(21) > :nth-child(4) > a {     font-size: 19px !important; }   body:nth-child(2) {     background-color: #000000; }