<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://cdn.abf.nl/fonts/opensans/font.css');

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    letter-spacing: 0;
}

button, a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    button:hover, a:hover {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

/*Dialog style*/
.login-body {
    background-color: #e6e6e6;
    color: #2c2c2c !important;
}

.login-body #UserInfo {
    display: none;
}

.login-header {
    background-color: #0e486e;
    background-image: url("../img/logo_mosaic.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 55px;
    /* border: 1px solid #cbcfe0; */
    text-align: left;
    /* box-shadow: 0 0 6px #DBD3CB; */
    margin: 4px;
}

.popup {
    position: absolute;
    width: 500px;
    padding: 50px;
    background: #FFF;
    box-shadow: 3px 3px 10px -6px #2c2c2c;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Open Sans", sans-serif;
}

    .popup.iniframe {
        top: 50px;
        transform: translate(-50%, 0);
    }

.popup {
    margin-bottom: 20px;
}

    .popup h1 {
        margin-top: 0;
        margin-bottom: 36px;
        /*font-size: 34px;*/
        font-weight: bold;
        line-height: 1;
        font-size: 34px;
        letter-spacing: -0.3px;
    }

    .popup h2 {
        margin-top: 0;
        margin-bottom: 26px;
        line-height: 27px;
        font-size: 25px;
    }

    .popup h3 {
        margin-bottom: 15px
    }

.abf-terms, .abf-terms a {
    font-size: 12px;
}

.password-requirements-text {
    font-size: 13px;
    color: #888888;
    line-height: 18px;
}

#loginform, .login-form {
    margin-top: 30px;
}

.login-section {
    position: relative;
    margin-bottom: 20px;
}

    .login-section:first-child {
        margin-bottom: 30px;
    }

.popup.reset-password {
    display: flex;
    width: 1000px;
}

#popup2 {
    height: 300px;
}

.left-side {
    flex: 50%;
    width: 50%;
    padding-right: 4%;
    border-right: 1px solid #e6e6e6;
}

.right-side {
    flex: 50%;
    width: 50%;
    padding-left: 4%;
}

    .right-side ul {
        padding: 0;
        list-style: none;
    }

        .right-side ul li {
            margin-bottom: 4px;
        }

            .right-side ul li .fas {
                display: inline-block;
                width: 14px;
                margin-top: 2px;
                margin-right: 10px;
                text-align: left;
                font-size: 17px;
                vertical-align: top;
                font-weight: 400;
                text-align: center;
            }

                .right-side ul li .fas:after {
                    font-family: "Font Awesome 6 Pro";
                }

                .right-side ul li .fas:after {
                    content: "\f00d";
                    color: #b92c28;
                }

            .right-side ul li.suffice .fas:after {
                content: "\f00c";
                color: #57A701;
                font-size: 16px;
            }

.login-field.password.invalid:focus {
    border-bottom-color: #b92c28;
}

.login-field {
    position: relative;
    width: 100%;
    padding: 0 0 4px 0;
    border: none;
    border-bottom: 1px solid #2c2c2c;
    font-size: 16px;
    z-index: 10;
    background: transparent;
    line-height: 1.5;
}

input:focus {
    outline-width: 0;
}

.placeholder {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 16px;
    color: #767676;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: "Open Sans", sans-serif;
}

.placeholder_active {
    top: -15px;
    font-size: 11px;
    color: #427bab;
    font-weight: 600;
}

.show-password {
    position: absolute;
    top: -2px;
    right: 0;
    display: none;
    z-index: 11;
}

.show-password-link {
    text-decoration: none;
}

    .show-password-link svg {
        fill: #a5a5a5;
    }

.error {
    font-size: 13px;
    color: #cf2d2d;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.login-link-wrapper {
    display: inline-block;
}

.login-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    color: #427bab;
    text-decoration: underline;
}

    .login-link:hover {
        color: #3419b6;
    }

.login-button, .reset-btn {
    float: right;
    padding: 9px 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.register-footer {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.register-footer .reset-btn {
    float: none;
    margin-left: auto;
}

.btn-default {
    border: 1px solid #dbdbdb;
    background: #E5E5E5;
    color: #212529;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active {
        border: 1px solid #dbdbdb;
        background: #f2f2f2;
        color: #212529;
    }

.btn-primary {
    color: #111;
    border: 1px solid #509b00;
    background: #57A701;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
        background: #008800;
        color: #111;
    }

.btn:disabled {
    border: 1px solid #c2c2c2;
    background: #CCC;
    color: #FFF;
    cursor: not-allowed !important;
}

    .btn:disabled:hover, .btn:disabled:focus, .btn:disabled:active, .btn:disabled:not(:disabled):not(.disabled):active, .btn:disabled:not(:disabled):not(.disabled).active {
        border: 1px solid #c2c2c2;
        background: #CCC;
        color: #FFF;
    }

#cancel {
    float: left;
    padding-top: 11px;
    padding-bottom: 11px;
    background: #a5a5a5;
    text-decoration: none;
}

    #cancel:hover {
        background: #9a9a9a;
    }

#back {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-top: 90px;
    text-decoration: none;
}

#username-request {
    font-weight: 600;
}

.link-studio-container {
    display: none;
}

    .link-studio-container p {
        font-size: small;
    }

.showRegisterLink {
    display: inline-block;
}

.overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    opacity: 0.55;
    background-color: #000;
}


#forgot-swing-password {
    margin-top: 10px;
    font-size: 13px;
    cursor: pointer;
    color: #427bab;
}

#backBtn {
    float: left;
}

.clear {
    clear: both;
    height: 20px;
}

.message {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    background-color: #E9C8C8;
}

.btn-edit, .btn-edit:hover {
    border: 1px solid #3c709c;
    background: #4c88ba;
    color: #FFF;
}

h2.or-ad-login {
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    margin: 20px 0;
}

    h2.or-ad-login:before,
    h2.or-ad-login:after {
        background-color: #999;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    h2.or-ad-login:before {
        right: 0.5em;
        margin-left: -50%;
    }

    h2.or-ad-login:after {
        left: 0.5em;
        margin-right: -50%;
    }

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

.btn-ad-login {
    color: #fff;
}

    .btn-ad-login i {
        font-weight: normal;
    }

.cl_warning {
    background-color: black;
    color: white;
    position: absolute;
    padding: 6px;
    border-radius: 2px;
    font-size: 13px;
    margin-top: 3px;
    z-index: 10;
}

    .cl_warning.clh {
        display: none;
    }

    .cl_warning::after {
        bottom: 100%;
        left: 10px;
        border: solid transparent;
        border-top-color: transparent;
        border-top-width: medium;
        border-right-color: transparent;
        border-right-width: medium;
        border-bottom-color: transparent;
        border-bottom-width: medium;
        border-left-color: transparent;
        border-left-width: medium;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(213, 17, 174, 0);
        border-bottom-color: rgba(0, 0, 0, 1);
        border-bottom-color: black;
        border-width: 8px 7px 12px 7px;
    }

@media (max-width: 610px) {
    #main-container {
        max-width: 100%;
    }

    .popup {
        width: 96%;
        top: 55px;
        left: 2% !important;
        padding: 30px;
        margin-left: 0;
        transform: none;
    }
}

@media screen and (max-width: 1000px) {
    #resetPasswordForm #popup {
        width: 96%;
        flex-direction: column;
        top: 55px;
        left: 2%;
        transform: none;
    }

    .left-side {
        flex: 100%;
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
        border: none;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 20px;
    }

    .right-side {
        flex: 100%;
        width: 100%;
        padding-left: 0;
    }
}

.btn-logout {
    display: none;
}</pre></body></html>