html.login {
  height: 100%;
}
html.login body {
  height: 100%;
}
#loginpage {
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 40px;
}
#loginpage div.headline {
  background-color: #494949;
  height: 50px;
  width: 100%;
}
#loginpage div.row1 {
  overflow: hidden;
  position: absolute;
  width: 990px;
  margin-left: -495px;
  left: 50%;
  /*h1.fade {
			width: 70%;
			margin-left: 0;
			span {
				display: block;
				height: 100%;
				transition: opacity linear 0.3s;
				opacity: 1;
			
				&:hover {
					opacity: 0.5;
				}
			}
		}*/

}
#loginpage div.row1 ul {
  list-style: none;
  overflow: hidden;
  line-height: 50px;
  margin-right: 10px;
  float: right;
}
#loginpage div.row1 ul li {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
#loginpage div.row1 ul li a {
  text-decoration: none;
  color: white;
}
#loginpage div.row1 ul li:hover {
  background-color: #f2f2f2;
}
#loginpage div.row1 ul li:hover a {
  color: #eb7f08;
}
#loginpage div.row1 ul li.current {
  color: #eb7f08;
  background-color: #f2f2f2;
}
#loginpage div.row1 ul li.current a {
  color: #eb7f08;
}
#loginpage div.row1 h1 {
  padding-left: 0px;
  font-weight: normal;
  font-size: 20px;
  color: white;
  line-height: 50px;
  margin: 0;
}
#loginpage div.row1 h1 span.coospace {
  color: #eb7f08;
}
#loginbox {
  background-image: url(/$Theme-edu3$/Content/Theme/bg01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: calc(100% - 305px);
}
#loginbox #loginleft {
  display: block;
  width: 300px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}
#loginbox #loginleft div.login {
  padding: 25px 25px 10px 25px;
  box-sizing: border-box;
  overflow: hidden;
}
#loginbox #loginleft div.login .logo {
  color: #eb7f08;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
}
#loginbox #loginleft div.login a.logo {
  display: block;
  height: 40px;
  text-indent: -2000px;
  overflow: hidden;
  background-image: url(/$Theme-edu3$/Content/Theme/logo_cs.png);
  background-repeat: no-repeat;
}
#loginbox #loginleft div.login a.help {
  float: right;
}
#loginbox #loginleft div.login .inputs label {
  color: #b5b5b5;
  font-size: small;
}
#loginbox #loginleft div.login div.options {
  font-size: 13px;
  color: #909090;
  margin-bottom: 10px;
  float: left;
}
#loginbox #loginleft div.lenia {
  text-align: center;
  background: url("/$Theme-edu3$/Content/Theme/lenia_vagy.png") no-repeat center center;
  margin-bottom: 20px;
  color: #b5b5b5;
  font-size: small;
}
#loginbox #loginleft div.buttons {
  line-height: 40px;
}
#loginbox #loginleft div.buttons:empty {
  height: 10px;
}
#loginbox #loginleft div.buttons a {
  margin-right: 10px;
  vertical-align: bottom;
}
#loginbox #loginleft div.buttons a.button {
  background-color: #eb7f08;
  border: 0px;
  color: white;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-position: 20px center !important;
}
#loginbox #loginleft div.buttons a.button:hover {
  background-color: #f8982e;
}
#loginbox #loginleft div.buttons #btnSSO,
#loginbox #loginleft div.buttons #btnSAML {
  background-image: url(/$Theme-edu3$/Content/Theme/ikon_kozponti.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#loginbox #loginleft input[type=text],
#loginbox #loginleft input[type=password] {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  height: 35px;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  font-size: 15px;
  background-color: white;
  color: #717171;
}
#loginbox #loginleft input[type=text]:focus,
#loginbox #loginleft input[type=password]:focus {
  outline: 0px;
  border: 1px solid #eb7f08;
}
#loginbox #loginleft input[type=submit] {
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  font-size: 17px;
  min-width: 120px;
  background-color: #eb7f08;
  color: white;
  float: right;
}
#loginbox #loginleft input[type=submit]:hover {
  border-color: #eb7f08;
  background-color: #f8982e;
  cursor: pointer;
}
#loginbox #loginleft ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b5b5b5;
  font-style: italic;
}
#loginbox #loginleft ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b5b5b5;
  font-style: italic;
}
#loginbox #loginleft :-ms-input-placeholder {
  /* IE 10+ */
  color: #b5b5b5;
  font-style: italic;
}
#loginbox #loginleft :-moz-placeholder {
  /* Firefox 18- */
  color: #b5b5b5;
  font-style: italic;
}
#loginbox #loginleft div.error {
  margin-top: 10px;
  color: red;
  clear: both;
  text-align: center;
  line-height: 120%;
}
section.numbers {
  background-color: #eb7f08;
}
section.numbers .numbers_wrapper {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
section.numbers .numbers_wrapper .n1 {
  width: 100%;
}
section.numbers .numbers_wrapper .n2 {
  width: 49%;
}
section.numbers .numbers_wrapper .n3 {
  width: 33%;
}
section.numbers .numbers_wrapper .n4 {
  width: 24%;
}
section.numbers .numbers_wrapper .n1,
section.numbers .numbers_wrapper .n2,
section.numbers .numbers_wrapper .n3,
section.numbers .numbers_wrapper .n4 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
section.numbers .numbers_wrapper .n1 .n2n,
section.numbers .numbers_wrapper .n2 .n2n,
section.numbers .numbers_wrapper .n3 .n2n,
section.numbers .numbers_wrapper .n4 .n2n {
  color: white;
  font-size: x-large;
  font-weight: bold;
}
section.numbers .numbers_wrapper .n1 .n2text,
section.numbers .numbers_wrapper .n2 .n2text,
section.numbers .numbers_wrapper .n3 .n2text,
section.numbers .numbers_wrapper .n4 .n2text {
  color: #f8be80;
  font-size: large;
  font-weight: bold;
}
section.msgs {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  color: #494949;
  padding-top: 10px;
}
section.msgs #msg0,
section.msgs #msg1 {
  width: calc(50% - 20px);
  float: left;
}
section.msgs #msg0 div.msg,
section.msgs #msg1 div.msg {
  display: block;
}
section.msgs #msg0 {
  margin-right: 40px;
}
section.msgs h2 {
  padding-bottom: 7px;
  font-size: 20px;
  font-weight: normal;
}
section.msgs div.msg {
  display: none;
  overflow: hidden;
  margin-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #b5b5b5;
}
section.msgs div.msg div.text {
  line-height: 150%;
}
section.msgs div.msg div.date {
  color: #b5b5b5;
  font-size: 80%;
  margin-bottom: 5px;
  text-align: right;
}
section.msgs div.msg_load_more {
  clear: both;
  /*
		height: 67px;
		background-position: center;
		background-image: url("login_betoltes.png");

		a {
			display: inline-block;
			width: 100%;
			height: 100%;
		}

		&:hover {
			background-image: url("login_betoltes_hover.png");
		}
		*/

}
@media (max-width: 990px) {
  #msg0,
  #msg1 {
    display: none;
  }
  section.msgs > div.msg {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-device-width: 680px) {
  #loginpage {
    background-image: none;
    height: auto;
  }
  #header1 {
    position: static;
  }
  #header1 #header1r {
    float: right;
  }
  #header1 div.toplogo {
    display: block;
    text-indent: -9999px;
  }
  #loginbox {
    box-sizing: border-box;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  #loginbox #loginleft {
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-device-width: 339px) {
    #loginbox #loginleft {
      width: 100%;
      height: auto;
    }
    #loginbox #loginleft input[type=submit] {
      width: 100%;
    }
    #loginbox #loginleft .buttons a.button {
      box-sizing: border-box;
      width: 100%;
      height: auto;
      overflow: visible;
    }
  }
  @media screen and (min-device-width: 300px) {
    #loginbox #loginleft {
      width: 300px;
    }
  }
  #loginbox #loginleft a.help {
    height: 32px;
    line-height: 32px;
  }
  #loginbox #loginleft a.help img {
    vertical-align: bottom;
  }
  section.msgs {
    width: auto;
  }
  section.msgs .msg {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  #header1,
  section.numbers,
  section.ads {
    display: none;
  }
}
