#alertError, #confirmAlert, #confirmAlert-single, #confirmPassword, #alertModal{
    display: none;
    position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.error-containerModal{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.error-msjBox{
	background-color: rgb(246,143,31);
	position: relative;
}
.error-msj{
	background-color: rgb(141,198,53);
	color: rgb(64,30,23);
	overflow: auto;
	text-align: center;
}
.error-btnItem{
    display: inline-block;
	text-align: center;
    }
    .error-btnItem-alone{
	text-align: center;
}
.error-btnItem button, .error-btnItem-alone button{
	background-color: rgb(0,145,137);
	color:rgb(255,255,255);
}
.error-btnItem button:hover, .error-btnItem-alone button:hover{
	background-color: rgb(0,174,217);
	cursor: pointer;
}
.confirm-pswd-input{
	text-align: center;
}