html {
    min-height:100%;
}

body {
    background-color: rgba(70, 129, 147, 0.08);
    margin: 0;
}

.header {
    background-color: #FFFFFF;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.about-e2open {
    margin-top: 15px;
}

.tagline {
    color: #4A4E50;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.18px;
    line-height: 19px;
}

.containment {
    min-height: 100%;
    box-sizing: border-box;
}

.footer {
    height: 35px;
    box-sizing: border-box;
    color: #4A4E50;
    background-color: #FFFFFF;
    border-top: 1px solid #D8DDDF;
    padding-top: 3px;
    position: absolute;
    right: 0;
    left:0;
    bottom: 0;
}

a,
.eto-link {
    background-color: transparent;
    padding: 0;
    color: #277ab5;
    text-decoration: none; }
.return-button { 
    color: #ffffff;
    width: 100%;
    height: 48px;
    padding: 16px;
}
.return-button:visited { 
    color: #ffffff;
}
a:visited,
.eto-link:visited {
    color: #277ab5; }
a:hover,
.eto-link:hover {
    text-decoration: underline; }
a:active,
.eto-link:active {
    color: #9FC8D4; }

.row {
    margin-left: 0;
    margin-right: 0;
}

.footer a {
    color: #277ab5;
}

.login-input {
    line-height: 40px;
    height: 48px;
}

.login-button {
    width: 100%;
    height: 48px;
}

.eto-li li::before .requirement-satisfied {
  background-color: inherit;
  border: none;
}

.password-requirement-list {
    list-style-type: none;
}

.password-requirement-list li::before {
    content: '';
    height: 0px;
    top: 8px;
    top: 1rem;
    width: 0px;
}

.password-requirement-list li {
    padding-left: 0px;
}

.requirement-unsatisfied {
  color: #ddd;
}

.requirement-satisfied {
  color: #40835F;
}

.error {
    color: #CE452D;
}

.support {
    text-align:center;
    margin: auto;
}

@media (max-width: 400px) {
.mobile-hidden {
	display:none;
}
}
