body {
  min-width: 290px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  background: #132b51;
}

/* Main elements */

.center_outer {
  margin-top: 0px !important;
}

#logoOne {
  position: absolute;
  z-index: 1;
  right: 0px;
  margin: 0px 0px 0px 0px;
  background: #ffffff url("../images/logo-right.jpg") no-repeat center center;
  background-size: 559px 280px;
  width: 50%;
  height: 100vh;
}

#logoTwo {
  position: absolute;
  z-index: 1;
  left: 0px;
  background: #132b51 url("../images/logo-left.jpg") no-repeat center 100px;
  width: 50%;
  height: 100vh;
}

#logoTwo img {
  display: none;
}

/* formBox */

.formBox {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 290px;
  width: 50%;
  min-height: 320px;
  overflow: hidden;
}

.formBox.center_inner {
  width: 50% !important;
  margin: 0px auto;
  font-size: 14px;
  text-align: center;
}

.formBox.center_inner div {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.formBox h2 {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 14px;
  border-bottom: none;
  padding-bottom: 3px;
}

/* Zend form */

.zend_form {
  max-width: 450px;
  min-height: 120px;
  margin: 40px auto 8px auto;
}

.zend_form label {
  font-weight: 400 !important;
}

.zend_form dd {
  margin: 0px 0px 0px 0px;
}

#felhasznalo-label,
#felhasznalo-element,
#jelszo-label,
#jelszo-element,
#felhasznalonev-label,
#felhasznalonev-element,
#captcha-label {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 22px 0px;
  display: block;
  line-height: 28px;
  height: 28px;
}

#captcha-label + dd{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 22px 0px;
	display: block;
	height: 75px;
}

#felhasznalo-label,
#jelszo-label,
#felhasznalonev-label,
#captcha-label{
  box-sizing: border-box;
  width: 130px;
  float: left;
  text-align: right !important;
  padding-right: 8px;
}

#felhasznalo-label:after,
#jelszo-label:after,
#felhasznalonev-label:after,
#captcha-label:after{
  content: ":";
}

#felhasznalo-element,
#jelszo-element,
#felhasznalonev-element,
#captcha-label + dd{
  width: 320px;
  float: right;
  text-align: left !important;
}

#felhasznalo-element input,
#jelszo-element input,
#felhasznalonev-element input,
#captcha-input
{
  font-size: 14px;
  color: #132b51;
  font-weight: 500;
  box-sizing: border-box;
  padding: 0px 8px 0px 8px;
  margin: 0px 0px 0px 0px;
  display: block;
  width: 100%;
  line-height: 28px;
  height: 28px;
  border-radius: 0px !important;
  border: 0px solid #ffffff !important;
  outline: 0px !important;
}

#belep-element input {
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0px 0px 0px;
  padding: 14px 20px 14px 20px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 1) !important;
  color: #132b51;
  border: none !important;
}

#belep-element input:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  cursor: pointer;
}

.forget {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0px auto !important;
}

/* Media */

@media only screen and (max-width: 1400px) {
  #logoOne {
    background-size: 420px 210px;
  }
}

@media only screen and (max-width: 1100px) {
  #logoOne {
    background-size: 280px 140px;
  }
}

/* Small screen */

@media only screen and (max-width: 1000px) {
  /* Main elements */

  #logoOne {
    position: relative;
    background-size: 246px 123px;
    width: 100%;
    height: 183px;
  }

  #logoTwo {
    position: relative;
    background: #132b51 url("../images/logo-left.jpg") no-repeat center 30px;
    background-size: 200px 98px;
    width: 100%;
    min-height: 158px;
    height: auto;
  }

  /* formBox */

  .formBox {
    top: 330px;
  }

  .formBox.center_inner {
    width: 100% !important;
  }

  /* Zend form */

  .zend_form {
    width: 450px;
    max-width: 90%;
  }
}

@media only screen and (max-width: 555px) {
  
  /* formBox */

  .formBox {
    overflow: visible;
  }

  .formBox h2 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 6px;
    border-bottom: none;
    padding-bottom: 3px;
  }

  /* Zend form */

  .zend_form {
    margin: 20px auto 8px auto;
  }

  #felhasznalo-label,
  #felhasznalo-element,
  #jelszo-label,
  #jelszo-element,
  #felhasznalonev-label,
  #felhasznalonev-element,
  #captcha-label  {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 6px 0px;
    display: block;
    line-height: 28px;
    height: 28px;
  }
  #captcha-label + dd{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
	display: block;
	height: 75px;
  }
  

  #felhasznalo-label,
  #jelszo-label,
  #felhasznalonev-label,  
  #captcha-label  {
    box-sizing: border-box;
    width: 100%;
    float: none;
    text-align: center !important;
    padding-right: 0px;
    margin-top: 10px;
  }

  #felhasznalo-element,
  #jelszo-element,
  #felhasznalonev-element,  
  #captcha-label + dd  {
    width: 100%;
    float: none;
    text-align: center !important;
  }

}
