.pw-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1090;
}

.pw-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 15px #000000;
    width: 300px;
    text-align: center;
}

.pw-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.pw-close:hover, .pw-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.pw-button {
	color: #FFF;
	background-color: #f39f64;
	border: none;
	padding: 4px;
	}
	
.pw-input {
	color: #f39f64;
	border: none;
	background-color: #eee;
	padding: 4px;
	}
	
#passwordModal p {
	color: #999;
	padding: 4px;
	}