﻿h1, h2, h3, h4, p {
    line-height: 35px;
    color: #565656;
}

.strengthMeter {
    display: inline-flex;
    margin: 10px;
    padding: 0px;
    width: 20%;
}

.strengthMeter > div > span {
   color: black;
}

.inputBlock {
    padding-left: 13% !important
}

ul.list {
    margin-top: 10px;
    list-style-type: square;
}

.progressdiv {
    margin-right: 190px !important;
}

.progressbarText {
    color: black;
    text-wrap: nowrap;
}

.popupBody {
    margin-left: 40px;
    margin-top: 30px;
}

.PasswordResetdone, .SecurityquestionsInvalidLink {
    display: none;
}


/*Provider Popup*/
.providerPopupLabels {
    font-size: 18px;
    font-weight: 400;
}

#providerUsernameInput {
    width: 57%;
}

#providerIdSelector {
    max-width: 250px !important;
}

#providerPopupTextBox {
    width: 250px;
    font-size: 16px;
    margin-top: -50px;
    margin-left: 200px;
}

#providerUserPage1 {
    margin-right: 80px;
}

#providerUserPage2 {
    margin-right: 80px;
}

#providerUsernameTextBox {
    width: 250px;
    font-size: 16px;
    margin-top: -50px;
    margin-left: 183px;
}

#providerEmailError {
    margin-left: 90px;
}

#usernameLabel {
    margin-right: 160px;
    width: 30%;
    margin-left: 50px;
}

#providerUserNameInput {
    width: 250px;
    font-size: 16px;
    margin-top: -50px;
    margin-left: 180px;
}

.providerEmailInput {
    width: 265px;
    font-size: 16px;
}

#providerSecQueAnsLabel {
    margin-left: 40px;
}

#providerSecQue1Ans {
    width: 250px;
    font-size: 16px;
    margin-top: -50px;
    margin-left: 117px;
}

#providerSecQue2Ans {
    width: 250px;
    font-size: 16px;
    margin-top: -50px;
    margin-left: 117px;
}

.btnContinue {
    display: inline-block;
}

.providerPopupHeading {
    font-size: 24px;
    font-weight: 400;
}

.buttonDiv {
    margin-top: 10px;
    margin-left: 30px;
}

#providerSelections {
    width: 200px;
    border-radius: 10px;
}

.btnInputSelectors {
    display: inline-block;
}

#providerIdLabel {
}

#providerIdSelector {
    color: #565656;
}

#finalScreen {
    padding-top: 20px;
    font-size: 24px;
}

#returnToLogin {
    align-items: center;
    justify-content: center;
    width: 200px;
}

#returnToLogin, #agentReturnToLogin, #groupReturnToLogin, #providerReturnToLogin {
    margin-top: 110px;
}
/*Provider Popup End*/

/*Agent Username Popup */
#accountInfoInput {
    padding-left: 15px;
}

#agentEmailInput, #groupEmailInput {
    width: 220px;
}
/*Agent Username Popup End*/

.buttonCluster {
    padding-right: 30px;
}

.cancelButtonInput {
    display: inline-block;
}

.cancelButtons {
    background-color: #d8515c;
    color: white;
}

    .cancelButtons.dx-state-hover {
        background-color: #d8515c;
        color: white;
    }

.success {
    background-color: #64b246;
}

.btn-danger {
    background-color: #d8515c;
}

.allButtons {
    background-color: #64b246;
    color: white;
}

    .allButtons.disabled {
        background-color: #c0e1b3;
        color: #939393;
    }

    .allButtons.dx-state-hover {
        background-color: #64b246;
        color: white;
    }

.dx-popup-content {
    background-color: white;
}

/*.dx-radiobutton-icon-dot {
    margin-top: -16px !important;
    margin-left: 6px !important;
}*/

#popupContent, #twoButtonCreateAccountPopupContent, #welcomePopupContent, #welcomePortalSiteClosedPopupContent {
    display: none;
}

#blankHeader {
    width: 100%;
    height: 45px;
    color: #1c5fab;
}

.finalResponse > p, .finalResponse > span {
    margin-top: 100px;
    color: #565656;
    font-size: 1.5em;
}

.inputRow {
    padding-left: 20px;
}

.instructionLabel {
    margin-top: 16px;
}

.inputLabel {
    margin: 10px 0 3px;
}

.buttonContainer {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
    height: 100px;
}

.cancelButtonInput {
    margin-right: 12px;
}

#moveToUsernameSecurityQuestions, #submitUsername {
    margin: unset;
}


@media (max-width: 400px) {
    .userInfoPage1 > * {
        padding: 0px;
    }

    .inputRow {
        padding: 0px;
    }
}

.title {
    padding-left: 10px;
    margin-bottom: 10px;
    color: white;
    font-size: 23px;
}

.header {
    background-color: #1c5fab;
}

.passLabel {
    text-align: right;
}


#passwordReq {
    position: absolute;
    left: 157px;
    width: 195px;
    padding: 15px;
    background: #fefefe;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    font-size: .875em;
    display: none;
    text-align: center;
}

    #passwordReq ul {
        margin-bottom: 0;
    }

#passPopupContainer {
    text-align: right;
}

.passwordBtn {
    margin: 0px;
}

#passwordMatch {
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left:30px;
}
#passwordShow {
    padding-bottom: 15px;
    padding-left: 30px;
}

#passwordPopup {
    display: inline-block;
}

.reqs {
    color: #ec3f41;
    list-style-type: none;
}

#userInfoPage1 {
    text-align: right;
    position: relative;
    max-width: 350px;
}

#agentUserInfoPage1 {
    text-align: right;
    position: relative;
    max-width: 350px;
}

#passwordInfoInput {
    position: relative;
}

.blockDisplay {
    display: block;
}

.marginDisplay{
    margin: 5px;
}

.personalInfoTxtfld {
    width: 195px;
    height: 30px;
    background-color: #FFFFFF;
    border: 1px inset #d3d3d3;
    font-size: 12px;
    border-radius: 3px;
    padding: 0 12px;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5b5c5c;
}

#memberPasswordPopupPage4, #memberUsernamePopupPage3 {
    text-align: center;
}


.rightAligned {
    text-align: right;
}

.centerAligned {
    text-align: center;
}

.securityQuestionDiv {
    display: inline;
}

.securityQuestions {
    margin-bottom: 22px;
}

.securityAnswerDiv {
    padding-left: 22px;
}

.errorMessage {
    color: red;
    display: none;
}

#passUserError #passAccountError {
    margin-left: 115px;
}


#userInfoError {
    text-align: center;
}

#recoveredUsername {
    color: #565656;
}

@media(max-width: 768px) {
    #passwordReq {
        left: 155px;
        width: 200px;
    }
}

@media(max-width: 575px) {
    #passwordReq {
        left: 140px;
        width: 200px;
    }

    .passLabel {
        padding-left: 5px;
        text-align: left;
    }

    #passUserName {
        width: 30%;
    }

    #newPass, #confirmPass {
        margin-top: 12px;
        width: 115px;
    }

    #passSecQueOneAnswer, #passSecQueTwoAnswer {
        width: 55px;
    }
}

@media(max-width: 433px) {
    #passUserError #passAccountError {
        margin-left: 8px;
    }

    .passLabel {
        padding-left: 5px;
        text-align: left;
    }

    #passUserName {
        width: 92px;
    }

    #newPass, #confirmPass {
        margin-top: 12px;
    }

    #passwordReq {
        left: 100px;
        width: 200px;
    }

    .popupBody {
        margin-left: 0px;
    }

    .buttonDiv {
        margin-left: 0px;
    }
}

#confirmPassword:disabled {
    background-color: lightgrey;
}

@media(max-width: 403px) {
    #personalInfoInput, #passwordInfoInput {
        text-align: left;
    }

    #RePassUserName {
        margin-left: 15px;
        margin-bottom: 0px;
    }

    #passwordReq {
        left: 0px;
        width: 215px;
    }

    .personalInfoTxtfld {
        width: 210px;
    }

    .passLabel {
        padding-left: 0px;
        text-align: left;
    }

    #passwordMatch {
        padding-left: 5px;
    }

    #newPass, #confirmPass {
        margin-top: 12px;
        width: 145px;
    }

    #returnToLogin, #agentReturnToLogin, #groupReturnToLogin, #providerReturnToLogin {
        margin-left: 0px;
        margin-top: 80px;
    }
}

#portal-radio-selector {
    padding-left: 30px;
    padding-top: 10px;
}

#account-radio-selector {
    padding-left: 30px;
    padding-top: 10px;
}

.forgotUsernameLabel {
    margin-top: 4px;
    width: fit-content;
}

.forgotPasswordSubmitContainer {
    margin: 0;
    margin-top: 70px;
    margin-left: -40px;
    text-align: right;
}

.swhpcWelcomeMessage {
    margin-right: 50px;
}


@media(max-width: 414px) {
    .swhpcWelcomeMessage {
        margin-right: 15px;
        font-size: medium;
    }

    .forgotPasswordSubmitContainer {
        margin: 0;
        margin-top: 40px;
        text-align: left;
    }

    .popupBody {
        margin-left: 0px;
    }

    .buttonDiv {
        margin-left: 0px;
    }

    .forgotUsername {
        text-align: left;
        margin-left: 0px;
        margin-top: 50px;
    }

    .buttonCluster {
        padding-top: 10px;
    }

    #agentFirstName {
        margin-bottom: 10px;
    }

    #groupFirstName {
        margin-bottom: 10px;
    }
}
