<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }


/*=========================================================================
    Reset
===========================================================================*/

html,
body{
    /*min-height: 100vh;*/
    /*position: relative;*/
}

body{
    color: #a2a2a2;
    font-weight: 500;
    font-family: 'museo_sans500', 'Roboto';
    -webkit-font-smoothing: antialiased;
    background-color: #139ca6;
    /*padding-left: 100px;*/
}
body.is_chromebook {
    width: 400px  !important;
    max-width: 400px  !important;
    height: 400px  !important;
    max-height: 400px  !important;
    margin: 0px auto;
    padding-top: 10px !important;
}
.is_chromebook .main-container {
    margin-top: 10px;
    padding: 0px !important;
}
.is_chromebook .container {
    max-width: 400px !important;
    padding: 0px !important;
}
.is_chromebook .wrapper {
    padding: 0px !important;
}
.is_chromebook .step-content-wrap {
    padding: 20px 10px 10px 10px;
}
.wrapper{
    padding: 20px 0px;
}
a{
    color: #0d92a5;
}
a:hover, a:focus, .active &gt; a, .open &gt; a, .c-primary,
.btn:hover, .btn:focus, .btn.focus{
    color: #0d92a5;
    text-decoration: none;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
    color: white !important;
}

img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    color: #0d92a5;
}

.btn,
h1, h2, h3{
    font-family: 'museo_sans700';
}

/* Text */
.text-success{
    color: #1BA7A6 !important;
}
.text-danger{
    color: #EB495D !important;
}

/* Form */
.form-control{
    font-size: 14px;
    height: 42px;
    color: #b8b8b8;
    /*border-radius: 0px;*/
    /*-webkit-border-radius: 0px;*/
    border: 1px solid #d6d6d6;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important; 
}
select.form-control{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFF url(/img/qrfacelogin/select-arrow.png) no-repeat center right;
}
-ms-select{
    display: none;
}
.form-action &gt; button{
    /*margin-bottom: 30px;*/
}
.form-action &gt; *{
    margin-top: 30px;
    /*margin-bottom: 10px;*/
}
.form-action &gt; .btn-link{
    display: inline-block;
    vertical-align: middle;
}

.form-control-feedback{
    pointer-events: all;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    font-size: 18px;
    width: 44px;
}
.show-password input {
    display: none;
}

/* Button */
.btn{
    font-size: 14px;
    line-height: 1.33857143;
    padding: 10px 30px;
    text-align: center;
    cursor: pointer;
    outline:  none !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 2px solid transparent;
    text-transform: uppercase;
}
.btn-primary,
.btn-primary:focus{
    color: #0d92a5;
    background-color: transparent;
    border-color: #0d92a5;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover{
    color: #FFF;
    background-color: #0d92a5;
    border-color: transparent;
}

.btn-link{
    color: #0d92a5;
    text-transform: none;
    font-family: 'museo_sans500';
    /*font-size: 14px;*/
}
.btn-link:hover,
.btn-link:focus{
    color: #0d92a5;
    text-decoration: underline;
}

.form-action .btn.disabled, .form-action .btn[disabled]{
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: transparent;
    pointer-events: none;
    border-color: transparent;
    text-transform: none;
}

/*=========================================================================
    Steps
===========================================================================*/

.header{
    text-align: center;
    /*padding-top: 40px;*/
}
.main-container{
    padding: 20px 0px;
}
.step-content-wrap{
    background-color: #FFF;
    padding: 50px 40px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    max-width: 726px;
    margin: 0 auto;
    text-align: center;
}
.step-side-content-wrap {
    max-width: 960px;
    padding-left: 80px;
    padding-right: 80px;
}
.side-step-buttons {
    padding-top: 95px;
}
.side-step-buttons .btn {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
.step-header{
    margin-bottom: 30px;
}
.step-header .step-title{
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 20px;
    margin: 0px;
}
.social-icon{
    /*margin-top: 20px;*/
}
.social-icon h5{
    margin-bottom: 20px;
}
.social-icon &gt; a{
    margin: 0 5px;
}
.social-icon &gt; a:hover &gt; img{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
}

.back-button{
    text-align: center;
    padding-top: 40px;
}
.back-button &gt; a{
    color: #FFF;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 100%;
    line-height: 42px;
}
.back-button &gt; a:hover,
.back-button &gt; a:focus{
    opacity: .80;
    filter:alpha(opacity=80);
}

.round-icon-wrap{
    background-color: #f4f4f4;
    margin: 0 auto;
    color: #0788a5;
    line-height: 166px;
}
.round-icon-wrap,
.round-icon-wrap img.login-face{
    width: 166px;
    height: 166px;
    border-radius: 100%;
    -webkit-border-radius: 100%;    
}
.round-icon-wrap &gt; .icon{
    line-height: 166px;
    font-size: 190px;
}

.footer{
    text-align: center;
    /*padding-bottom: 40px;*/
}
.footer ul &gt; li &gt; a{
    color: #FFF;
    opacity: .7;
}
.footer ul &gt; li{
    padding: 0px;
    margin-right: -4px;
}
.footer ul &gt; li:after{
    /*border-right: 1px solid;*/
    background-color:  #FFF;
    width: 1px;
    opacity: .7;
    content: "";
    height: 10px;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.footer ul &gt; li:last-child:after{
    display: none;
}

/*=========================================================================
    Animation
===========================================================================*/

a, .btn, .nav-tabs &gt; li &gt; a .grey{
    transition:         color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
    -moz-transition:    color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
    -o-transition:      color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
    -ms-transition:     color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.social-icon &gt; a &gt; img{
    transform: transform 0.3s ease-in-out;
    -webkit-transform: -webkit-transform 0.3s ease-in-out;
    -ms-transform: -ms-transform 0.3s ease-in-out;    
}

/*=========================================================================
    Responsive
===========================================================================*/

@media (max-width: 479px) {
    .step-content-wrap{
        padding: 30px 20px;
    }
}

.step-content {
    position: relative;
}
.step-buttons {
    padding-top: 10px;
}
#camera {
    width: auto;
    margin: 0px auto 20px auto;
}
.is_chromebook #camera {
    width: 320px; // 240 face
    height: 240px; // 180
}
.is_chromebook.is_face #camera {
    width: 240px;
    height: 180px;
}
 .is_chromebook  .step-header .step-title{
    font-size: 14px;
}
.is_chromebook  .step-header {
    margin-bottom: 20px;
}
.is_chromebook.is_face .step-buttons {
    padding-bottom: 5px;
}
// .is_chromebook.is_face .camera-container {
//     width: 300px; // for js calculation code
//     margin: 0px auto;
// }

.step-content-wrap #camera {
    margin: 0px auto !important;
}

#qr-image {
    width: 400px;
    height: auto;
    margin: 0px auto 20px auto;
}
#qr-image img {
    width: 100%;
    height: auto;
}

p.bottom-message {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 20px;
    text-align: center;
}
p.bottom-message.bg-success {
    background: #0E780E;
}
p.bottom-message.bg-error {
    background: #8A0C0C;
}
#loading {
    position: absolute;
    right: 0px;
    top: 10px;
    display: none;
}
#loading .text {
    top: -5px;
    position: relative;
    font-size: 20px;
}
.step-content-wrap {
    position: relative;
}
#message {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.34;
    padding: 10px 0px;
    font-weight: bold;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
#message.message-info {
    color: #0d92a5;
}
#message.message-error {
    background-color: #EB495D;
    color: white;
}

#beta-label {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    background-image: url(/img/beta.png);
    background-color: transparent;
    background-repeat: no-repeat;
}


#loader-wrapper {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.8);
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

.quickcard-custom-head {
    color:#444; 
    text-align: left; 
    width: 100%;
    font-size: 19px !important;
}

.quickcard-return-to-login {
    width: 100%;
    text-align: left;
    padding: 0 0 8px 0;
    font-size: 11px;
}

.quickcard-return-to-login a {
    color:#0d92a5;
    cursor:pointer;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing:1px;
}

.camera-flip {
    z-index: 999;
    position: absolute;
    right: 5px;
    top: 50px;
    display: flex;
}
.camera-flip img {
    width: 80% !important;
    height: 80% !important;
}
.camera-rotate-0{
    transform: rotateY(0deg);
}
.camera-rotate-180{
    transform: rotateY(180deg);
    right: 30px !important;
}</pre></body></html>