/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  background-color: #161b1e;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #171b1e, #000000);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.text-center {
  text-align: center;
  align-items: center;
}


.cover-container {
  max-width: 100%;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.logo {
  padding-top: 10px;
}

.masthead-brand {
  margin-bottom: 0;
}

/*
 * Cover
 */
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, 0.8);
}

.f {
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  bottom: 0%;
  /*position: fixed;*/

}

/*
 * Form
 */
.form2 {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  display: block;
  position: relative;
  box-sizing: border-box;
}

.form2 .row {
  margin-right: 0;
  margin-left: 0;
}

.form2 .form-group {
  width: 100%;
  margin-bottom: 1.25rem;
}

.form2 .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

.input2 {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  flex-grow: 0;
  margin: 8px 0;
  display: block;
}

::placeholder {
  color: rgb(0, 0, 0, 0.8);
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: rgb(0, 0, 0, 0.8);
}

label {
  font-size: 18px;
  flex-grow: 0;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .logoCel {
    width: 50% !important;
  }
  
  h1 {
    font-size: 1.8rem;
  }
  
  .form2 {
    padding: 10px;
  }
  
  .form2 .btn-lg {
    width: 100%;
    margin-bottom: 10px;
  }
}


.modal-tamanho {
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  background-color: #005393;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #2cb2f9, #005393);
  background-repeat: no-repeat;
  max-width: 1100px;
  width: 95%;
  margin: 10px auto;
}

.tamanho-form {
  min-width: 100% !important;
}