html {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #2f3c44;
    background:#eceff1
}

body, select, input, textarea {
    font-family: Calibri, Carlito, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
}

form {
    margin: 0
}

a {
    color: #1F5F9D
}

img {
    border: 0
}

img[src~="1.gif"] {
    display: block;
}

img.px {
    width: 1px;
    height: 1px;
    visibility: hidden
}

td {
    text-align: left
}

h1 {
    font-size: 24px;
    line-height: 130%;
    color: #696969;
    margin: 25px 0;
    text-align: center
}

input {
    outline: none
}

.wrapper {
    display: flex;
    flex-direction: column;
    color: #2f3c44;
    text-align: center;
    width: 100%;
    min-height: 100%;
    margin: auto;
    background: #eceff1
}

.logo {
    text-align: center;
    padding: 75px 0 15px 0
}

.shadow-a {
    box-shadow: 0 0.3px 0.9px rgba(0, 0, 0, 0.1);
}

.shadow-b {
    box-shadow: 0 1.6px 3.6px rgba(0, 0, 0, 0.13)
}

.loginform-wrapper {
    display: inline-block;
    width: auto;
    margin: 0 auto 40px;
    border: 1px #cfd4da solid;
    background: #ffffff;
    min-width: 375px;
}

.loginform {
    padding: 40px 60px 15px;
    text-align: center;
}

.field {
    padding: 8px 10px 8px 0;
    white-space: nowrap;
}

.input input, .input select {
    width: 182px;
    padding: 3px;
    margin: 0;
    border: 1px solid #8d8d8d;
    border-radius: 3px;
    transition: box-shadow 0.5s;
}

.input select {
    width: 190px
}

.input input:focus, .input select:focus {
    border-color: #999;
    box-shadow: 0 0 10px rgba(50, 50, 50, 0.2)
}

.submit {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding: 6px 35px;
    border-radius: 5px;
    margin: 5px 0;
    border: none;
    background: #112e50;
    transition: background 0.3s, box-shadow 0.3s;
}

.submit:hover, .submit:active {
    background: #1a477a
}

.submit-small {
    font-size: 14px;
    padding: 4px 15px;
}

/*.submit:focus, .submit:hover {
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.3)
}*/

.submit, input[type="radio"], input[type="checkbox"], label {
    cursor: pointer
}

.support-links {
    font-size: 14px;
    text-align: right;
    margin-right: -25px;
    margin-top: 5px
}

.center {
    display: flex;
    align-items: flex-end;
    align-self: center;
    flex-grow: 2;
    padding: 10px 10px 20px;
    font-size: 14px;
    line-height: 130%;
    color: #2f3c44;
}

.support-links a, .center a {
    color: #0078d4;
    text-decoration: none
}

.support-links a:hover, .center a:hover {
    color: #0078d4;
    text-decoration: underline
}

.system {
    display: inline-block;
    width: auto;
    margin: 0 auto 10px;
    text-align: center;
    color: red;
    padding: 15px;
    font-size: 14px;
    border: 1px solid #ebadad;
    background: #FFD3D3;
    min-width: 375px
}

.system ul {
    padding-left: 15px;
    margin: 5px;
    font-size: 12px
}

.info {
    display: inline-block;
    width: auto;
    margin: 0 auto 10px;
    text-align: center;
    color: #333;
    padding: 15px;
    font-size: 14px;
    background: #ffffff
}

.delimiter {
    background-color: #A0A0A0;
    padding: 0
}

.SIErrorMessage {
    color: #FF0000
}

.pointable {
    cursor: pointer
}

/* Old SoD compatibility */
.plaintxt {
    color: #000000;
    font-style: normal;
    padding: 10px 10px 10px 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    font-family: Calibri, Carlito, "Segoe UI", Arial, sans-serif;
}

.sh_EITitle {
    font-size: 16pt;
    color: #A07527;
    font-family: Calibri, Carlito, "Segoe UI", Arial, sans-serif;
}

@media screen and (max-width: 600px) {
  body, .wrapper { background: #fff }
  .loginform-wrapper { border:none; margin-top: 30px }
  .input input { padding: 5px 7px }
  .submit { font-size: 18px; padding: 7px 40px; width: 100% }
  .loginform, .loginform-wrapper { border: none; box-shadow: none !important; background: none }
}
