﻿@font-face {
    font-family: 'Manrope';
    src: url(../fonts/Manrope.ttf) format('truetype');
}

@font-face {
    font-family: 'Manrope';
    src: url(../fonts/Manrope.ttf) format('truetype');
}

html {
    background-attachment: fixed;
    background-image: url('../Content/Images/background-light.png');
}

body {
    background-attachment: fixed;
    background-image: url('../Content/Images/background-light.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    font-size: 13px;
}

@media(max-width:480px) {
    .divider h2 {
        margin: 10px 0 !important;
    }
}

label,
.password-label {
    margin-top: 10px;
}

#email_ver_input_label {
    display: none !important;
}

#email_ver_but_edit {
    display: none !important;
}

#AdfsExchange {
    background-color: #28B1E6;
    background-image: url("../images/activedirectory.png");
    background-repeat: no-repeat;
    background-size: 50px;
    margin: 10px 0;
    padding-left: 55px;
}

    #AdfsExchange:hover {
        background-color: #189DCF;
    }

#api ul {
    list-style-type: none;
    padding-left: 0;
}

#api[data-name='IdpSelections'] ul {
    text-align: center;
}

#api[data-name='Phonefactor'] .buttons button#cancel {
    width: 32%;
}

#api[data-name='SelfAsserted'] > div:first-child {
    display: none;
}

#createAccount {
    cursor: pointer;
    padding-left: 2px;
}

#email_ver_input {
    margin-bottom: 10px 0;
}

#FacebookExchange {
    background-color: #3B5595;
    background-image: url("../images/facebook.png");
    background-repeat: no-repeat;
    background-size: 50px;
    padding-left: 55px;
}

    #FacebookExchange:hover {
        background-color: #354C86
    }

#forgotPassword {
    clear: right;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    font-size: 12px;
}

#GoogleExchange {
    background-color: #C64A29;
    background-image: url("../images/googleplus.png");
    background-repeat: no-repeat;
    background-size: 50px;
    margin: 10px 0;
    padding-left: 55px;
}

    #GoogleExchange:hover {
        background-color: #C14325;
    }

#IdentifyServerExchange {
    background-color: #28B1E6;
    background-image: url("../images/wingtipcorp.png");
    background-repeat: no-repeat;
    background-size: 50px;
    margin-top: 10px;
    padding-left: 55px;
}

    #IdentifyServerExchange:hover {
        background-color: #189DCF;
    }

#logo img {
    float: left;
    height: 50px;
    width: 50px;
}

.accountButton {
    border: none;
    border-radius: 2px;
    color: whitesmoke;
    height: 45px;
    width: 284px;
}

    .accountButton:hover {
        border: none
    }

.attrEntry,
.phoneEntry {
    margin-bottom: 15px;
    padding-top: 0;
}

    .attrEntry.validate input:invalid,
    .phoneEntry.validate input:invalid,
    #codeVerification.validate input:invalid {
        border-color: #ef4e4e !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    }

    .attrEntry #email_intro {
        display: none !important;
    }

    .attrEntry .error.itemLevel,
    .attrEntry .helpText,
    .phoneEntry .error.itemLevel,
    .phoneEntry .helpText,
    #codeVerification .error.itemLevel,
    #codeVerification .helpText {
        display: none;
    }

    .attrEntry .tiny,
    .phoneEntry .tiny,
    #codeVerification .tiny {
        display: none;
    }

.tenant-button {
    margin: 3px auto;
    border-radius: 4px;
    padding: 12px 60px;
    /*font-size: 12px;*/
    font-weight: 600;
    background: #291972;
    color: #291972;
}

    .tenant-button:hover {
        background: #ebaa00;
    }

.buttons button {
    margin: 20px auto;
    border-radius: 4px;
    padding: 10px 60px;
    font-weight: 700;
    background: #291972;
    color: #FFFFFF;
    cursor: pointer;
}

    .buttons button:hover {
        background-color: #291972;
        border-color: #291972;
        color: #00FF5A;
    }

.buttons {
    margin: 20px 0;
}

    .buttons button#cancel,
    .buttons button#email_ver_but_edit,
    .buttons button#email_ver_but_resend {
        border: solid 1px #d9d9d9;
        background-color: #fff;
        border-color: #ccc;
        color: #333;
    }

    .buttons button:hover#cancel,
    .buttons button:hover#email_ver_but_edit,
    .buttons button:hover#email_ver_but_resend {
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad;
        color: #333;
    }

    .buttons button#continue {
        background-color: #291972;
        color: #291972;
    }

    .buttons button:hover#continue {
        background-color: #ebaa00;
        background-image: none;
        color: #291972;
    }

    .buttons button[disabled]#continue,
    .buttons button[disabled]:hover#continue {
        display: none;
    }

.create p {
    text-align: center;
}

.login-background {
    background-color: white;
    z-index: 2000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.login-button {
    width: 100%;
    margin-top: 15px;
}

.login-container {
    height: 100vh;
    position: relative;
}

.divider {
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}

    .divider h2 {
        color: #ccc;
        line-height: 20px;
        margin: 20px 0;
        text-align: center;
        text-transform: lowercase;
    }

        .divider h2:after,
        .divider h2:before {
            content: "";
            height: 1px;
            position: absolute;
            top: 10px;
            width: 40%;
        }

        .divider h2:after {
            background: rgb(126,126,126);
            background: linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            background: -moz-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            background: -ms-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            background: -o-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            right: 0;
        }

        .divider h2:before {
            background: rgb(126,126,126);
            background: linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            background: -moz-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            background: -ms-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            background: -o-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            left: 0;
        }

.error p {
    color: #ef4e4e;
    outline: none;
    font-weight: 500;
}

.error.itemLevel p:before {
    content: "\e101";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: 3px;
    position: relative;
    top: 1px;
    -webkit-font-smoothing: antialiased;
}

.highlightError {
    border-color: #ef4e4e !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
}

.intro {
    display: none;
}

.localAccount .divider {
    display: none;
}

.login-logo {
    height: 140px;
    margin-top: -90px;
}

.options {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle;
}

.pane-body {
    padding: 15px 30px !important;
}

.pane-default {
    border: 1px solid #ccc !important;
}

.phonefactor_container,
.self_asserted_container,
.unified_container {
    padding-top: 80px;
}

.phoneNumber .type {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
}

.phoneNumbers {
    margin-top: 20px;
}

.social {
    margin-top: 30px;
}

.verify {
    margin-top: 5px;
    padding-top: 0 !important;
}

.working {
    bottom: 0;
    display: none;
    height: 2em;
    left: 0;
    margin: auto;
    overflow: show;
    position: fixed;
    right: 0;
    top: 0;
    width: 2em;
    z-index: 999;
}

    .working:before {
        background-color: rgba(0,0,0,0.3);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .working:not(:required) {
        background-color: transparent;
        border: 0;
        color: transparent;
        font: 0/0 a;
        text-shadow: none;
    }

        .working:not(:required):after {
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            content: '';
            display: block;
            height: 1em;
            font-size: 10px;
            margin-top: -0.5em;
            width: 1em;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            -webkit-animation: spinner 1500ms infinite linear;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

@keyframes spinner {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

#AADExchange {
    background-color: #F3F3F3;
    color: #3d3d3d;
    background-image: url('../Content/Images/ApplicationLogos/Microsoft_logo.png');
    background-repeat: no-repeat;
    background-size: 45px;
    margin-top: 10px;
}

    #AADExchange:hover {
        background-color: #e9e8e8;
    }

.buttons {
    text-align: center;
}

    .buttons button[disabled] {
        background: $fp-yellow;
    }

.divider h2 {
    text-transform: uppercase;
    font-size: 16px;
}

input {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    width: 100%;
    padding: 12px;
    outline: none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

    input:focus {
        border-color: #121321;
    }

#forgotPassword {
    color: #bbb;
}

    #forgotPassword:hover {
        color: inherit;
    }

/* New Adds */

body,
html,
input {
    font-family: "Manrope","Manrope",sans-serif;
    font-weight: 400;
    font-size: 13px;
}

body,
button,
html,
input {
    font-size: 13px;
}

    button,
    button:active,
    button:focus {
        border: 0;
        outline: 0;
    }

.form-button,
.form-label {
    letter-spacing: 1px;
    text-transform: uppercase;
}

* {
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    color: #5f697a;
}

.fastpath-logo, .fastpath-logo-white {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 185px;
    height: 60px;
    background-size: 100%;
    cursor: pointer;
}

.fastpath-logo-img {
    background-image: url('../Content/Images/fp-now-part-dark.svg');
    z-index: 1;
    top: 0;
    left: 0;
    width: 185px;
    height: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    color: transparent;
    font-size: 1px;
    cursor: pointer;
    color: transparent !important;
}

.fastpath-logo-white {
    background-image: url('../Content/Images/fp-now-part-white.svg');
}

.form-input,
.form-select {
    height: 50px;
    display: block;
    width: 100%;
}

@media (min-width:1076px) {
    .fastpath-logo {
        background-image: url('../Content/Images/fp-now-part-dark.svg');
    }
}

.main-pane,
.pane-wrapper {
    position: relative;
}

@media (min-width:1025px) {
    .pane-wrapper {
        height: 100%;
    }

    .main-pane {
        height: 100%;
        overflow: auto;
    }
}

.main-pane-call-to-action {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 38px;
    margin-bottom: 46px;
    margin-right: 5%;
    font-size: 13px;
    color: #596377;
    letter-spacing: 0;
    line-height: 36px;
}

.main-pane-call-to-action-text {
    display: none;
}

@media (min-width:600px) {
    .fastpath-logo {
        left: 20px;
    }

    .main-pane-call-to-action {
        margin-right: 38px;
    }

    .main-pane-call-to-action-text {
        display: inline;
    }
}

.main-pane-table {
    display: table;
    width: 100%;
    height: 100%;
}

.main-pane-table-cell {
    position: relative;
    display: table-cell;
    padding-top: 150px;
    padding-bottom: 100px;
}

.pane-container {
    display: flex;
}

.pane-content {
    flex: 1;
    background-color: white;
}

.login-window {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 25%;
    right: 25%;
    transform: translate(0, -50%);
    padding: 5% 12% 10% 12%;
}

.login-page {
    min-height: calc(100vh - 126px);
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form {
    width: 900px;
    box-shadow: 0 -1px 6px #0000001a, 0 4px 4px #00000040;
    border-radius: 8px;
    padding: 32px 0;
    background-color: white;
}

.login-form-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 100%;
}

.login-form-logo {
    text-align: center;
}

.login-logo-wrapper {
    max-width: 273px;
    margin: 0 auto;
}

.login-main-logo {
    height: 65.5px;
    margin-top: 50px;
    object-fit: contain;
    width: 100%;
}

.redirect-main-logo {
    height: 65.5px;
    margin-top: 50px;
    object-fit: contain;
}


.login-footer-logo {
    height: 40px;
    object-fit: contain;
    width: 100%;
}

.content-form {
    box-sizing: border-box;
    width: 446px;
    max-width: 100%;
    padding: 35px;
    position: relative;
    border-radius: 8px;
    text-align: left;
}

.content-title {
    font-size: 25px;
    font-weight: 300;
    margin: 12px 0 0 0;
    text-align: center;
    color: #121321;
    letter-spacing: -.005em;
}

.login-footer {
    height: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    flex-wrap: wrap;
    max-width: 363px;
}

.first-row {
    height: 40px;
}

.second-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:820px) {
    body {
        background-image: none;
        background-color: white;
    }

    .login-page {
        align-items: flex-start;
        min-height: calc(100vh - 92px)
    }

    .login-form {
        box-shadow: none !important;
        border: none !important;
        width: 780px;
    }

    .login-form-content {
        flex-direction: column;
        justify-content: center;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .login-main-logo {
        margin-top: 0 !important;
    }

    .login-footer {
        height: 92px;
    }
}

.main-pane-content {
    clear: both;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}

.main-pane-call-to-action-button {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #C6CCD7;
    border-radius: 100px;
    font-weight: 700;
    font-size: 10px;
    color: #596377;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 12px;
    padding: 0 28px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
}

    .main-pane-call-to-action-button:focus,
    .main-pane-call-to-action-button:hover {
        color: #fff;
        text-decoration: none;
    }

.left-background-pane {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    min-height: 600px;
    height: 100%;
    overflow: hidden;
    background: white;
}

.background-white-image {
    background-image: url('../Content/Images/background-light.png');
}

@media (min-width:1076px) {
    .left-background-pane {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-height:600px) {
    .left-background-pane {
        position: fixed;
    }
}

.left-background-pane-empty {
    background-position: center;
    background-repeat: no-repeat;
}

.left-background-pane-empty {
    background-size: cover;
}

    .left-background-pane-empty:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 480px;
    }

.create {
    display: none;
}

#loadOverlay {
    display: none;
}

/*.narrow-pane-content {
    max-width: 350px;
}*/

.full-width {
    width: 100%
}

.form-container {
    min-height: 100px;
    background-color: white;
    padding-top: 5px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.00), 0 3px 1px -2px rgba(0,0,0,0.08), 0 1px 5px 0 rgba(0,0,0,0.2)
}