﻿.change_password {
	position: absolute;
	max-width: 480px;
	min-height: 305px;
	max-height: calc(100dvh);
	width: calc(100vw - 10px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-radius: 2px;
	top: 95px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	background-color: #ebeded;
	font-size: 15px;
	display: none;
	z-index: 111;
	overflow: hidden;
	bottom: 0;
	font-family: -apple-system, FuturaPTCond-Bold, "sans-serif-condensed", BlinkMacSystemFont, Segoe UI, Roboto, Open Sans Condensed, sans-serif !important;
	font-size: 25px;
	color: #545454;
	text-align: center;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .4) !important;
	border: 1px solid hsla(0, 0%, 100%, .1) !important;
}


#click_change_password {
	padding: 15px;
	color: black;
	cursor: pointer;
	height: 50px;
	width: 90%;
	justify-self: center;
	margin-bottom: 15px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	color: #3f3f3f;
	background-color: #58d7af;
}

#message_change_password {

padding:25px;
}