﻿* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-weight: 400;
    line-height: 1.42857143;
    color: #666666;
    font-family: Roboto, sans-serif;
    overflow: hidden;
    background:url('../images/newui/xelence-login-bg.png') no-repeat 35px;
    background-size:45%;

}

.float-right {
    float: right !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cursor-pointer {
    cursor: pointer;
}

.login-bg {
    background-color: #d6edff;
}

.login-holder {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 940px;
    margin-top: 80px;
    background: #FFF;
    padding: 40px;
    height: 600px;
    box-shadow: 0px 0px 30px 0px #acb0b9;
    border-radius: 10px !important;
    background: url('../images/Home/login-bg.jpg') no-repeat right center #FFFFFF;
}

.login-content {
    width: 40%;
    float: left;
    padding-top: 20px;
    margin-left: 4.1%;
}

.login-logo {
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    color: orange;
}

.login-caption {
    width: 100%;
    float: left;
    font-size: 16px;
    padding-bottom: 5px;
}

.login-input-wrapper {
    width: 260px;
    margin: 0px auto;
}

.login-textbox {
    width: 100%;
    float: left;
    padding: 2px !important;
    box-sizing: border-box;
}



.login-btn {
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #c9c9c9 100%);
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#c9c9c9 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%,#c9c9c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#c9c9c9',GradientType=0 );
    border: 1px solid #5a5a5a;
    /* padding: 5px 20px !important; */
    border-radius: 0px !important;
    color: #333333 !important;
    margin-left: 0px;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
}

.login-btn {
    margin: 20px auto;
    display: inline-block;
    width: 100%;
    background: none;
    border: 0px;
    margin-top: 10px;
}

.loading-blocker {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, .5) !important;
    z-index: 20000000;
}

    .loading-blocker img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80px;
        opacity: 1;
    }

.login-username, .login-password {
    border: 0 !important;
    transition: .5s all ease-in-out;
    font-size: 14px;
    border: 1px solid #a5a8b4 !important;
    border-radius: 2px !important;
}

.login-username-icon {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background: url('../images/Home/login-username.png') no-repeat center;
}

.login-password-icon {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background: url('../images/Home/login-password.png') no-repeat left center;
}

.login-content .s3-form-group {
    margin-bottom: 30px !important;
}

.login-holder h4 {
    color: #000000;
    font-size: 20px;
    float: left;
    width: 100%;
    margin-top: 25px;
    font-weight: 700;
    font-family: Lato;
}

    .login-holder h4 span {
        color: #235ccf !important;
    }

.login-content ::-webkit-input-placeholder {
    color: #676767 !important;
    font-style: normal;
    font-size: 14px;
}

.login-content :-ms-input-placeholder {
    color: #676767 !important;
    font-style: normal;
    font-size: 14px;
}

.login-content .form-actions {
    float: left;
    width: 100%;
}

.login-submit {
    background: #2254ca; /* Old browsers */
    background: -moz-linear-gradient(left, #2254ca 0%, #2588f2 99%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2254ca 0%,#2588f2 99%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2254ca 0%,#2588f2 99%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2254ca', endColorstr='#2588f2',GradientType=1 ); /* IE6-9 */
    color: #FFFFFF;
    border: 0;
    transition: .3s all ease-in-out;
    width: 100%;
    border-radius: 2px !important;
    padding: 8px 14px !important;
    font-size: 16px;
    margin-bottom: 5px;
}

.btn.forgot-password {
    background: #FFFFFF;
    color: #e77b21;
    border: 2px solid #e77b21;
}

    .btn.forgot-password:hover {
        background: #e77b21;
        color: #FFFFFF;
        transition: .3s all ease-in-out;
    }

.forgot-password {
    background: none;
    text-decoration: underline;
    border: 0;
    float: right;
    position: relative;
    top: -15px;
}

/*.show-login-password {
    background: transparent !important;
    min-width: 39px;
    border: 0;
    border-bottom: 2px solid #bfbfbf !important;
}*/

.login-password, .login-username {
    height: 34px !important;
}

input[type=password]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.userinfo-table {
    height: 83vh;
    overflow: auto;
}

.col-user-left {
    padding-left: 0px;
    margin-left: -12px
}

.col-user-right {
    padding-right: 0;
    margin-right: 12px
}

.login-sagitec-logo {
    float: left;
    margin-top: 70px;
    width: 100%;
    text-align: center;
}

.full-width {
    width: 100%;
}

.user-credential input {
    width: 100%;
    margin-bottom: 18px;
    border: 1px solid #aaa;
    padding: 10px;
    border-radius: 5px;
    padding-left: 35px;
    line-height: 20px;
    background-color: #FFF;
    height: 34px;
    background-size: 15px !important;
}


.user-registration input {
    width: 100%;
    /*margin-bottom: 15px;*/
    border: 1px solid #aaa;
    padding: 10px;
    border-radius: 5px;
    line-height: 20px;
}

.user-registration select {
    width: 100%;
    /*margin-bottom: 15px;*/
    border: 1px solid #aaa;
    border-radius: 5px;
    line-height: 20px;
}
.user-registration .row {
    position:relative;
}
    /*input.user-id {
    background: url(../images/newui/user.svg)no-repeat left;
    background-position: 15px;
}*/
    .credential-form {
        position: relative;
    }
.user-credential input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

.user-credential input:focus {
    outline: none;
}

.user-icon {
    background: url(../images/newui/user.svg) no-repeat center center;
    position: absolute;
    top: 0px;
    left: 1px;
    padding: 10px;
    width: 34px;
    height: 34px;
    border-radius: 4px 0px 0px 4px;
    background-size:17px !important;
}

.pass-icon {
    background: url(../images/newui/password.svg) no-repeat center center;
    position: absolute;
    top: 0px;
    left: 1px;
    padding: 10px;
    width: 34px;
    height: 34px;
    border-radius: 4px 0px 0px 4px;
    background-size: 15px !important;
}

span.field-validation-error {
    position: absolute;
    left:15px;
    top: 33px;
    color: #FF0000;
    font-size: 11px;
    text-align: left;
    white-space:nowrap;
}
/************************************ new css for login 8 jan 2019*********************************************/
.login-utility {
    width: 60%;
    float: left;
    display: flex;
    height: 100%;
    background: #eee;
    flex-direction: column;
}

.login-main-wrapper {
    width: 50%;
    background: #ebf2f9;
    float: right;
    height:100%;
    position:relative;
}

.login-utitlity-wraper {
    flex: 1 0 auto;
    text-align: center;
}

    .login-utitlity-wraper img {
        width: 80%;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.login-utitlity-strip {
    padding: 10px;
}

    .login-utitlity-strip ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

.mainwraper {
    width:62%;
    padding: 40px;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
    position: absolute;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0px 9px 0 rgba(0,0,0,0.3);
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
button[type="submit"] {
margin-bottom:15px;
}
/*.mainwraper:before {
        position: absolute;
        content: " ";
        width: 100%;
        height: 5px;
        background: #ff921c;
        left: 0;
        top: 0;
    }*/
.login-wraper .logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.logo img {
    width: 50%;
}

.mdl-textfield__input {
    text-align: center;
    border-width: 2px;
}

.mdl-textfield__label {
    text-align: center;
}

.login-head {
    font-size: 24px;
    .login-main-wrapper color: #737373;
}

.loginbtn, .loginbtn-idm {
    padding: 8px 30px;
    /* min-width: 100%; */
    font-size: 14px;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
    color: #fff;
    border: 1px solid #bdbdbd;
    text-transform: capitalize;
    line-height: 20px;
    cursor: pointer;
    border-radius: 5px;
    float: left;
    text-decoration: none;
    width: 100%;
    font-family: Roboto, sans-serif;
}

input[value="Login"]
{
    margin-bottom:15px;
}

.btn-active {
    background-color: #03427d;
    color: #fff;
    font-size: 14px;
}

    .btn-active:disabled {
        opacity: 0.5;
    }

.loginbtn:focus {
    outline: none;
}

a.loginbtn-secondary {
    background: #FFFFFF;
    color: #03427d;
    border: 1px solid #03427d;
    float: right;
    text-decoration:none !important;
}

    a.loginbtn-secondary:hover
    {
        background:#efefef;
    }



    @media (max-width:560px) {
        .loginbtn
    {
        width:100%;
        margin-bottom:10px;
    }
}


.forget-pass .inline-control {
    float: left;
}

.forget-pass span {
    float: right;
}

.footerlogo, .powerdby {
    max-width: 90px;
    font-size: 12px;
    float: left;
    margin-right: 8px;
}

.footerlogo {
    background: url(../images/newui/selection-sign-logo.svg) no-repeat center center;
    width: 75px;
    height: 23px;
    background-size: 100%;
    display: inline-block;
}

    /*.footerlogo:hover {
        background: url(../images/newui/selection-sign-logo.svg) no-repeat center center;
        width: 75px;
        height: 23px;
        background-size: 100%;
        display: inline-block;
    }*/

    .footerlogo img {
        width: 75px;
    }

form {
    margin: 0;
}

/*.mdl-button {
    height: auto;
    line-height: 20px;
    text-transform: capitalize;
}

    .mdl-button:hover {
        background-color: rgb(0, 113, 212);
        color: #fff;
        font-size: 18px;
    }*/

.mdl-textfield {
    width: 350px;
}

.forget-pass span {
    color: #0090ff;
}

.footer {
    width: 156px;
    margin: 0 auto;
    /* margin-top: -20px; */
    margin-bottom: 20px;
}

.mdl-textfield {
    padding: 5px 0;
}
/*************************************login css end ***********************************/
/******************************** Landing Page *************************************/
.s3-header {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
  
}

    .s3-header .logo {
        display: inline-block;
        height: auto;
        width: auto;
    }

    .s3-header ul {
        width: 100%;
    }

    .s3-header li {
        display: inline-block;
        cursor: pointer;
        float: left;
    }

.user-profile {
    margin: 0;
    border-radius: 0 !important;
    padding: 7px 14px;
    position: relative;
    border-left: 1px solid #d0d0d0;
    width: auto;
    height: 50px;
    float: right;
    margin-left: 12px;
    text-transform: uppercase;
}

.user-name-initial {
    /* text-transform: uppercase; */
    font-size: 18px;
    color: #FFFFFF;
    height: 35px;
    line-height: 38px;
    width:35px;
    display:inline-block;
}

.user-profile .down-arrow {
   top: 11px;
    right: -1px;
    background: url(../images/newui/downt-arrow-white.svg) center;
    background-size: 26px;
    display:inline-block;
    width:15px;
    height:15px;
}

.s3-main-frame {
    width: 100%;
    height: calc(100vh - 50px);
    float: left;
}

h2 {
    font-size: 1.36em;
    font-weight: 600;
    color: #333333;
    margin: 0;
    line-height: normal;
}

.s3-flex-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
}

    .s3-flex-wrapper > .s3-flex-full-panel {
        flex: 1 1 auto;
        overflow: auto;
        height: 100%;
        width: 100%;
    }


    .s3-flex-wrapper.s3-flex-row {
        flex-flow: column;
    }


.s3-flex-row > .s3-flex-auto-panel {
    /* height: 100%; */
}

.s3-flex-wrapper > .s3-flex-auto-panel {
    flex: 0 auto;
}

.s3-menu-wraper {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    padding: 0px 15px;
    box-sizing: border-box;
    padding-left: 0;
}

.s3-task-links {
    margin: 15px 0 0 15px;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    flex: 1 1 calc(33% - 20px);
    border-radius: 4px;

}

    .s3-task-links .panel-body {
        /* border:1px solid #d5d5d5; */
        /* flex-grow: 1; */
        /* height: 100%; */
        /* overflow: auto; */
    }

    .s3-task-links img {
        height: 95px;
        /* width: 100px; */
        margin: 10px 0;
        position: relative;
        top: 50%;
    }

.plan-icon, .build-icon, .test-icon, .deploy-icon, .operate-icon, .settings-icon {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 21%;
    position: relative;
}

    .plan-icon img {
        height: 75px;
        transform: translate(6%, 6%);
    }

    .build-icon img {
        height: 65px;
        transform: translate(3%, 14%);
    }

    .test-icon img {
        transform: translate(18%, -9%);
        height: 85px;
    }

    .deploy-icon img {
        height: 80px;
        transform: translate(3%, -5%);
    }

    .operate-icon img {
        height: 75px;
        transform: translate(10%, -5%);
    }

    .settings-icon img {
        height: 80px;
        transform: translate(7%, -5%);
    }

.left-section {
    width: 100%;
    /*background: #f5f5f5;*/
}

.project-name-wrapper {
    color: #fff;
    float: right;
    margin-top: 7px;
    border-bottom: 1px solid #FFFFFF;
    margin-top: 15px;
    border-radius: 0px !important;
}

    .project-name-wrapper select {
        background: #03427d;
        color: #FFFFFF;
        border: 0;
        padding: 2px 0px;
        font-size: 12px;
        border-radius:0px !important;
    }

        .project-name-wrapper select:focus
        {
            outline:none;
        }


        .project-name-wrapper span {
            padding: 0 5px;
            display: table-cell;
            position: relative;
        }

.down-arrow {
    background: url(../images/newui/icon-header-project-arrow.svg)no-repeat center;
    background-size: 16px;
    margin-top: 0;
    height: 15px;
    width: 15px;
}

.project-name-icon {
    background-image: url(../images/newui/icon-header-project.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 20px;
    height: 25px;
}

.s3-menu-header {
    padding: 5px 10px;
    cursor: pointer;
}

.s3-menu-list-item {
    padding: 5px 10px;
    cursor: pointer;
}

    .s3-menu-list-item span {
        display: block;
    }

        .s3-menu-list-item span:hover {
            color: #ff7600;
        }

.s3-item-slected, .s3-menu-header:hover {
    /* background: #666; */
}

    .s3-item-slected span, .s3-item-slected h2, .s3-menu-header:hover h2 {
        /* color: #fff; */
    }

.right-panel {
    display: flex;
    flex-flow: column;
}

.s3-project-status {
    display: block;
    padding: 3px 15px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    height: 30px;
}

    .s3-project-status li {
        display: block;
        float: left;
        position: relative;
        margin-right: 25px;
    }

        .s3-project-status li:first-child:after {
            height: 80%;
            width: 1px;
            background: #e7e7e7;
            position: absolute;
            top: 2px;
            content: "";
            right: -13px;
        }

        .s3-project-status li select {
            border-radius: 4px;
            padding: 2px 20px 2px 5px;
        }

        .s3-project-status li:last-child {
            float: right;
            margin: 0;
        }

.active-project {
    font-weight: 600;
    color: #0090FF;
}

.s3-tast-wraper {
    flex-grow: 1;
    padding: 15px;
    overflow: auto;
}

.panel {
    display: inline-block;
    border-radius: 4px;
    /* margin-bottom: 15px; */
    width: 50%;
    float: left;
    box-sizing: border-box;
}

    .panel:first-child {
        width: calc(50% - 15px);
        margin-right: 15px;
    }

.panel-header {
    padding: 10px 15px;
    height: 40px;
    box-sizing: border-box;
}

.panel-body {
    padding: 5px 15px;
    float:left;
    width:100%;
}

.panel .panel-body {
    height: calc(100% - 72px);
    overflow: auto;
}

.panel-body table {
    width: 100%;
    text-align: left;
    font-size: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-spacing: 0;
}

    .panel-body table td, .panel-body table th {
        padding: 7px 10px;
        border-top: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
    }

        .panel-body table td:last-child, .panel-body table th:last-child {
            border-right: 0;
        }

    .panel-body table th {
        background: #f5f5f5;
        border-top: 0 !important;
    }

        .panel-body table th:first-child, .panel-body table td:first-child {
            width: 100px;
        }

.float-right {
    float: right;
}

#tosterNotification {
    position: absolute;
    bottom: 40px;
    right: 1px;
}

    #tosterNotification div {
        visibility: hidden;
        min-width: 250px;
        background-color: #33b742;
        color: #fff;
        text-align: left;
        border-radius: 3px;
        padding: 12px;
        font-size: 17px;
        margin: 0px 2px 5px 0px;
        padding-right: 25px;
        position: relative;
    }

        #tosterNotification div.show {
            visibility: visible;
            -webkit-animation: fadein 0.5s, fadeout 4s 4s;
            animation: fadein 0.5s, fadeout 4s 4s;
        }

        #tosterNotification div.error {
            background-color: red !important;
            visibility: visible;
            -webkit-animation: fadein 0.5s, fadeout 4s 4s;
            animation: fadein 0.5s, fadeout 4s 4s;
        }

        #tosterNotification div.success {
            background-color: #33b742 !important;
            visibility: visible;
            -webkit-animation: fadein 0.5s, fadeout 4s 4s;
            animation: fadein 0.5s, fadeout 4s 4s;
        }
            #tosterNotification div.show span, #tosterNotification div.error span, #tosterNotification div.success span {
                position: absolute;
                top: 0px;
                right: 5px;
                cursor: pointer;
            }

.show-password {
    position: relative;
}

    .show-password .show-login-password {
        background: #fff;
        min-width: 40px;
        border: 0;
        border-bottom: 0px solid #bfbfbf !important;
        position: absolute;
        top: 1px;
        right: 1px;
        height: 31px;
        padding: 10px;
        cursor: pointer;
        border-radius: 0 10px 10px 0;
        border-left: 1px solid transparent;
    }

        .show-password .show-login-password:focus {
            outline: none;
        }

        .show-password .show-login-password:hover {
            border-left: 1px solid #a7a7a7;
            background: rgb(255, 239, 215);
        }



/*************************** Module/Landing page css******************/

.user-profile-wrapper {
    position: absolute;
    padding: 8px 0 !important;
    top: 35px;
    border: 1px solid #d5d5d5 !important;
    right: 4px;
    width: 200px;
    box-shadow: -1px 0 5px #a7a7a7;
    background:#FFFFFF;
}

    .user-profile-wrapper .logged-user {
        width: 100%;
        display: flex;
        margin: 0;
        padding: 10px;
        align-items: center;
    }

    .user-profile-wrapper .user-name {
        margin: 0 0 0 8px;
        /* width: calc(100% - 33px) !important; */
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        /* line-height: 25px; */
        color: #0071d7;
    }



    .user-profile-wrapper .user-name-initial {
        font-size: 14px !important;
        background: #0071d7;
        height: 25px !important;
        border-radius: 50%;
        padding: 0px 4px !important;
        line-height: 25px !important;
        color: #fff !important;
        width: 25px !important;
    }

    .user-profile-wrapper .user-status {
        /* width: 100%; */
        padding: 8px 8px 0 8px;
        /* margin-top: 8px; */
        border-top: 1px solid #e7e7e7;
        /* display: flex; */
        justify-content: space-around;
    }

        .user-profile-wrapper .user-status span {
            width: auto !important;
            padding: 5px 10px !important;
            margin: 0 3px;
        }



    .user-profile-wrapper .default-btn {
        border: 1px solid #0071d7;
        padding: 3px 10px !important;
        border-radius: 3px;
        font-size: 11px;
        text-align: center;
        color: #555;
        background: #ebf6ff;
        cursor: pointer;
    }





.login-user-click {
    width: 80%;
    margin: 15px auto;
    display: inline-block;
    border-bottom: 2px solid #ce771a;
    line-height:normal;
}

    .login-user-click li {
        float: left;
        width: 50%;
        
    }



       

        .login-user-click li a {
            display: block;
            padding: 5px 5px 10px 5px;
            text-decoration: none;
            color: #444;
            position:relative;
            line-height:normal;
            font-size:14px;
        }


            .login-user-click li a.active:before {
                content: " ";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height:4px;
                background: #ce771a;
            }

            .login-user-click li a.active
            {
                font-weight:600;

            }
            /*.login-wraper {
    margin-bottom: 30px;
}
*/
.login-wraper h5 {
    font-weight: 500;
    font-size: 16px;
    margin:0px;
    color: #ce771a;
    line-height: normal;
    font-family: Roboto;
    padding-left:10px;
}


@media (max-width:991px) {
    .login-utility {
        display: none;
    }


    .login-main-wrapper {
        width: 80%;
        margin: 2% 10%;
        height: 96%;
    }

    .mainwraper {
        border: 1px solid #CCC;
        box-shadow: none;
        overflow: auto;
    }

    .login-wraper {
        margin-bottom: 0px;
    }
    .login-idm {
        width:100%;
    }
}

@media (max-width:768px) {
    .logo img {
        width: 40%;
    }

    .login-wraper h5 {
        font-size: 10px;
    }

 /*   .login-user-click {
        width: 100%;
    }*/

    .mainwraper {
        padding: 20px 15px;
    }
}

@media (max-width:500px) {
    .logo img {
        width: 70%;
    }

    .login-wraper h5 {
        font-size: 11px;
    }

    .col-xs-6 {
        width: 100% !important;
    }

    .loginbtn {
        margin-bottom: 10px;
    }
}

.login-idm {
    margin: 20px auto;
    display: inline-block;
    /*width: 100%;*/
    background: none;
    border: 0px;
    margin-top: 10px;
}

.bottom-margin {
    margin-bottom: 10px;
}
.bottom-margin-15 {
    margin-bottom:15px;
}

.user-credential {
    width: 100%;
    margin: 0px auto 0px auto;
    display: inline-block;
}

.login-actions {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    font-size:13px;
}


.registration-wrapper
{
    width:90%;
    margin:0 auto;
}

p.login-divider {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
}

    p.login-divider:before {
        width: 25%;
        left: 0px;
        content: " ";
        height:1px;
        background: #AAA;
        top: 50%;
        position: absolute;
    }

    p.login-divider:after {
        width: 25%;
        right: 0px;
        content: " ";
        height: 1px;
        background: #AAA;
        top: 50%;
        position: absolute;
    }

.login-main-wrapper h6 {
    font-size: 18px;
    padding: 20px 0px 5px 0px;
    font-weight: 500;
    color: #333;
}

.login-register-btn {
    background-color: #ed9019;
    color: #FFF;
    font-size: 14px;
    padding: 8px 70px;
    border-radius: 5px;
    text-decoration: none !important;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #ed9019;
    transition: .3s all ease-in-out;
}

    .login-register-btn:hover {
        background: #FFF;
        color: #ed9019;
    }

.azure-reg-link {
    background-color: transparent;
    color: #ed9019;
    font-size: 14px;
    padding: 8px 70px;
    border-radius: 5px;
    text-decoration: none !important;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    border: 0;
    text-decoration:underline !important;
    font-weight:500;
}




.captcha-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.reset-password-wrapper .user-credential input {
    padding-left: 10px;
}

.login-page-header {
    font-size: 21px;
    font-weight: 600;
    color: #444;
}

.login-window-version {
    width: 100%;
    text-align: center;
    color: #333;
    margin-top: 10px;
    font-size: 12px;
    float:left;
}
