﻿@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400");
.button-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.button-container .button-wrapper {
  display: inline-block;
  margin-left: auto;
}
.button-container .button-wrapper:first-child {
  margin-left: initial;
}
.button-container .button-wrapper:last-child {
  margin-left: auto;
}

html, body {
  font: 300 16px Roboto;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}
html a {
  text-decoration: none;
}
html .loginbody {
  margin: 0;
}
html .loginbody .logo {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  text-align: center;
}
html .loginbody .logo img {
  width: 200px;
}
html .loginbody .logo .greeting {
  color: #153B8B;
  margin-top: 125px;
}
html .loginbody .logo .appcontainer {
  margin-top: 10px;
}
html .loginbody .logo .appcontainer .linkLogo {
  width: auto;
}
html .loginbody .inputwrap {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center;
}
html .loginbody .inputwrap .validation-summary-errors {
  color: #666;
  margin-left: -35px;
}
html .loginbody .inputwrap .validation-summary-errors ul {
  list-style-type: none;
}
html .loginbody .inputwrap .inputrow {
  height: 50px;
  line-height: 50px;
  background-color: #eef3fd;
  text-align: left;
  overflow: hidden;
  border-bottom: 1px solid #E4E4E4;
  margin-top: 1px;
  position: relative;
}
html .loginbody .inputwrap .inputrow input {
  padding-left: calc(50% - 126px);
  vertical-align: middle;
  background: none;
  border: none;
  height: 50px;
  color: black;
  width: 100%;
}
html .loginbody .inputwrap .inputrow img {
  position: absolute;
  right: 10px;
  height: 25px;
  top: 15px;
  width: 50px;
  cursor: pointer;
}
html .logoutbody {
  background-image: url("../Images/sso_logout_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
html .logoutbody .box {
  width: 300px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 22px;
  color: #94C921;
}
html .button {
  font-size: 17px;
  border: none;
  background-color: #909090;
  padding: 10px 30px 10px 30px;
  color: white;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 400;
  border-radius: 4px;
}
html .box {
  position: absolute;
  top: -200px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgb(200, 200, 200);
  border-radius: 10px;
}
html .box .textbox {
  border: 1px solid rgb(226, 226, 226);
  height: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 10px;
  padding-left: 5px;
  width: 270px;
  color: #3B3B3B;
}

.greeting-wrapper {
  text-align: center;
  position: absolute;
  bottom: 100px;
  width: 100%;
  background-color: white;
  box-sizing: border-box;
  padding: 10px;
}
.greeting-wrapper .valsum {
  color: #b60000;
}
.greeting-wrapper .valsum ul {
  list-style: none;
  padding: 0;
}
.greeting-wrapper input {
  width: 300px;
  height: 40px;
  padding: 10px;
  border-radius: 20px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 2px;
  background-color: rgba(255, 255, 255, 0.9);
}
.greeting-wrapper button {
  background-color: #4CC0A1;
}
.greeting-wrapper .greeting {
  /*background-color: rgba(255, 255, 255, 0.8);*/
  padding: 1px;
  margin-bottom: 10px;
}
.greeting-wrapper .greeting p {
  margin: 0;
}

.resetbody {
  background: url("../Images/cover.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  background-color: ActiveBorder;
}
@media only screen and (max-width: 1025px) {
  .resetbody {
    background-image: url("../Images/cover_small.jpg");
  }
}
.resetbody .crest {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100px;
}
.resetbody .crest table {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.resetbody .crest img {
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  max-height: 75px;
}
.resetbody .inputsection {
  text-align: center;
  position: absolute;
  bottom: 100px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 10px;
}
.resetbody .inputsection .valsum {
  color: #b60000;
}
.resetbody .inputsection .valsum ul {
  list-style: none;
  padding: 0;
}
.resetbody .inputsection input {
  width: 300px;
  height: 40px;
  padding: 10px;
  border-radius: 20px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 2px;
  background-color: rgba(255, 255, 255, 0.9);
}
.resetbody .inputsection button {
  background-color: #4CC0A1;
}
.resetbody .inputsection .greeting {
  /*background-color: rgba(255, 255, 255, 0.8);*/
  padding: 1px;
  margin-bottom: 10px;
}
.resetbody .inputsection .greeting p {
  margin: 0;
}
