body {
    margin-top: 80px;
    background-color: #f8f8f8;
}

a {
    color: #2f76b2;
}

* {
    border-radius: 0 !important;
}

#stk-nav {
    background-image: url('../images/ww.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    border-bottom: 1px solid #002a5c;
    height: 63px;
}
#stk-logo {
    width: 230px;
    height: 46px;
}

#serviceui {
    margin-top: .75rem;
}

#login-box {
    position: relative;
    overflow: hidden;
    color: #252525;
    border: 1px solid #c0c0c0;
    border-top: none;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.25);
}

#login-box-border-top {
    height: 8px;
    background: -webkit-linear-gradient(60deg,#1e4780 4%,#225eab 14%,#4484c5 14%,#63B1E5 61%,#63B1E5 100%);
    background: linear-gradient(30deg,#1e4780 4%,#225eab 14%,#4484c5 14%,#63B1E5 61%,#63B1E5 100%);
}

#login-box::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.14;
    background-image: url('../images/cc.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#login-box .footer {
    padding: 1em;
    background-color: #f7f7f7;
    border-top: 1px solid #c0c0c0;
}

#login-box .footer i.fa {
    line-height: 1.6em;
}

#login {
    padding: 1em;
}

#login .card {
    background-color: rgba(255,255,255,0.85);
}

#login dt {
    font-weight: 500;
}

#login label.control-label {
    font-weight: 500;
}

.btn-primary {
    color: #fff;
    background-color: #0069aa;
    border-color: #0069aa;
}

footer {
    margin-top: 1em;
}

#duo-iframe-wrapper {
    border: 1px solid #c0c0c0;
}

#duo-iframe-loading {
    position: absolute;
    height: 100%;
    width: 100%;
    width: calc(100% - 2px);
    height: calc(100% - 10px);
}

#duo-iframe-loading > h3 {
    line-height: 330px;
    margin: 0;
}

#duo_iframe {
    width: 100%;
    min-width: 304px;
    max-width: 620px;
    height: 330px;
    border: none;
    margin: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.fa.pull-left {
  margin-right: .3em;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

#serviceui .media-body {
    margin-top: 9px;
}

#login-box .footer {
    display: flex;
    align-items: center;
}

#login-box .footer .glyph {
    width: 2em;
    height: 2em;
    margin-right: .3em;
    flex-shrink: 0;
}

.alert .glyph {
    width: 1em;
    height: 1em;
    margin-right: .5rem;
    vertical-align: -.125em;
}
