.loginform-in {
    background: transparent;
    border-radius: 0;
    height: auto;
    margin: auto;
    padding: 20px;
    width: 340px;
}
.block {
  position: relative;
  padding-top: 30px;
}
.err {
  padding: 10px;
  margin-top: 20px;
  margin-bottom: -20px;
  background-color: rgba(255,0,0,.2);
  color: #cacaca;
  border: 0;
  border-left: 6px solid orangered;
  width: fit-content;
  border-radius: 4px;
}
.section_img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.blurred {
  filter: blur(10px);
}

#img_logo {
  border-radius: 5px;
}

@media (min-width: 679px) {
  .gelos {
    height: 180px;
    width: 195px;
    background-repeat: no-repeat !important;
    opacity: .7;  
  }
}
@media (max-width: 678px) {
  
  #img_logo {
    width:80px;
  }
  
  .gelos {
    height: 75px;
    width: 150px;
    background-repeat: no-repeat !important;
    opacity: .7;  
  }

  .loginform-in {
    width: 320px;
  }
  .block {
    padding-top: 20px !important;
  }
}

.wordShow {
  position: absolute;
  top: 42px;
  right: 10px;
  color: #cacaca;
}

::-ms-reveal {
  display: none
}

.gelostitle {
  font-size: 5em;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 6px rgba(0,0,0,.23);
  font-family: TiltWarp;
}

.welcomedate {
  font-size: 1.7em;
  color: white;
  line-height: 60px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-shadow: 1px 1px 3px rgba(0,0,0,.5);
  font-weight: 700;
}

.welcomedate span {
  font-size: 3em;
  color: white;
  text-shadow: 1px 1px 6px rgba(0,0,0,.3);
  font-weight: 500;
}

.welcomebtn {
  margin-top: 30px;
}

.welcomebtn a {
  background-color: #428bca;
  color: white;
  padding: 10px 60px;
  border-radius: 4px;
  font-size: 1.4em;
  border-bottom: 4px solid #349cf7;
  transition: all 0.2s ease-in-out;
}

.welcomebtn a:hover {
  text-decoration: none;
  background-color: #349cf7;
  transition: all 0.2s ease-in-out;
}

input#login {
  border: 0;
  background-color: #428bca;
  border-bottom: 4px solid #349cf7;
  padding: 7px 25px;
  color: white;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

input#login:hover {
  background-color: #349cf7;
  transition: all 0.2s ease-in-out;
}

.babyfoot {
  position: absolute;
  bottom: 20px;
  width: 250px;
  left: calc(50% - 125px);
  color: white;
  background-color: transparent;
  z-index: 0;
}

html, body {
  min-height:100%;
  font-family: Quicksand,Arial,sans-serif;
  font-weight: 500;
}

.section_overlay {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.titlelined {
  border-top: 1px solid white;
  width: 80px;
}

.subtitle {
  color: white;
  margin-top: -12px;
  font-size: 1.2em;
  font-family: TiltWarp;
  font-weight: normal;
  text-shadow: 1px 1px 6px rgba(0,0,0,.23);
}





