::backdrop {
	background: black;
	opacity: 0.5;
}

#ForgotPasswordDialog{
	width: 500px;
	height: 250px;
	padding: 0;
}

.request-otp{
	margin-left: 0%;
    margin-top: 7%;
	margin-right: 7%;
}

.inside-modal {
width:100%;
height:100%;
	padding: 1rem;

}

.login_backgound {
	width: 80%;
	height: 60%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	/* margin-bottom: auto; */
	background-color: whitesmoke;
	border: 1px solid black;
	border-radius: 20px;
	box-shadow: 0px 6px 19px black;
	text-align: center;
}

.center_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	border-radius: 50%;
}

body {
	padding: 0px;
	margin: 0px;
	/* background-image: url('assets/images/login_background.svg'); */
	/* background-size: contain; */
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	background-image: linear-gradient(to right, black, whitesmoke, black);
}

a {
	text-decoration: none;
	color: inherit;
}

.inputs1 {
	position: relative;
	width: 80%;
	height: 20%;
	background-color: black;
	color: white;
	border-radius: 10px;
	border: 1px solid black;
	box-shadow: 0px 10px 19px black;
	padding-left: 10px;
	font-size: 21px;
}

.inputs1:hover {
	background-color: white;
	color: black;
}

.inputs {
	position: relative;
	width: 80%;
	height: 10%;
	background-color: black;
	color: white;
	border-radius: 10px;
	border: 1px solid black;
	box-shadow: 0px 10px 19px black;
	padding-left: 10px;
	font-size: 17px;
}

.inputs:hover {
	background-color: white;
	color: black;
}

.buttons {
	position: relative;
	width: 50%;
	height: 10%;
	background-color: black;
	color: white;
	border-radius: 10px;
	border: 1px solid black;
	box-shadow: 0px 10px 19px black;
	padding-left: 10px;
	font-size: 21px;
}

.buttons_fp {
	position: relative;
	width: 50%;
	margin-bottom: 3%;
	height: 13%;
	background-color: black;
	color: white;
	border-radius: 10px;
	border: 1px solid black;
	box-shadow: 0px 10px 19px black;
	padding-left: 10px;
	font-size: 25px;
}

.button_show {
	position: relative;
	width: 23.5%;
	height: 10%;
	background-color: black;
	color: white;
	border-radius: 10px;
	border: 1px solid black;
	box-shadow: 0px 10px 19px black;
	text-align: center;
	font-size: 17px;
}

.space_left_10px {
	margin-left: 3%;
}

.button_pass {
	position: relative;
	width: 52%;
	height: 10%;
	background-color: black;
	color: white;
	border-radius: 10px;
	border: 1px solid black;
	box-shadow: 0px 10px 19px black;
	padding-left: 10px;
	font-size: 17px;
}

.buttons:hover {
	background-color: white;
	color: black;
}

@media only screen and (min-width: 600px) {
	.login_backgound {
		width: 30%;
		height: 60%;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3%;
		/* margin-bottom: auto; */
		background-color: whitesmoke;
		border: 1px solid black;
		border-radius: 20px;
		box-shadow: 0px 6px 19px black;
		text-align: center;
	}

	.center_logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 15%;
		border-radius: 50%;
	}

	body {
		padding: 0px;
		margin: 0px;
		/* background-image: url('assets/images/login_background.svg'); */
		/* background-size: contain; */
		font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
		background-image: linear-gradient(to right, black, whitesmoke, black);
	}

	a {
		text-decoration: none;
		color: inherit;
	}

	.inputs {
		position: relative;
		width: 80%;
		height: 10%;
		background-color: black;
		color: white;
		border-radius: 10px;
		border: 1px solid black;
		box-shadow: 0px 10px 19px black;
		padding-left: 10px;
		font-size: 1.5vw;
	}

	.inputs:hover {
		background-color: white;
		color: black;
	}

	.buttons {
		position: relative;
		width: 52.5%;
		height: 10%;
		background-color: black;
		color: white;
		border-radius: 10px;
		border: 1px solid black;
		box-shadow: 0px 10px 19px black;
		padding-left: 10px;
		font-size: 1.5vw;
	}

	.button_show {
		position: relative;
		width: 23.5%;
		height: 10%;
		background-color: black;
		color: white;
		border-radius: 10px;
		border: 1px solid black;
		box-shadow: 0px 10px 19px black;
		text-align: center;
		font-size: 1.5vw;
	}

	.space_left_10px {
		margin-left: 3%;
	}

	.button_pass {
		position: relative;
		width: 52%;
		height: 10%;
		background-color: black;
		color: white;
		border-radius: 10px;
		border: 1px solid black;
		box-shadow: 0px 10px 19px black;
		padding-left: 10px;
		font-size: 1.5vw;
	}

	.buttons:hover {
		background-color: white;
		color: black;
	}
}

@media only screen and (min-width: 2000px) {
	.login_backgound {
		width: 25%;
		height: 30%;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5%;
		/* margin-bottom: auto; */
		background-color: whitesmoke;
		border: 1px solid black;
		border-radius: 1vw;
		box-shadow: 0px 6px 19px black;
		text-align: center;
	}

	.center_logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 15%;
		border-radius: 50%;
	}

	.space_left_10px {
		margin-left: 150px;
	}

	body {
		padding: 0px;
		margin: 0px;
		/* background-image: url('assets/images/login_background.svg'); */
		/* background-size: contain; */
		font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
		background-image: linear-gradient(to right, black, whitesmoke, black);
	}

	a {
		text-decoration: none;
		color: inherit;
	}

	.inputs {
		position: relative;
		width: 80%;
		height: 10%;
		background-color: black;
		color: white;
		border-radius: 10px;
		border: 1px solid black;
		box-shadow: 0px 10px 19px black;
		padding-left: 10px;
		font-size: 1vw;
	}

	.inputs:hover {
		background-color: white;
		color: black;
	}

	.button_show {
		position: relative;
		width: 23.5%;
		height: 10%;
		background-color: black;
		color: white;
		border-radius: 10px;
		border: 1px solid black;
		box-shadow: 0px 10px 19px black;
		text-align: center;
		font-size: 1vw;
	}

	.space_left_10px {
		margin-left: 3%;
	}

	.button_pass {
		position: relative;
		width: 52%;
		height: 10%;
		background-color: black;
		color: white;
		border-radius: 10px;
		border: 1px solid black;
		box-shadow: 0px 10px 19px black;
		padding-left: 10px;
		font-size: 1vw;
	}

	.buttons {
		position: relative;
		width: 50%;
		height: 10%;
		background-color: black;
		color: white;
		border-radius: 10px;
		border: 1px solid black;
		box-shadow: 0px 10px 19px black;
		padding-left: 10px;
		font-size: 1vw;
	}

	.buttons:hover {
		background-color: white;
		color: black;
	}
}
