@font-face {
    font-family: "Ubuntu-Bold";
    src: url(../fonts/Ubuntu-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Ubuntu-Regular";
    src: url(../fonts/Ubuntu-Regular.ttf) format("truetype");
}

html {
    background: none;
}

body {
    background-attachment: fixed;
    /* background-image: url("../images/headerbg.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    background: var(--primary-color);
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 400;
}

/* a, a:hover, a:focus, a:visited, a:active {
  color: #489da5 !important;
} */
.logowrap {
    align-items: center;
    /* background: rgba(0, 0, 0, 0) linear-gradient(130deg, #2dc9eb 0%, #14d2b8 100%) repeat scroll 0 0; */
    background-image: url(../images/headerbg.jpg);
    border-radius: 10px;
    display: inline-flex;
    /* height: 70px!important;  */
    height: 110px !important;
    justify-content: center;
    /* margin-top: -50px!important; */
    margin-top: -70px !important;
    padding: 15px;
    width: 200px !important;
}

    .logowrap img {
        max-width: 100%;
        height: auto !important;
    }

@media (max-width: 480px) {
/*
  body {
    background-image: none;
    background-color: #f2f2f2;
  }
*/

    .controller-login .container, #page-signin .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .controller-login .contentpart .page-content,
    #page-signin .contentpart .page-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .divider h2 {
        margin: 10px 0 !important;
    }

    .login-logo {
        height: 80px !important;
        margin-top: -65px !important;
    }
}

::-moz-placeholder {
    color: transparent;
}

::-moz-placeholder {
    color: transparent;
}

:-ms-input-placeholder {
    color: transparent;
}

::-webkit-input-placeholder {
    color: transparent;
}

/* label,
.password-label {
  margin-top: 10px;
} */

#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;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

#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;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

#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;
    }

#logonIdentifier,
#password,
#signInName {
    border: 1px solid #ddd;
    color: #222;
    font-size: 16px;
    height: 45px;
    padding: 10px 15px;
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 0.25rem;
    display: block;
    line-height: 1.5;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#logo img {
    float: left;
    height: 50px;
    width: 50px;
}

#MicrosoftAccountExchange {
    background-color: #28b1e6;
    background-image: url("../images/microsoft.png");
    background-repeat: no-repeat;
    background-size: 50px;
    padding-left: 55px;
}

    #MicrosoftAccountExchange:hover {
        background-color: #189dcf;
    }

#SignUpWithLogonEmailExchange {
    background-color: #ff5c62;
    background-image: url("../images/wingtiptoys.png");
    background-repeat: no-repeat;
    background-size: 50px;
    color: #fff;
    margin-top: 10px;
    padding-left: 55px;
}

    #SignUpWithLogonEmailExchange:hover {
        background-image: url("../images/wingtiptoys.png") !important;
    }

.accountButton {
    border: none;
    border-radius: 2px;
    color: whitesmoke;
    font-size: larger;
    height: 45px;
    width: 284px;
}

    .accountButton:hover {
        border: none;
    }

.attrEntry,
.phoneEntry {
    margin-bottom: 15px;
    padding-top: 0;
}

    .attrEntry input,
    .attrEntry select,
    .phoneEntry input,
    .phoneEntry select,
    #codeVerification input {
        border: 1px solid #ddd;
        color: #222;
        font-size: 16px;
        height: 45px;
        padding: 10px 15px;
        background-clip: padding-box;
        background-color: #fff;
        border-radius: 0.25rem;
        display: block;
        line-height: 1.5;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100%;
        margin-bottom: 30px;
    }

    /* .attrEntry input:invalid,
.phoneEntry input:invalid,
#codeVerification input:invalid {
  border-color: inherit;
} */

    .attrEntry.validate input:invalid,
    .phoneEntry.validate input:invalid,
    #codeVerification.validate input:invalid {
        border: 1px solid #ddd;
        color: #222;
        font-size: 16px;
        height: 45px;
        padding: 10px 15px;
        background-clip: padding-box;
        background-color: #fff;
        border-radius: 0.25rem;
        display: block;
        line-height: 1.5;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100%;
        margin-bottom: 30px;
    }

    .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;
    }

.buttons button {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: inherit;
    line-height: 1.42857143;
    margin: 0;
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: inherit;
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.buttons {
    margin: 20px 0;
}

    .buttons button#cancel,
    .buttons button#email_ver_but_edit,
    .buttons button#email_ver_but_resend {
        line-height: 20px;
        width: 48%;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        background: #098472 none repeat scroll 0 0;
        border: 0 none;
        box-shadow: none;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        height: 46px;
        padding: 10px 15px;
        /* border-color: #ccc; */
        /* color: #333; */
    }

    .buttons button#cancel {
        line-height: 20px;
        width: 48%;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        background: #098472 none repeat scroll 0 0;
        border: 0 none;
        box-shadow: none;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        height: 46px;
        padding: 10px 15px;
        float: right;
    }

@media (max-width: 767px) {
    .buttons button#cancel {
        height: 50px;
        width: 48.9%;
    }
}

.buttons button:hover#cancel,
.buttons button:hover#email_ver_but_edit,
.buttons button:hover#email_ver_but_resend {
    background: #0cc7ab none repeat scroll 0 0;
    color: #fff;
}

.buttons button#continue {
    line-height: 20px;
    width: 48%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #098472 none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 46px;
    padding: 10px 15px;
}

@media (max-width: 767px) {
    .buttons button#continue {
        height: 50px;
    }
}

.buttons button:hover#continue {
    background: #0cc7ab;
    color: #fff;
}

.buttons button[disabled]#continue {
    line-height: 20px;
    width: 49%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #098472 none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 46px;
    padding: 10px 15px;
}

.buttons button[disabled]:hover#continue {
    background: #0cc7ab;
    color: #fff;
}

.buttons button#email_ver_but_resend,
.buttons button#email_ver_but_verify {
    margin-top: 5px;
    height: 40px;
    padding: 6px 12px;
}

.buttons button#email_ver_but_send,
.buttons button#email_ver_but_verify {
    /* background-color: #52266B;  */
    /* border-color: #2e6da4; */
    /* color: #fff; */
    background: #222222 none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    font-weight: 400;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-right: 10px;
}

.buttons button:hover#email_ver_but_send,
.buttons button:hover#email_ver_but_verify {
    background-color: #383838;
    background-image: none;
    border-color: var(--primary-border-color);
    color: #fff;
}

.buttons button#verifyCode,
.buttons button#verifyPhone {
    background-color: var(--success-color);
    border-bottom: 5px solid #449d44;
    border-color: var(--primary-border-color);
    color: #fff;
    font-size: 18px;
    height: 60px;
    margin-right: 9px;
    width: 32%;
}

@media (max-width: 767px) {
    .buttons button#verifyCode,
    .buttons button#verifyPhone {
        height: 50px;
    }
}

div.create {
    display: none;
}

.create p {
    text-align: center;
}

.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;
        }

.entry .buttons button {
    line-height: 20px;
    width: 100%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #098472;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 46px;
    padding: 10px 15px;
}

    .entry .buttons button:hover {
        /* background: rgba(0, 0, 0, 0) linear-gradient(130deg, #14d2b8 0%, #2dc9eb 100%) repeat scroll 0 0; */
        /* color: #fff; */
        background: #0cc7ab;
        color: #fff;
    }

.error.itemLevel p {
    color: #a94442;
}

    .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: #a94442 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 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;
}

.panel-body {
    padding: 15px 30px !important;
}

.panel-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;
        }

/* ---------------------------27-9-2018- css start----------------------------- */

header {
    text-align: center;
}

.header-inside {
    /*background: url(../images/header-btmbg.jpg) no-repeat left bottom;*/
    background-size: cover;
    min-height: 260px;
}

header .logo {
    width: 100%;
    max-width: 540px;
    display: inline-block;
}

    header .logo img {
        width: 100%;
    }

.contentpart {
    padding: 0px 10px 20px 10px;
    width: 100%;
}

    .contentpart .page-content {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        max-width: 540px;
        padding: 70px 55px 70px 55px;
        width: 100%;
        margin-top: -60px;
    }

.page_inside {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.pg-heading {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

    .pg-heading h1 {
        font-weight: 600;
        margin-top: 0;
        font-family: "Titillium Web", sans-serif;
        font-size: 24px;
    }

.login_page_wrap .form-wrap label {
    display: block !important;
    text-transform: uppercase;
}

.entry-item {
    margin-bottom: 30px;
}

.password-label {
    position: relative;
}

    .password-label #forgotPassword {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        clear: right;
        cursor: pointer;
        float: right;
        transition: all 0.5s ease 0s;
        color: #aaa;
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
    }

        .password-label #forgotPassword:hover {
            color: #222;
            text-decoration: none;
        }

.verificationInfoText {
    margin-bottom: 15px;
    display: block !important;
}

.verificationSuccessText {
    margin-bottom: 15px;
    display: block !important;
}
/* ---------------------------27-9-2018- css end----------------------------- */

@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);
    }
}
