html, body {
    background-image: none;
}

.content {
    background-color: #EBF0F5;
    height: -moz-calc(100vh - 126px);
    height: -webkit-calc(100vh - 126px);
    height: calc(100vh - 126px);
    padding-top: 116px;
}

#banner_text {
    font-size: 24px;
    color: #6E8291;
    line-height: 29px;
    word-wrap: break-word;
    overflow: hidden;
}

.login-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
    width: 720px;
    margin:0px auto;
}

.login-form {
    width: 420px;
}

.form-row {
    width: 480px;
    margin: 10px auto;
}

.login-form label {
    width: 9em;
    float: left;
    text-align: right;
    margin-right: 15px;
    line-height: 32px;
}


.login-form button {
    margin-top: 2ex;
    background-color: #879BAA;
    border-color: #aaaaaa;
}

.login-form a {
    text-align: center;
}

.login-form button:hover {
    background-color: #4BAECD;
}

.pki {
    display: flex;
    margin-left: 141px;
}

.pki .pki-row {
    margin-top: 22px;
    display: flex;
    align-items: center;
}

.pki input {
    border: none !important;
}

.pki p {
    font-size: 14px;
    color: #005F87;
    margin-left: 15px;
    font-weight: bold;
}

.login-form-wrapper {
    width: 480px;
    margin: 0px auto 4ex auto;
}

.login-tabs {
    line-height: 32px;
    height: 32px;
    overflow: auto;
    margin: 30px 0 30px 0;
    border-bottom: 1px solid #DFE6ED;
    overflow: visible;
}

.login-tabs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.login-tabs li {
    margin : 0 2px 0 0;
    padding: 0;
    display: inline;
    float: left;
    height: 100%;
}

.login-tabs a, .login-tabs span {
    display: inline-block;
    min-width: 100px;
    padding: 0 20px;
    color: #4f4f4f;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #EBF0F5;
}

.login-tabs a.active, .login-tabs span.active {
    background-color: #FFFFFF;
    color: #000000;
    border-top: 1px solid #DFE6ED;
    border-left: 1px solid #DFE6ED;
    border-right: 1px solid #DFE6ED;
    border-bottom: 1px solid #FFFFFF;
}

.login-tabs a:hover {
    color: #3f3f3f;
    background-color: #CDD9E1;
}

.login-tabs a.active:hover {
    color: #000000;
    background-color: #eaeaea;
}

.login-form-wrapper input {
    height: 32px;
    border: 2px solid #DFE6ED
}

.error-msg {
    background: rgba(200, 0, 0, 0.08);
    border: 1px solid #C80000;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #900000;
    padding: 15px 20px;
    display: grid;
    grid-template-columns: 30px 1fr;
}