.modal-popup-dialog {
	display: none;
	position: fixed;
	background-color: rgb(0, 0, 0, 0.5);
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1000
}

.modal-popup-container {
	border-radius: 10px;
	position: fixed;
	top: 35%;
	width: 290px;
	padding: 20px;
	left: 50%;
	background: #FFF;
	color: #000;
	transform: translate(-50%, 0)
}

.modal-popup-content {
	color: #000;
	font-family: Verdana;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
}

.modal-popup-primary-button {
	border-radius: 10px;
	padding: 0px 10px 0px 10px;
	border-radius: 4px;
	border: 1px solid #079EB4;
	background: #079EB4;
	color: var(--Base-white, #FFF);
	font-family: Verdana !important;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.mfa-phone-modal-container {
	border-radius:0px;
	width:450px;
	top:25%
}
.mfa-phone-modal-container-header {
	color:#dc9725;
	font-weight:bold;
	font-size: 22px;
	margin: 0px;
}

.mfa-phone-modal-cancel-icon {
	color:gray;
	cursor: pointer
}

.mfa-phone-modal-enter-phone-txt {
	margin-bottom:5px
}

.mfa-phone-modal-donot-show-ip {
	margin-left:0px; 
	vertical-align:middle
}

.mfa-phone-modal-primary-btn {
	padding: 2px 20px;
	color: white;
	background-image: url(/images/blueback.gif);
	border-width: 1px;
}

.mfa-phone-modal-secondary-btn {
	padding: 2px 10px;
	border-width: 1px;
}

.mfa-phone-modal-err-box {
    display: none;
    vertical-align: top;
}

.ph-save-err {
	display: none;
	color:red;
	font-weight: bold;
	text-align: left;
}

.ph-save-success {
	display: none;
	color: #E5B361;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}