:root {
  --itacih-blue: #3d64a1;
  --itacih-green: #7bc69f;
}
html, body, .outer {
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
a, a:hover {
    color: #3276b1;
    text-decoration: none;
    font-weight: normal;
}
/* 2021-06-11 */
#select-idp-list {
  display: flex;
  flex-flow: column;
  justify-content: center;
  vertical-align: middle;
  margin-top: 10%;
}
#select-idp-list .top,
#select-idp-list .bottom {
  display: flex;
  flex-direction: column;
  padding: 25px;
  align-items: center;
}
#select-idp-list .top img {
  width: 350px;
}
#select-idp-list .select-idp-list-header,
#select-idp-list .select-idp-list {
 display: flex;
 justify-content: center;
}
#select-idp-list .select-idp-list-header {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--itacih-blue);
}
#select-idp-list #certificate,
#select-idp-list #bankID,
#select-idp-list #password {
  display: none;
}
#select-idp-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 270px;
}
#select-idp-list li.indexlist {
  padding: 0;
  font-size: 18px;
  position: relative;
  left: 0;
  width: 100%;
  border: 1px solid #3d64a1;
  border-bottom: 1px solid #3d64a1;
  border-radius: 3px;
  margin-bottom: 5px;
  color: var(--itacih-blue);
}
#select-idp-list li.indexlist a {
  padding: 11px 10px;
  display: block;
  font-size: 16px;
  background: url(../arrow_right.png) 95% 50% no-repeat;
  color: #364a7B;
}
/* End 2021-06-11 */
/* 2023-09-13 */
#password-page {
  display: flex;
  flex-flow: column;
  justify-content: center;
  vertical-align: middle;
  margin-top: 10%;
}
#password-page .top {
  padding-top: 25px;
  padding-bottom: 12.5px;
}
#password-page .bottom {
  padding-top: 12.5px;
  padding-bottom: 25px;
}
#password-page .top,
#password-page .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 25px;
  padding-left: 25px;
}
#password-page .top img {
  width: 350px;
}
#password-page #failed {
    visibility: hidden;
    text-align: center;
    color: #be0931;
}
#password-page #button {
  margin-left: 0px;
  text-align: center;
}
#password-page #select-auth-method {
  display: flex;
  justify-content: center;
}
/* End 2023-09-13 */
#top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
}
#top .inner {
    margin: 0px auto;
    max-width: 800px;
}
#top img {
    height: 150px;
   margin-left: 50px;
   margin-top: 35px;
}
#page {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
}
.outer, .wrapper td {
    text-align: center;
    vertical-align: middle;
}
.wrapper {
    position: relative;
    display: inline-block;
    padding-bottom: 328px;

}
.simple .left, .simple .right { padding: 0; }
form, img {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}
input[type=text], input[type=password] {
    font-family: Arial, sans-serif;
    font-size: 16px;
    width: 230px;
    margin: 0px 0px 6px 0px;
    padding: 5px 5px 3px 5px;
    border: 1px solid #bbb;
    border-radius: 3px;
    background: transparent;
}
input[type=text]:focus, input[type=password]:focus {
    border: 1px solid #3276b1;
    outline: none;
    box-shadow: 0px 0px 2px #ed9c28;
}
#logo-center img {
    margin-bottom: 30px;
    width: 350px;
}
#button {
    padding: 7px 5px 5px 5px;
    background: #3d64a1;
    color: #f8f8f2;
    border-radius: 3px;
    cursor: pointer;
    width: 235px;
    margin-left: 52px;
}
#button:hover {
    background: #4e72b3;
}
#failed {
    text-align: center;
    color: #be0931;
}
#page-url {
    text-align: center;
    font-size: 24px;
    color: #888;
}
#status-error {
    text-align: center;
    color: #be0931;
}

#failed #fail-info {
  margin-top: 5px;
}
.field-wrapper {
    position: relative;
}
.ph {
    position: absolute;
    top: 6px;
    left: 6px;
    color: #666;
    pointer-events: none;
    cursor: text;
}
.focused .ph { color: #bbb; }
.fa {
    font-size: 200px;
    color: white;
    text-shadow: -1px 0 #272822,
                 0 1px #272822,
                 1px 0 #272822,
                 0 -1px #272822;
}
td.select-auth-link {
  padding-top: 20px;
}
.select-auth-link {
  color: var(--itacih-blue);
  cursor: pointer;
}
.simple .fa {
    display: none;
}

@media (min-width: 900px) {
  #contact-info {
    position: absolute;
    color: var(--itacih-blue);
    bottom: 30px;
    right: 30px;
    font-size: 16px;
    text-align: left;
  }
}

@media (max-height: 499px) {
  #contact-info {
    display: none;
  }

  #logo-upper {
    display: none;
  }
}

@media (max-width: 899px) {
  #contact-info {
    display: none;
  }

  #top img {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
   .outer, .wrapper td {
      text-align: center;
      padding-top: 70px;
    }
	.wrapper td.select-auth-link {
		padding-top: 20px;
	}
}
@supports (-ms-accelerator:true) {
   /* Edge specific styles go here */
   .outer, .wrapper td {
      text-align: center;
      padding-top: 70px;
    }
}