@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  height: 100%;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: 30px;
  color: #777;
  overflow-x: hidden;
}

.container {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  padding: 0;    
}

.container-titulo {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

label {
  font-family: roboto;
  font-size: 15px;
  color: white;
}

body {
  background-image: url('../../img/delivery_game/background_celular_form.png');
  background-color: #FFB42F;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-position-y: inherit;
  position: relative;
}

.modal-dialog {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}

.modal-content {
  background-image: url('../../img/delivery_game/logo_background.png');
  background-size: cover;
  background-position: center top;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 25px;
}

.has-error .form-control {
  border-color: #ff0500;
  border-width: revert;
}

.btn-close {
  padding-right: 2%;
  padding-top: 1%;
  float: right;
}

.modal-header {
  padding: 15px;
  border-bottom: 0;
}

.text-modal {
  color: black;
  font-size: 1.5em;
  font-weight: 600;
}

.logo-top {
    position:absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -68px;
    z-index:1;
    width: 19em;
}

.titulo {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.form {
   margin-top: 20px;
}

label {
    font-size: 2em;
}

#cel {
  width: 373px;
  height: 53px;
  font-size: 20px;
  text-align: center;
}

#num_sorte {
  width: 190px;
  height: 53px;
  font-size: 20px;
  text-align: center;
}

#jogar {
    width: 220px;
}

#footer_content {
  display: none;
  visibility: hidden;
}

.field-jogar {
  margin-top: 10px;
}

@media only screen and (max-width: 600px) {
    .logo-top {
        position:absolute;
        margin: auto;
        left: 5px;
        right: 0;
        text-align: center;
        margin-top: -35px;
        width: 10em;
    }

    .titulo {
        max-width: 70%;
    }

    #cel {
      width: 235px;
      height: 38px;
      font-size: 18px;
    }

    #num_sorte {
      width: 160px;
      height: 38px;
      font-size: 18px;
    }

    #jogar {
      width: 180px;
    }

  #footer_content {
    display: contents;
    visibility: visible;
    position: absolute;
    bottom: 0;
    margin-left: -4px;
    width:107%;
  }
}

@media only screen and (max-width: 375px) {

  #jogar {
    margin-bottom: 100px;
  }
}