
/*html,
body {
    height: 100%;
}

.container 
{
    height: 100%;
    width:100%;
    background-image: url("images/singapore-river-255116_1920.jpg");
	background-size: cover;
	background-repeat:no-repeat;    
}*/
.container-box
{
	display:inline-block; 
	/*padding:10px; 
	background: rgba(255, 255, 255, .8);
	border: 1px solid #fff;	*/
	position: fixed;
  	top: 55%;
  	left: 0;
  	z-index: 1;

}
.btn-infos {
    color: #fff !important;
    background-color: #e6af23 !important;
    border-color: #e6af23 !important;
}
.modal-content
{
	/*background: rgba(255, 255, 255, .7);	*/
	background: #e6af23 !important;
    color: #fff !important;
}
.modal-header {
    display: inline-block !important;
}
.close {
    opacity: 1 !important;
    color: #fff !important;
}
form#reused_form p {
    color: #000 !important;
}
.modal-title {
    color: white !important;
}
.btn-successes {
    color: #fff !important;
    background-color: #ed2224 !important;
    border-color: #ed2224 !important;
}
.rotated
{
	-moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform-origin: top left;  
}
#whatsapp-widget.ww-normal .ww-text {
    color: #ed2224;
}


