﻿@charset "UTF-8";

@font-face {
    font-family: "petrovue-icon";
    src: url("fonts/petrovue-icon.eot");
    src: url("fonts/petrovue-icon.eot?#iefix") format("embedded-opentype"), url("fonts/petrovue-icon.woff") format("woff"), url("fonts/petrovue-icon.ttf") format("truetype"), url("fonts/petrovue-icon.svg#petrovue-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}
.set-password {
    color: #909090;
    font-size: 12px;
    text-align: center;
}
.reset-password-form-header {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
/*
.text-box {
    box-sizing: border-box;
    border: 1px solid #D5D5D5;
    border-radius: 2px;
    font-family: Roboto;
    font-size: 12px;
    height: 40px;
}
 */
.invitation-expired-content {
    width: 300px;
    color: #909090 !important;
    font-size: 14px;
    text-align: center;
}

.invitation-expired-container {
    height: 130px;
    width: 352px;
}

.invitation-expired-image {
    text-align: center;
    background: url(Images/fail.png) no-repeat center;
    background-size: contain;
    width: auto;
    height: 40px;
}

.invitation-expired-header {
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
}

.pvu-icon-warning-1 {
    font-size: 40px;
    color: #D0021B;
 
}
.pvu-icon-warning-1:before {
    content: "\e00e";
}
[class^="pvu-icon-"]:before,
[class*=" pvu-icon-"]:before {
    font-family: "petrovue-icon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
input[type="text"]:focus {
    border: 1px solid #3B99FC;
    box-shadow: none !important;
    background-color: #FFFFFF;
}

input[type="password"]:focus {
    border: 1px solid #3B99FC;
    box-shadow: none !important;
    background-color: #FFFFFF;
}

input[type="checkbox"]:focus {
    border: 1px solid #3B99FC;
    box-shadow: none !important;
    background-color: #FFFFFF;
}
*/
.password-validation-message-header{
    font-weight: bold;
}

.password-complexity {
    height: 4px;
    width: 97px;
    background-color: #33D0AD;
}


.valid {
    color: #4A4A4A;
}

.valid:before {
    content: "✔ ";
    color: #83B547;
}


.invalid {
    color: #4A4A4A;
}

.invalid:before {
    content: "* ";
    color: #D43C49;
}


.password-complexity-container {
    display:none;
    font-size: 11px;
    box-sizing: border-box;
    width: 180px;
    border: 1px solid #DAD8D8;
    background-color: #FCFCFC;
    position: absolute;
    right: -190px;
    top: 18px;
}

.password-complexity-container:before {
    content: "";
    position: absolute;
    top: 10%;
    right: 100%;
    margin-top: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #D5D5D5 transparent transparent;
}

.password-complexity-container:after {
    content: "";
    position: absolute;
    top: calc(10% + 1px);
    right: 100%;
    margin-top: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}

.hidden{
    display:none;
}

.error-message{
    color: #D43C49;
}

.email-sent-content {
    width: 560px;
    color: #909090!important;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px !important;
}

.help-link {
    font-size: 13px;
    color: #3B99FC;
    color: var(--primary-color);
}

.email-sent-container {
    height: 250px;
    width: 560px;
}
.email-sent-image {
    font-size: 5px;
    margin-bottom: 15px;
    width: 124px;
    background: url("Images/Email.svg") no-repeat;
    height: 102px;
    background-size: cover;
}
.email-sent-header {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
.hide-email {
    display: none;
}

.reset-password-success-content {
    color: #909090 !important;
    font-size: 14px;
    text-align: center;
}
.reset-password-success-container {
    height: 230px;
    width: 300px;
}
.reset-password-success-image {
    text-align: center;
    background: url(Images/success.png) no-repeat center;
    background-size: contain;
    width: auto;
    height: 40px;
}
.pvu-icon-success {
    color: #83B547;
    font-size: 50px;
}
.reset-password-success-header {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
.reset-username {
    text-decoration-line: underline;
}
.pvu-icon-success:before {
    content: "\5f";
}
#validationMessage {
    margin-top: 5px;
}
.login-form-container {
    width: 400px;
    font-size: 12px;
}

.strength-indicator {
    justify-content: space-between;
    margin-top: 4px;
    width: 100%;
    height: 5px;
}

.indicator-bar {
    display: flex;
    flex-grow: 1;
    margin-right: 2px;
    height: 3px;
}

.strength-indicator .indicator-bar:last-child {
    margin-right: 0px !important;
}


.indicator-label {
    height: 5px;
    font-size: 10px;
    line-height: 0;
    position: relative;
    text-align: right;
    right: 0px;
    top: 6px;
}

.disabled {
    cursor:not-allowed;
}

.padding {
    padding: 1rem 1rem 0rem 1rem
}

 

@media screen and (max-width: 768px) {

    .width-container {
        width: 330px;
    }
}