@charset "utf-8";
@font-face {
     font-family: Lato;
     src: url('lator.ttf');
}

body {
    background: #fcfcfc;
    margin: 230px 30px 50px 30px;
    padding:0px;
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
    color: #333;
}
div.mthead { 
    position:fixed; 
    top:0; 
    left:0; 
    right:0; 
    height:200px; 
    background:url(gologo_bet.svg) no-repeat 50% center #17597d;
    background-size:70%;
    z-index:200;
    box-shadow: 0px 4px 8px 0px #888888e0;
}

div.exxiteformitem button.exxitesubmit, div.exxiteformitem input.exxiteinput {
    max-width: 400px;
}

form {
    text-align: center;
}