@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap');

body {
  background: #fff;
  overflow: auto;
  padding: 0;
  color: #737373;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.box {
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: #f0f0f0 url(bg-kantar.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.container {
  margin: 3% auto;
}

.box img.logo {
    max-width: 350px;
    display: block;
    margin: 20px auto;
}

h2.titulo {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  color: #555;
  text-align: center;
}

.txt_preform {
    font-size:14px;
    text-align:center;
}

.videobox {
    padding: 30px 0;
}

.box-form {
  /* width: 70%;
  display: block;
  margin: 0 auto; */
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 13px rgba(0, 0, 0, .15);
}

fieldset {
  border: 0;
}

.form-row.gral {
  margin-top: 10px;
}

.form-control.input {
  font-size: 14px;
  border: 1.5px solid #e2e6ea;
  border-radius: 5px;
}

.input-group-text {
  font-size: 14px;
}

.input.Fn {
  line-height: 1;
  height: 23px;
  padding: 0 10px;
}

p.notif {
  font-size: 12px;
}

label {
  text-align: left;
  margin: 0;
  display: block;
  font-size: 13px;
}

label.etiqueta {
  font-size: 11px;
  line-height: 11px;
  margin-left: 6px;
  width: 100%;
  text-transform: uppercase;
}

.input::-webkit-input-placeholder {
  color: #999;
  text-transform: none;
}

/* WebKit */
:-moz-placeholder {
  color: #aaa;
  text-transform: none;
}

/* Firefox 18- */
::-moz-placeholder {
  color: #999;
  text-transform: none;
}

/* Firefox 19+ */
:-ms-input-placeholder {
  color: #999;
  text-transform: none;
}

/* IE 10+ */
input[type="submit"] {
  background: #7cc100;
  width: 100%;
  border: 0;
  border-radius: 50px;
  box-shadow: none;
  padding: 12px 0;
  color: #fff;
  font-size: 14px;
  min-height: 30px;
}

.box-info {
  margin-top: 30px;
  margin-bottom: 30px;
}

.box-info img {
  width: 100%;
}

.box-info p {
  font-size: 14px;
}

.copy {
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: auto;
  background: linear-gradient(to right, #a37e2c, #e5d063, #a37e2c);
  padding: 10px 0 0;
}

.copy p {
  text-align: Center;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  padding: 20px 0;
  margin: 0;
  background: #111;
}

@media (max-width:566px) {
  .container {
    margin: 3% auto 15%;
  }

  label.etiqueta {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 3px;
  }
}