body {
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  height: 100%;
  background-color: rgb(0, 195, 136);
  background-image: url('../images/bg1.png');
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.everything {
  position: relative;
  top: 8%;
  padding: 10px;
}
.mainer {
  display: block;
  width: auto;
  max-width: 426px;
  min-width: 300px;
  margin: 0 auto;
}
.rounbox {
  position: static;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-top: 8px;
  margin-left: 20px;
  padding: 5px 8px;
  float: left;
  border-radius: 10px;
  background-color: white;
  opacity: 0.8;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  list-style-type: disc;
}
.form-element {
  float: left;
  border-radius: 10px;
  background-color: white;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
.check {
  display: block;
  margin-right: 7px;
  margin-top: 3px;
  float: left;
  background-color: white;
}
.txt {
  float: right;
}
.forma {
  margin-top: 50px;
}
.image-text {
  display: block;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}
.logo {
  opacity: 0.9;
  position: fixed;
  left: 20px;
  top: 20px;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
  .mainer {
    width: auto;
    max-width: 426px;
    min-width: 300px;
  }
  .rounbox {
    margin-top: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    font-size: 12px;
  }
  .form-element.login {
    height: 54px;
  }
  .everything {
    padding: 10px;
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  body {
    background-size: 300px 300px;
  }
}