.ResetPassword {
    color: rgb(80,80,80);
}

.ResetPassword .validation-requirements {
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.ResetPassword .validation-requirement {
    display: flex;
    align-items: center;
	font-size: 11px;
	color: #368239;
    font-weight: bold;
    width: 50%;
}

.ResetPassword .validation-requirement.failed {
	color: #dc3545;
}

.ResetPassword .material-icons {
    font-size: 24px;
    margin-right: 5px;
}

.ResetPassword .password-requiredment-header {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ResetPassword .close-btn,
.ResetPassword .change-password-button {
    padding: 10px;
    width: 250px;
    margin: auto;
}

.ResetPassword .change-password-button.disabled {
    cursor:not-allowed;
}

.ResetPassword .message-container {
    display: none;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 27px;
}

.ResetPassword .validation-error {
    color: #dc3545;
    font-weight: bold;
}

.ResetPassword .close-btn {
    display: none;
}

.ResetPassword .btn-container {
    display: flex;
}

.ResetPassword.new-user-workflow .control-group.old-password-group,
.ResetPassword .old-password-group {
    display: none;
}

.ResetPassword.nowrap .change-password-button {
    margin-left: 0px;
}

.ResetPassword .change-password-button.qcpro-success.disabled:hover {
    background-color: #81c784;
}

.ResetPassword.nowrap .validation-requirement {
    width: 100%;
}

.ResetPassword .control-group {
    margin-bottom: 10px;
}

.ResetPassword .control-label {
    font-weight: 100;
}

.ResetPassword input {
    width: 100%;
    box-sizing: border-box;
    height: 32px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    border-radius: 3px;
    margin-bottom: 20px;
}

.ResetPassword .show-password {
    position: absolute;
    z-index: 999999;
    font-size: 26px;
    top: 0px;
    right: 0px;
    padding: 2px;
}

.ResetPassword .controls {
    position: relative;
}

.ResetPassword.new-user-workflow .password-requiredment-container {
    display: none;
    position: absolute;
    background: rgba(250, 250, 250, .9);
    z-index: 1000000;
    left: 100%;
    width: 300px;
    border-radius: 6px;
    padding: 16px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
    box-shadow: 1px 1px 5px rgb(100 100 100);
}

.ResetPassword.new-user-workflow .change-password-button,
.ResetPassword.new-user-workflow .button-group {
    display: none;
}

.ResetPassword.new-user-workflow .control-group {
    display: flex;
}

.ResetPassword.new-user-workflow {
    width: 100%;
    position: relative;
}

.ResetPassword.new-user-workflow .control-label {
    width: 50%;
    text-align: right;
    line-height: 32px;
    padding-right: 12px;
    box-sizing: border-box;
}

.ResetPassword.new-user-workflow .controls {
    width: 50%;
}

.ResetPassword.new-user-workflow .validation-requirements {
    margin-bottom: 0px;
}