<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   EBF Onboarder for Jamf custom styles all rights reserved
   ========================================================================== */


/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary{
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, html {
    overflow: auto;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #2b3e51;
    background-color: #ffffff;
    /*
    background-color: #eff3f6;
    */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-style: normal;
    font-weight: normal; 
    font-variant: normal;
    text-transform: none;
}

.form-control:focus {
    border-color: #2494c5;
}

main {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    /*
    background: transparent url("../img/clouds.png") 0 0 no-repeat;
    */
}

.text-align-center {
    text-align: center;
}

/* -------------------------------- 

Intro

-------------------------------- */

.intro-image {
    text-align: center;
}

.intro-image img {
    width: auto;
    height: 60px;
}

/* -------------------------------- 

Form

-------------------------------- */

input::-webkit-input-placeholder {
    color: #bdbdbd !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #bdbdbd !important;  
}

input::-moz-placeholder {  /* Firefox 19+ */
    color: #bdbdbd !important; 
}

input:-ms-input-placeholder {  
    color: #bdbdbd !important;  
}

.tooltip {
    font-size: 11px;
}

.display-none {
    display: none;
}

.display-visible {
    display: visible;
}

.container-align {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1000000;
}

.migrator-form div:not(.chosen-container) {
    padding: 10px 0;
}

.migrator-form legend {
    margin-bottom: 0px;
    font-size: 18px;
}

.migrator-form legend img {
    width: 25px;
    margin-right: 5px;
    padding-bottom: 3px;
}

.pdf-icon {
    background:url(../img/pdf-blue.svg) center left no-repeat;
    white-space: nowrap;
}

.pdf-icon:after {
    content: "Documentation Instructions";
    margin-left: 20px;
}

.pdf-icon:hover {
    background:url(../img/pdf-blue.svg) center left no-repeat;
    white-space: nowrap;
}

.pdf2-icon {
    background:url(../img/pdf-blue.svg) center left no-repeat;
    white-space: nowrap;
}

.pdf2-icon:after {
    content: "PDF Flyer";
    margin-left: 20px;
}

.pdf2-icon:hover {
    background:url(../img/pdf-blue.svg) center left no-repeat;
    white-space: nowrap;
}

.play-icon {
    background:url(../img/play-blue.svg) center left no-repeat;
    white-space: nowrap;
}

.play-icon:after {
    content: "Video Demonstration";
    margin-left: 20px;
}

.play-icon:hover {
    background:url(../img/play-blue.svg) center left no-repeat;
    white-space: nowrap;
}

.register-help {
    position: absolute;
    width: 100%;
    bottom: 60px;
}

.register-help p, a {
    color: #2494c5;
    font-size: 13px;
}

.register-help a:first-child {
    padding-right: 20px;
}

.register-help a:hover {
    color: #187bab;
    text-decoration: none;
}

.migrator-form legend a:first-child {
    padding-right: 20px;
}

.migrator-form legend a:hover {
    color: #42a2e1;
    text-decoration: none;
}

.migrator-form input, select {
    border: 1px solid #cfd9db;
    height: 45px !important;
    font-size: 14px !important;
    color: #2b3e51;
    border-radius: 2px;
}

.migrator-form .migrator-select {
    position: relative;
}

.migrator-form .migrator-select::after {
    content: '';
    position: absolute;
    z-index: 100000000;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/arrow-down.svg") no-repeat center center;
    pointer-events: none;
}

.migrator-form select {
    cursor: pointer;
}

.migrator-form select::-ms-expand {
    display: none;
}

.migrator-form input::-webkit-input-placeholder {
    transition: color .35s ease !important;
}

.migrator-form input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

.migrator-form input::-moz-placeholder {
    transition: color 0.35s ease !important;
}

.migrator-form input:focus::-moz-placeholder {
    color: transparent !important;
}

.migrator-form .validation-message {
    color: #d35847;
    position: absolute;
    display: none;
    right: 15px;
    font-size: 12px;
    padding-top: 3px;
}

.migrator-footer-login a:first-child {
    float: left;
}

.migrator-footer-login a:last-child {
    float: right;
}

.migrator-footer-login a {
    color: #354052;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
}

.migrator-footer-login a span {
    color: #2494c5;
}

.register-spacer {
    padding: 5px 0;
}

.registration-message {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

.registration-message h1 {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 0;
}

#tenantsList{
    /*max-height: 350px;
    overflow: auto;*/
}

/* -------------------------------- 

Input Icons

-------------------------------- */

.migrator-form .icon input, .migrator-form .icon select {
    padding-left: 45px !important;
    border-radius: 2px;
}

.migrator-form .user {
    background: url("../img/user.svg") no-repeat 16px center;
}

.migrator-form .mail {
    background: url("../img/mail.svg") no-repeat 16px center;
}

.migrator-form .password {
    background: url("../img/lock.svg") no-repeat 16px center;
}

.migrator-form .company {
    background: url("../img/company.svg") no-repeat 16px center;
}

.migrator-form .country {
    background: url("../img/country.svg") no-repeat 16px center;
}

.migrator-form .devices {
    background: url("../img/devices.svg") no-repeat 16px center;
}

.migrator-form .phone {
    background: url("../img/phone.svg") no-repeat 16px center;
}

/* -------------------------------- 

Modal Style

-------------------------------- */

.modal-header {
    padding: 25px 15px 25px 15px;
    border-bottom: none;
    text-align: center; 
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,243,247,1) 96%, rgba(241,243,247,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(96%, rgba(241,243,247,1)), color-stop(100%, rgba(241,243,247,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,243,247,1) 96%, rgba(241,243,247,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,243,247,1) 96%, rgba(241,243,247,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,243,247,1) 96%, rgba(241,243,247,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(241,243,247,1) 96%, rgba(241,243,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f3f7', GradientType=0 );
}

.modal-header p {
    line-height: 18px;
}

.modal-content {
    border-radius: 2px;
    border: none;
    box-shadow: 0 15px 20px rgba(0,0,0,0.2);
}

.modal-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.modal-title img { 
    vertical-align: middle;
    padding-right: 5px;
    padding-bottom: 2px;
}

.modal-body {
    line-height: 21px;
}

.modal-body h1 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    padding: 10px 0;
}

/* -------------------------------- 

Custom Animations

-------------------------------- */

.button,
[class*="button-"] {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin-top: 2px;
    padding: 0 40px;
    height: 45px;
    font: 400 13px/44px 'Source Sans Pro', sans-serif;
    text-decoration: none;
    color: #fff;
    background: #187bab;
    background: -moz-linear-gradient(top, #187bab 0%, #2494c5 100%);
    background: -webkit-linear-gradient(top, #187bab 0%,#2494c5 100%);
    background: linear-gradient(to bottom, #187bab 0%,#2494c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#187bab', endColorstr='#2494c5',GradientType=0 );
    border-radius: 2px;
    -moz-transition: ease 0.35s all;
    -o-transition: ease 0.35s all;
    -webkit-transition: ease 0.35s all;
    transition: ease 0.35s all;
}

.button:hover,.button:focus,
[class*="button-"]:hover, [class*="button-"]:focus {
    background: #187bab;
    text-decoration: none;
    color: #ffffff;
}
.button[disabled], .button-hover[disabled]{
    background-color: #c2c2c2;
}
.button-hover[disabled]:hover, .button-hover[disabled]:focus, .button[disabled]:focus{
    background-color: #a2a2a2;
}

.button-hover:hover, .button-hover:focus {
    line-height: 116px;
}
.button-hover:before {
    content: attr(data-text);
    color: #DEEFF5;
    position: absolute;
    top: -36px;
}

/* -------------------------------- 

Fake loader 

-------------------------------- */

.migrator-loader {
    display: inline-block;
    font-size: 4rem;
    /* Change this to resize the loader */
    -webkit-animation: 2s rotate infinite linear;
    animation: 2s rotate infinite linear;
    width: 1em;
    height: 1em;
}

.migrator-loader circle {
    fill: transparent;
    stroke: #2A8FBD;
    stroke-width: 0.02em;
    stroke-linecap: round;
    stroke-dasharray: 2.3525em 0.4705em;
    -webkit-animation: 1.5s strokeDashArray infinite linear, 24s colorBounce infinite linear;
    animation: 1.5s strokeDashArray infinite linear, 24s colorBounce infinite linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes strokeDashArray {
    from {
        stroke-dasharray: 2.3525em 0.4705em;
        stroke-dashoffset: 0;
    }
    10% {
        stroke-dasharray: 2.3525em 0.4705em;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 0.001em 2.825em;
        stroke-dashoffset: -2.826em;
    }
    60% {
        stroke-dasharray: 0.001em 2.825em;
    }
    to {
        stroke-dasharray: 2.3525em 0.4705em;
        stroke-dashoffset: -2.826em;
    }
}
@keyframes strokeDashArray {
    from {
        stroke-dasharray: 2.3525em 0.4705em;
        stroke-dashoffset: 0;
    }
    10% {
        stroke-dasharray: 2.3525em 0.4705em;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 0.001em 2.825em;
        stroke-dashoffset: -2.826em;
    }
    60% {
        stroke-dasharray: 0.001em 2.825em;
    }
    to {
        stroke-dasharray: 2.3525em 0.4705em;
        stroke-dashoffset: -2.826em;
    }
}

.fake-loader-wrap, .reg-loader-wrap {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    overflow: hidden;
    z-index: 10000;
}

.fake-loader .inner-fake-loader, .reg-loader .inner-reg-loader{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-perspective: 100px;
    perspective: 100px;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(255, 255, 255);
    background-image: none;
    color: rgb(0, 0, 0);
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {

    .register-help {
        bottom: 0;
    }

    .container-mobile-fix {
        padding-left: 0;
        padding-right: 0;
    }

}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {

    .register-help {
        display: none;
    }

}

/* -------------------------------- 

Footer 

-------------------------------- */


.dependsFooter label {
    font-weight: 600;
    font-size: 14px;
    margin-left: 5px;
}

.label-fix {
    margin-top: -10px;
}

.footer {
    z-index: 1000000;
    position: absolute;
    margin-top: -60px;
    width: 100%;
    border-top: 1px solid #e6eaee;
    text-align: center;
    background: #ffffff;
    text-align: center;
}

.footer ul {
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

.footer ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer ul li a {
    font-size: 14px;
    color: #333c48;
}

.footer ul li a:hover {
    color: #2494c5;
    text-decoration: none;
}

#acceptTerms.form-control, #acceptPrivacy.form-control, #acceptEula.form-control, #isCompany.form-control{
    width: auto!important;
    display: inline;
    height: auto!important;
}

.termsPopup{
    vertical-align: middle;
    margin-left: 5px;
}

#popupModal .modal-body {
    position: relative;
    padding: 15px;
    height: calc(90vh - 200px)!important;
    overflow: scroll;
}

.chosen-drop{
    z-index: 1000005;
}

.select2-selection{
    background-color: #fff!important;
    border-radius: 2px!important;
    border: 1px solid rgba(0, 0, 0, 0.15)!important;
    padding: 7px!important;
    height: 45px!important;
}
.select2-selection__arrow{
    display: none!important;
}
.select2-dropdown{
    background-color: #fff!important;
    border-radius: 2px!important;
    border: 1px solid rgba(0, 0, 0, 0.15)!important;
    z-index: 9999;
}
.select2-container{
    z-index: 99999999;
}

.migrator-form .country ~ .select2 .select2-selection{
    background: url(../img/country.svg) no-repeat 16px center;
    text-indent: 30px;
}

.migrator-form .devices  ~ .select2 .select2-selection{
    background: url("../img/devices.svg") no-repeat 16px center;
    text-indent: 30px;
}

.migrator-footer-invreg{
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    padding: 14px 0px 0px 0px;
    margin: 14px 0 0 0;
    line-height: 12px;
    background-color: #ffffff80;
    border-radius: 12px;
}

.migrator-footer-invreg a {
    color: #354052;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    width: 100%;
}
.migrator-footer-invreg a span {
    color: #2494c5;
}

.login-logo {
    background-image: url(../img/ebf-heart.png);
    background-position: right;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 58px;
}
.login-logo img {
    height: 46px!important;
}</pre></body></html>