﻿.password-modifier {
    position: fixed;
    z-index: 999999;
    background-color: rgb(0, 0, 0, 90%);
    text-align: center;
    padding-top: 15%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size:14px;
}

.password-center {
    margin: auto;
    background-color: white;
    border-radius: 12px;
    width: 450px;
    padding: 20px;
    position: relative;
}

    .password-center div {
        text-align: left;
    }

.bold {
    font-weight: bold;
}

.red-text {
    color: red;
    font-weight: 500;
}

.button-div {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px;
}

.red-border{
    border-color:red !important;
}