.heading {
    color: #007fae;
}

.form-container {
    background: #FCFCFC;
    border: 1px solid #007fae;
    border-radius: 1rem;
    margin: 20px auto;
}

.login-or {
    position: relative;
    color: #007fae;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

#duo_iframe {
    width: 100%;
    min-width: 304px;
    max-width: 620px;
    height: 330px;
}

/* bootstrap overrides */

a {
    color: #007fae;
    text-decoration: underline;
}

a:hover {
    color: #007fae;
    text-decoration: none;
}

.btn-primary {
    background-color: #007fae;
    border-color: #007fae;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #13294b!important;
    border-color: #13294b!important;
}

.btn-primary:focus {
    background-color: #13294b;
    border-color: #007fae;
}

a.btn-primary {
    text-decoration: none;
}

body {
    font-family: Verdana, Arial, sans-serif
}

.btn-primary-reverse {
    color: #007fae;
    background: white;
    border: 1px solid #007fae;
    text-decoration: none;
}

.btn-primary-reverse:hover {
    background-color: #dcecf3!important;
}
