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 {
  font-family: 'arial-black', sans-serif !important;
  margin: 0px 0 10px !important;
  font-size: 30px !important;
  color: rgb(0 36 105) !important;
}
h2, h3 {
  margin: 1.5em 0 0.2em;
  font-size: 18px;
    font-family: 'arial-bold', sans-serif !important;
  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 {
font-size: 12px;
}

.border-logo {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 -4px 4px -3px rgba(0, 0, 0, 0.15);    
  padding-bottom: 20px;
}

.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 {
    background-color: rgb(238 244 245);
    line-height: 2;
    margin-top: 20px;
}

.footer_website p {
      margin: 0px 0 0px;
}

#footer_columns a {
    text-decoration: underline;
}
.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%;
}
.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;
    font-family:arial, Arial, sans-serif;
}
#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;
    color: rgb(0 36 105);
}
/***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;
  margin: 20px;
  }

  h1 {
    margin-top: 20px !important; 
  }

}

@media (max-width: 767px) {
  .login-block {
  margin: 20px;
}
}


@font-face {
    font-family: 'arial';
    src: url(../fonts/arial/ARIAL.TTF) ;
  }


@font-face {
    font-family: 'arial-bold';
    src: url(../fonts/arial/ARIALBD.TTF) ;
  }

@font-face {
    font-family: 'arial-black';
    src: url(../fonts/arial/ARIBLK.TTF) ;
  }