* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: Raleway, sans-serif;
}

body {
	background: linear-gradient(90deg, #e0a39f, #c92611);
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.screen {
	background: linear-gradient(90deg, #0081a7, #0f084b);
	position: relative;
	height: 600px;
	width: 360px;
	box-shadow: 0px 0px 24px #965c56;
}

.screen__content {
	z-index: 1;
	position: relative;
	height: 100%;
}

.screen__background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.screen__background__shape {
	transform: rotate(45deg);
	position: absolute;
}

.screen__background__shape1 {
	height: 520px;
	width: 520px;
	background: #ffffff; /* Red color */
	top: -50px;
	right: 120px;
	border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
	height: 220px;
	width: 220px;
	background: linear-gradient(90deg, #82e3f0, #1e70a0);
	top: -172px;
	right: 0;
	border-radius: 32px;
}

.screen__background__shape3 {
	height: 540px;
	width: 190px;
	background: linear-gradient(
		270deg,
		#82e3f0,
		#00447a
	); /* Reddish gradient */
	top: -24px;
	right: 0;
	border-radius: 32px;
}

.screen__background__shape4 {
	height: 400px;
	width: 200px;
	background: linear-gradient(-45deg, #4a8aeb, #82e3f0); /*4a8aeb*/
	top: 420px;
	right: 50px;
	border-radius: 60px;
}

.login {
	width: 320px;
	padding: 30px;
	/*padding-top: 156px;*/
}

.login__field {
	padding: 20px 0px;
	position: relative;
	background: #fff;
	font-size: 12px;
	margin-top: 10px;
	padding: 16px 20px;
	border-radius: 26px;
	border: 1px solid #d4d3e8;
	font-weight: 700;
}

.login__icon {
	position: absolute;
	top: 30px;
	color: #7875b5;
}

.login__input {
	border: none;
	border-bottom: 2px solid #d1d1d4;
	background: none;
	padding: 10px;
	padding-left: 24px;
	font-weight: 700;
	width: 75%;
	transition: 0.2s;
}

/*.login__input:active,
.login__input:focus,
.login__input:hover {
	outline: none;
	border-bottom-color: #6a679e;
}*/
.login__input:active,
.login__input:focus,
.login__input:hover {
	outline: none;
	border-bottom-color: #9e6a67; /* Reddish color */
}

.login__submit {
	background: #fff;
	font-size: 14px;
	margin-top: 30px;
	padding: 16px 20px;
	border-radius: 26px;
	border: 1px solid #d4d3e8;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	width: 100%;
	color: #4c489d;
	box-shadow: 0px 2px 2px #5c5696;
	cursor: pointer;
	transition: 0.2s;
}

/*.login__submit:active,
.login__submit:focus,
.login__submit:hover {
	border-color: #6a679e;
	outline: none;
}*/
.login__submit:active,
.login__submit:focus,
.login__submit:hover {
	border-color: #9e6a67; /* Reddish color */
	outline: none;
}

.button__icon {
	font-size: 24px;
	margin-left: auto;
	color: #7875b5;
}

.reset__submit {
	background: #fff;
	font-size: 14px;
	margin-top: 30px;
	padding: 16px 20px;
	border-radius: 26px;
	border: 1px solid #d4d3e8;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	width: 100%;
	color: #4c489d;
	box-shadow: 0px 2px 2px #5c5696;
	cursor: pointer;
	transition: 0.2s;
}

/*.reset__submit:active,
.reset__submit:focus,
.reset__submit:hover {
	border-color: #6a679e;
	outline: none;
}*/
.reset__submit:active,
.reset__submit:focus,
.reset__submit:hover {
	border-color: #9e6a67; /* Reddish color */
	outline: none;
}

/* Media Queries for Responsive Design */
@media screen and (max-width: 768px) {
	.container {
		padding: 20px;
	}

	.screen {
		width: 100%;
		height: auto;
		box-shadow: none;
	}

	.screen__content {
		padding: 20px;
	}

	.login {
		width: 100%;
		padding: 20px;
		padding-top: 150px;
	}

	.login__input {
		width: 100%;
	}
}

/*-------------------------------------------------------------------------------------*/
.position_notify {
	color: black;
	position: absolute;
	right: 20px;
	bottom: 80px;
	width: auto;
	height: auto;
	padding: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.alerts {
	position: absolute;
	/*top: 120px;*/
	right: 10px;
	/*width: 400px; */
	/*min-height: 300px;*/
}
.alerts .alert {
	position: relative;
	border: none !important;
	margin-bottom: 8px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}
.alerts .alert .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: -15px;
	width: 80px;
	text-align: center;
}
.alerts .alert .copy {
	margin-left: 60px;
	padding-left: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	line-height: 1.2;
}
.alerts .alert .copy h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.alerts .alert .copy p {
	font-size: 14px;
	margin-bottom: 0;
}
.alerts .alert .close {
	opacity: 1;
	background-color: #eee;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #333;
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
}
.alerts .alert.alert-info {
	background-color: #a3adb2;
	color: #eee;
	box-shadow: 0 0 20px 5px rgba(163, 173, 178, 0.5);
}
.alerts .alert.alert-info .close {
	color: #a3adb2;
	border-color: #a3adb2;
}
.alerts .alert.alert-success {
	background-color: #a4b123;
	color: #eee;
	box-shadow: 0 0 20px 5px rgba(164, 177, 35, 0.5);
}
.alerts .alert.alert-success .close {
	color: #a4b123;
	border-color: #a4b123;
}
.alerts .alert.alert-warning {
	background-color: #e7b600;
	color: #eee;
	box-shadow: 0 0 20px 5px rgba(231, 182, 0, 0.4);
}
.alerts .alert.alert-warning .close {
	color: #e7b600;
	border-color: #e7b600;
}
.alerts .alert.alert-danger {
	background-color: #c20000;
	color: #eee;
	box-shadow: 0 0 20px 5px rgba(194, 0, 0, 0.3);
}
.alerts .alert.alert-danger .close {
	color: #c20000;
	border-color: #c20000;
}
.hero {
	min-height: 500px;
}
header {
	position: relative;
}
header .markets {
	background-color: black;
	height: 30px;
}
header .navbar {
	border-radius: none;
	margin-bottom: 0;
}
header .navbar .navbar-brand {
	padding-top: 25px;
	padding-bottom: 25px;
}
header .navbar .navbar-nav > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
}

/* Media Query for Responsive Design */
@media screen and (max-width: 768px) {
	.position_notify {
		color: black;
		position: absolute;
		right: 10px;
		bottom: 10px;
		width: auto;
		height: auto;
		padding: 10px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.alerts {
		position: absolute;
		top: 120px;
		right: 30px;
		width: 100%; /* Adjusted width to make it responsive */
		min-height: 100px;
	}
}

/* Rest of the CSS remains unchanged */
