﻿
/*Date:01/02/2021|EPIC:ADLINT-799|STORY:ADLINT-4676|Developer:Akshaya Bhagat|Implement UIM-Auth0 central sign-in for PayLogic Product*/
.horizontal-line {
    height: 1px;
    background-color: #ABABAB;
    text-align: center;
    margin-top: 15px;
}

.horizontal-line-center-text {
    position: relative;
    top: -0.7em;
    background-color: #f6f5f5;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Open Sans';
    font-size: 14px;
}

.uim-signin-div {
    margin: 10px auto; /* ADLINT-5338 */
    margin-bottom: 10px;
}

.uim-signin-image-alignment {
    display: inline-block;
    vertical-align: middle;
}

.morningstar-image {
    height: 23px;
    width: 23px;
}

.uim-signin-button-text {
    padding-left: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.uim-signin-info-icon-position {
    display: inline-block;
    vertical-align: middle;
}

#signInToottip .mds-tooltip--width-m {
    width: 211px;
}

#signInToottip .mds-tooltip--default {
    background-color: #FFFFFF;
    color: #333;
    border-radius: 6px;
}

#signInToottip .mds-tooltip--right-center:after {
    border-right: 9px solid #FFFFFF;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    right: 100%;
    margin-right: -1px;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    margin-top: -8px;
    top: 50%;
}

#btnUimSignIn {
    padding: 7px 27px;
    margin-right: 7px;
}

.uim-signup-header {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
    height: 50px;
    padding: 0 16px;
    width: auto;
    text-align: center;
}

.mstar-logo-wrap {
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
    height: 43px;
    width: 170px;
}

    .mstar-logo-wrap .mstar-logo {
        height: 43px;
        width: 170px;
    }

.uim-signup-field-content {
    margin: 0 0 32px;
}

.text-align-center {
    text-align: center;
}

.main-container {
    margin-top: 48px;
    padding-bottom: 48px;
}

/*Date:13/12/2021|EPIC:ADLINT-799|STORY:ADLINT-4875|Developer:Akshaya Bhagat|Handling "Change Password" scenario with respect to Auth0 PayLogic implementation */
.red-font {
    color: red;
}

.reset-password {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    color: blue;
}

#ChangeUserPassword a:hover {
    color: blue;
}
/* Date:11/01/2022|EPIC:ADLINT-5048|STORY:ADLINT-4985|Developer:Indrajeet Prajapati|css change for error message*/
.restricted-text {
    margin-top: 27px;
    padding-left: 28px;
    color: red;
}

.anchor-link {
    color: #0000EE !important;
    text-decoration: underline;
}
/* Date:17/01/2022|EPIC:ADLINT-5048|STORY:ADLINT-4987|Developer:Pranali Raut|css change for error message*/
.restricted-text-edit {
    margin-top: 27px;
    padding-left: 8px;
    color: red;
}
/*Date:25/01/2022|EPIC:ADLINT-5048|STORY: ADLINT-5069|Developer:Akshaya Bhagat| Css for MFA links*/
.font-size-10 {
    font-size: 10px;
}

.margin-top-4 {
    margin-top: 4px;
}

.lnkLabel {
    color: blue !important;
    text-decoration: underline !important;
}
/*Date:18/02/2022|EPIC:ADLINT-5048|STORY: ADLINT-5381|Developer:Indrajeet Prajapati|Added css for change Password alignment issue*/
.height-80P{
    height:80%;
}
