﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Montserrat, Arial, Sans-Serif;
}

body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D3D7F8;
    padding: 30px;
    overflow: auto !important;
    margin: 0px;
}

.landing-page-background-image {
    background-image: url("/professional/images/branding_background_image.jpg");
    background-size: 100%;
}

 .page-header-section {
     width: 100%;
    height: 60px;
    text-align: center;
    background-color: #097d8a;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    vertical-align: middle;
     opacity: .86;
}

.page-header-section-text {
    opacity: 0.6;
    filter: alpha(opacity=60);
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    color: #ffffff;
}

.page-header-section-go-to-web-referral-link {
    height: 16.5px;
    font-size: 17px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    color: #ffffff;
}

.page-header-section a:hover{
    text-decoration: underline;
    color: #ffffff;
}



.page-body-section {
    width: 100%;
    left: 0px;
    top: 60px;
    margin-left: 0px;
    background-color: transparent;
}


.login-container {
    margin: auto;
    width: 715px;
    background-color: #007d8a;
    opacity: .86;
}
.login-container-info-links {
    margin: auto;
    width: 715px;
    background-color: #f2f2f2;
    opacity: .86;
}

.login-container-links-web-referral {
    width: 340px !important;
}

.login-container-section {
    width: 94.5%;
    background-color: #02272e;
    padding: 14px;
    position: relative;
    margin-top: 75px;
    opacity: .86;
}

.login-section {
    width: 94.5%;
    background-color: #02272e;
    padding: 14px;
    position: relative;
}

.login-header, .login-body, .login-footer,.login-action-controls,.login-link-controls{
    width: 100%;
}

.login-action-controls,.login-link-controls {
    padding-top: 5px;
    padding-bottom: 5px;
}

.login-header-h-filler {
    padding: 15px 0px;
}

.login-header-h-filler div.h-filler {
    width: 140px;
    height: 2px;
    background-color: #0098a0;
}

 .login-header-caption {
    padding: 10px 0px;
    padding-bottom: 5px;
}

 .login-header-sub-caption {
     padding: 5px 0px;
     padding-top: 2px;
     padding-bottom: 10px;
 }

 .login-header-sub-caption span.h-sub-caption-text {
  height: 30px;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  text-align: left;
  color: #ffffff;
 }

 .login-header-sub-caption-top {
     margin-top: -8px;
     padding: 5px 0px;
     padding-top: 0px;
     padding-bottom: 10px;
 } 

 .login-header-sub-caption-top span.h-sub-caption-text-top {
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    text-align: left;
    color: #0098a0;
 }

.login-header-caption span.h-caption-text {
    width: 100%;
    height: 30px;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    text-align: left;
    color: #0098a0;
}

.login-header-caption sup.h-caption-text-sup {
    font-size: 14px;
}

.login-error-container {
    width: 325px;
    margin-top: 5px
}

.logon-error-container {
    width: 325px;
    margin-top: 5px;
    display:flex;
}

login-error-container-username{
    display: flex !important;
}

.login-error-container div ul li{
    padding: 3px;
}


.internal-login-section {
    float: left;
    width: 330px;
    padding-bottom: 30px;
}

.external-login-section {
    float: right;
    width: 330px;
    padding-bottom: 30px;
}

.login-control {
    padding-top: 6px;
    padding-bottom: 6px;
}


.login-control input[type="text"], .login-control input[type="password"] {
    width: 300px;
    height: 32px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #666666;
    text-indent: 10px;
    font-size: 16px;
}

.login-control input[type="button"], .login-control input[type="image"], .login-control input[type="submit"]{
    /*width: 100%;
    height: 42px;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #ffffff, #c0e0e2);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0e0e2',GradientType=0 );*/ /* IE6-9 */
    /*border: solid 1px #007d8a;
    font-size: 24px;
    color: #464646 !important;*/
}

    .login-control input[type="button"], button, .login-control input[type="image"], .login-control input[type="submit"], .button-control input[type="submit"], .button-control input[type="button"]:hover {
        cursor: pointer;
    }

.login-control-label span {
    color: #999999;
    font-style: italic;
    font-size: 16px;
    height: 19px;
    font-weight: normal !important;
}

.login-control-label {
    padding-top: 4px;
    display: block;
}


.login-control-section {
    width: 100%;
    padding-top: 20px;
}

.login-control-section-single {
    padding-top: 0px;
}


.login-section-v-filler {
    float: left;
    padding: 5px;
    padding-left: 0px;
    height: 150px;
}

.login-section-v-filler div.filler {
    background-color: #979797;
    width: 1px;
    height: 150px;
}

.login-forgot-p, .update-provider-p {
  width: 658px;
  height: 18.4px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #cccccc;
}

.login-control-forgot-p {
    display: inline-flex !important;
    text-align: center;
}

.login-control-display-block {
    display: block;
}

.update-provider-p {
    width: 317px !important;
    font-weight: bold;
}

.login-link-controls div.login-forgot-p a,  .login-link-controls div.update-provider-p a{
    text-decoration: none;
    color: #cccccc;
    font-size: 18px;
}


.login-link-controls div.login-forgot-p a:hover, .login-link-controls div.update-provider-p a:hover{
    text-decoration: underline;
}

.login-footer-link-controls,.login-advisory-blog,.login-page-footer-disclaimer {
    padding-top: 10px;
    width: 100%;
    text-align: center;
}
.login-footer-link-controls span a,.login-advisory-blog span a{
  height: 18.4px;
  font-size: 16px !important;
  font-weight: bold;
  font-style: normal;
  color: #007d8a;
  text-decoration: none;
}

.login-advisory-blog span a:hover {
    text-decoration: underline;
}

.login-footer-link-controls span a:hover{
    text-decoration: underline;
}


.login-footer-link-controls span, .login-advisory-blog span{
    color: #464646;
    font-size: 16px;
    padding-right: 2px;
    padding-left: 2px;
    opacity: .75;
    padding-bottom: 2px;
}

.login-advisory-blog span {
    font-weight: normal;
}

.login-page-footer-disclaimer {
    margin: auto;
    font-weight: normal !important;
    font-size: 10px;
    color: #464646;
    width: 715px;
    text-align: left;
    background-color: #f2f2f2;
    opacity: .86;
    
}

.disclaimer-content {
    padding: 4px;
    margin-left: 4px;

}

.login-page-footer-disclaimer-sigle {
    width: 340px;
}

.login-page-footer-disclaimer-sigle-forgot-pwd {
    width: 450px;
}

.login-page-footer-disclaimer-sigle-email-conf {
    width: 420px;
}

.login-image-btn-hack .login-button-text {
    z-index: 100;
}

div.login-image-btn-hack{
    z-index: 100;
    width: 100%;
    /*background-color: black;*/
    background-image: linear-gradient(to bottom, #ffffff, #c0e0e2);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0e0e2',GradientType=0 ); /* IE6-9 */
    height: 33px;
    border-radius: 4px;
    margin-top: -53px;
    text-align: center;
    color: #464646 !important;
    font-size: 24px;
}

.login-image-btn-hack .login-image-button {
    z-index: 200;
    position: absolute;
}

.login-image-button {
    opacity: 0;
    filter: alpha(opacity=0);
}

.login-single-container {
    width: 340px;
}

.login-passwordreset-container {
    width: 450px;
}

.login-single-container-section{
    width: 89.3%;
}

.wr-login-instruction-container {
    position: absolute;
    border: 1px solid #999999;
    padding: 5px;
    z-index: 1000;
    width: 400px;
    text-align: center;
    margin-top: 150px;
    margin-right: 0px;
    top: 100px;
    right: 180px;
        display: none;

}

.instr-img-container {
    border: none;
}

.instr-img-container .instr-img-container-top, .instr-img-container .instr-img-container-bottom {
    border: none;
}

.instr-img-container-top, .instr-img-container-bottom {
    width: 100%;
    display: block;
}

     
.instr-img-container-top  img.img-layout, .instr-img-container-bottom  img.img-layout{
    width: 200px;
    height: 180px;
} 


.instr-img-container-top  .left, .instr-img-container-bottom  .left{
    float: left;
    padding: 0px;
     height: 180px

}

 .instr-img-container-top  .right ,  .instr-img-container-bottom  .right {
     float: right;
     padding: 0px;
      height: 180px
 } 

 .wr-login-instruction-container .controls {
     float: left;
     background-color: #02272e;
     width: 100%;
     padding-top: 5px;
     padding-bottom: 5px;
 }

   .wr-login-instruction-container .help-links {
     float: left;
     width: 100%;
     padding-top: 5px;
     padding-bottom: 5px;
     background-color: #02272e;
  }

   .wr-login-instruction-container .help-link  a {
       color: #cccccc;
   }


   .wr-login-instruction-container .help-text, .wr-login-instruction-container .help-link {
       padding: 5px;
       font-weight: bold;
       color: #cccccc;
   }

 .action-control {
     border-radius: 4px;
     background-image: linear-gradient(to bottom, #ffffff, #c0e0e2);
     height: 22px;
     color: #464646 !important;
     border: solid 1px #007d8a
 }

 .username-passwordchange-textbox {
     width: 395px !important;
 }

 .admin-list-control {
     margin: auto;
     margin-top: 20px;
     border-radius: 4px;
     min-width: 450px;
     max-width: 750px;
 }

div.admin-list-control table {
    width: 100%;
    border-collapse: collapse;
}

div.security-admin-list {
    height: 200px;
    overflow: auto;
}

div.security-admin-container {
    padding: 1px;
    border: 1px solid #999999;
    background-color: #f2f2f2;
}

div.no-security-admin-container {
    background-color: #d9edf7;
    border: 1px solid #9acfea;
}

div.no-security-admin {
    height: auto;
    background-color: transparent;
}

td.no-security-admin {
    padding: 10px;
    text-align: center;
}

span.no-security-admin {
    font-size: 12px;
    color: #31708f;
 }

.security-admin-headerrow {
    background-color: #e3e3e3;
}

.security-admin-headerrow td {
     background-color: #e3e3e3;
     color:#464646;
     vertical-align:middle;
     padding:4px;
     font-weight: bold;
 }

.clsSecurityAdminRow td {
    border-bottom: 1px solid #e6e6e6;
    padding: 4px;
}

.clsSecurityAdminAlternateRow td {
    background-color: #f9f9f9;
    padding: 4px;
    border-bottom: 1px solid #e6e6e6;
}

.login-passwordsent-container {
    width: 420px !important;
}
.password-sent-control {
    width: auto !important;
    background-color: #dff0d8;
    margin: 20px 0px;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    border-radius: 4px;
 }

.password-sent-message-container {
    padding: 20px 0px;
    text-align: center;
}

.password-sent-message-container span {
    color: #3c763d;
    font-size: 15px;
    font-weight: normal;
}

.login-horizontal-spacer {
    height: 10px;
}

.clsCareDirector {
    font-family: Montserrat,Arial, Sans-Serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #393392;
    margin-top: 50px;
    margin-bottom: 25px;
}

.clsTextBox {
    box-sizing: border-box;
    display: flex;
    padding: 11px 13px;
    width: 325px;
    height: 44px;
    border: 1px solid #D1DDFF;
    border-radius: 12px;
    color: #808080;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    font-family: Montserrat, Arial, Sans-Serif;
}

.clsPasswordBox {
    box-sizing: border-box;
    display: flex;
    padding: 11px 13px;
    width: 325px;
    height: 44px;
    border: 1px solid #D1DDFF;
    border-radius: 12px;
    color: #808080;
    font-size: 14px;
    font-family: Montserrat, Arial, Sans-Serif;
}

.clsButton, .clsLoginButton,
.login-control input[type="button"] {
    padding: 12px;
    width: 325px;
    height: 44px;
    background: #707CF1 !important;
    box-shadow: inset 0px -2px 0px #4c47c4;
    border-radius: 6px;
    color: #FFFFFF !important;
    cursor: pointer;
    border-color: #707CF1 !important;
    border-width: 0px;
    font-size: 16px;
    font-family: Montserrat, Arial, Sans-Serif;
}

.clsAuthenticationItem {
    margin-top: 20px;
    margin-left: 40px;
    display: inline-flex;
}

.clsAuthenticationErrMsg {
    color: #AC1B47 !important;
    font-weight: normal !important;
    font-size: 12px;
    display: block;
    width: 325px;
}

.clsControlItem {
    margin-top: 20px;
}

.cd-Links-Control {
    display: inline-flex;
    width: 325px;
    margin-top: 10px;
}

.clsLink {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #393392 !important;
    cursor: pointer;
    text-decoration: underline !important;
}

  .clsLink :hover {
        color: #393392 !important;
        text-decoration: underline !important;
    }

.clsInfoImage{
    margin:10px;
    margin-top:14px;
    height:16px;
    width:16px;
    font-weight:normal !important;
}

.clsErrorMsg {
    color: #AC1B47 !important;
    font-weight: normal !important;
    font-size: 12px !important;
    display:block;
}

.container-right-pane {
    display: flex;
    flex: 1;
    border: 1px solid #a7a7a7;
    border-radius: 0px 20px 20px 0px;
    background-image: url("/professional/images/Purple_Mountain_Image.png");
    background-repeat: round;
    align-items: center;
}

.container-left-pane {
    position: relative;
    flex: 1;
    justify-content: center;
    border: 1px solid #a7a7a7;
    border-radius: 20px 0px 0px 20px;
    background: #FFFFFF;
    display: flex;
}

.login-main-container {
    display: flex;
    width: 94vw;
    max-width: max-content;
    min-width: 675px;
    margin: auto;
    max-height: 875px;
    min-height: 575px;
}

.inner-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.cdImageTextHeader {
    color: white;
    font-size:24px !important;
}

.cdImageTextContent {
    font-size: 14px !important;
    color: white;
    width: 70%;
    text-align: center;
    line-height: 20px;
    margin-top: 30px
}

.flexText {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #808080;
    margin-top: 10px;
}

.alteraLogo {
    width: 150px;
    margin-top: 50px
}

.text-center {
    text-align: center;
}

.mountain-footer-link-controls span {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #808080;
}

.mountain-footer-link-controls span a {
    color: #393392;
}

.page-goal-text {
    font-size: 16px;
    font-weight: 600;
    color: #2E3235;
    margin-bottom: 10px;
}

.page-goal-subtext {
    font-size: 14px;
    font-weight: 400;
    color: #2E3235;
    margin-bottom: 50px;
}

.control-label span {
    font-size: 14px;
    font-weight: 500;
    color: #5E6A73;
}

.page-copyright {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #8396C8;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: auto;
    align-self: flex-start;
}

    .page-copyright span {
        font-weight: normal !important;
    }

    .page-copyright a {
        color: #393392 !important;
    }

    .page-copyright a:hover {
        color: #393392 !important;
        text-decoration: underline !important;
    }

.splash-info-links {
    text-align: center;
}

.splash-footer-link-controls span {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    color: #808080;
}

.splash-footer-link-controls span a {
        color: #393392;
}
.mt-10 {
    margin-top: 10px !important;
}
@media (max-width: 730px) {
    .login-main-container .container-right-pane {
        display: none;
    }

    .container-left-pane {
        width: 100%;
        border-radius: 20px;
    }
}