
@media  only screen and (min-device-width: 768px) 
{
    .form-container {
/*       padding: 15px;
      background: #ffffff;
      border: 9px solid #f2f2f2;             */
      max-width:1100px;
      margin: auto;
    }

}


input, textarea 
{
  width: 100%;
}    
textarea
{
  height: 200px;
}



.container-box
{
	display:inline-block; 
	padding:10px; 
	background: rgba(255, 255, 255, .8);
	border: 1px solid #fff;	
	position: fixed;
  	top: 55%;
  	left: 0;

}

.modal-content
{
	background: rgba(255, 255, 255, .7);	
}


.rotated
{
	-moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform-origin: top left;  
}


button.button-primary
{
	color: #FFF;
	background-color: #28255c !important;
	border-color: #28255c !important;
}
