html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f8f8f8;
}
header {
  background-color: #ffffff;
  /*margin-bottom:60px;*/
}
.main {
  flex: 1 0 auto;
}
footer {
  height: 100px;
  background-color: #1a1a1a;
  flex: 0 0 auto;
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
button,
a,
input,
textarea,
select {
  outline: none;
}

/***Header***/
h1 {
  margin: 65px 0 10px !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #275582 !important;
}
h2 {
  margin: 1.5em 0 0.2em;
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  margin-top: 10px !important;
}
.kc-feedback-text {
  display: table;
  color: #DB0004;
  margin: 4px;
}
.login-form input {
  display: table;
  width: 100%;
}
.btn-login {
  color: #FFFFFF;
  display: inline-block !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  text-decoration: none !important;
  border: none !important;
  background-color: #12636B !important;
  border-radius: 0 !important;
  font-weight: bold !important;
  min-height: 35px !important;
  width: 100px !important;
}
.header-info ul {
  padding: 0 0 0 1.5em;
}
.login-block_header {
    color: #275582;
}
.login-block_content {
  color: #4f4f4f;
}
.header {
  background-color: #275582;
font-size: 12px;
border-bottom: 5px solid #C4DB0D;
}
.header #logo {
  padding-top: 1.5em;
    max-width: 300px;
    display: table;
    padding-bottom: 1.5em;
}
#logo img {
  position: relative;
  z-index: 1;
  width: 80%;
}
/***Login page***/
.login-block {
    padding: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.4);
  margin-bottom: 20px;
  height: 300px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/***Login page***/
/***Content-page***/

/***Content-page***/
/***Footer***/
.footer_website {
    border-top: 5px solid #275582;
    background-color: #e2e2e2;
    line-height: 2;
    margin-top: 20px;
}
.contentrow {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.footer_website {
    line-height: 2;
}
#footer_columns {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 1em 20px;
}
#footer_columns {
    padding: 30px 10px;
}
#footer_columns #contact, #footer_columns .column {
    margin-top: 0;
}
.three .column {
    margin-top: 2em;
}
.three .column {
    width: 31.33%;
}
.columns .column {
    float: left;
    margin-left: 0;
    margin-right: 3%;
    display: block;
}
.footer_website {
    line-height: 2;
}
#footer_columns .column h2, #footer_columns .column h3 {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 18px;
}
#footer_columns .column h2, #footer_columns .column h3, #footer_columns .column h4, #footer_columns .column p, #footer_columns .column ul, #footer_columns .column ol, #footer_columns .column a {
    color: #474747;
    font-size: 12px;
    font-weight: 300;
}
#contact-information .heading, #footer_columns .column h1, #footer_columns .column h2, #footer_columns .column h3, #footer_columns .column h4 {
    display: block;
    font-size: 14px;
    color: #428bca;
    margin-bottom: 0.5em;
    font-weight: bold;
    margin-top: 0.5em;
}
.softlinks h2, .folder_items h2, .column h2 {
    margin: 0;
    font-weight: normal;
    word-break: normal;
}
.columns .column.last-column, .columns .column:last-child {
    margin-right: 0;
}
#footer_columns a:focus, #footer_columns a:hover {
    color: #474747;
    text-decoration: underline;
}
#footer_columns .column h2, #footer_columns .column h3, #footer_columns .column h4, #footer_columns .column p, #footer_columns .column ul, #footer_columns .column ol, #footer_columns .column a {
    color: #474747;
    font-size: 12px;
    font-weight: 300;
}
#footer_columns ul {
    list-style-type: none;
}
#footer_columns ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#footer_columns .column h2, #footer_columns .column h3 {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 18px;
}
/***Media***/
@media (max-width: 992px) {
  .login-block {
    margin-top: 0px !important;
  }
  .three .column {
      width: 100%;
      margin-bottom: 25px;
  }
  .contentrow {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.header #logo {
    margin: 0 auto;
	text-align: center;
}
.header-info {
  margin-bottom: 20px;
  }
  h1 {
    margin-top: 20px !important; 
  }
}
