@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');


* {
	box-sizing: border-box;
	font-family: "Inter Tight", sans-serif;
	margin: 0;
}

::placeholder {
	color: #697586;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #697586;
}


p {
	margin: 0 !important;
}

.reset-alert-notify {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    font-size: 15px;
    font-weight: 600;
    top: 20px;
}

.forgot-heading-wrapper {
	color: #ABB8CB;
	font-size: 16px;
	font-weight: 500;
	padding-top: 11px;
}

.main-button-forgot {
	background-color: #EF4665;
	margin-top: 25px;
}

.main-button-forgot button {
	background-color: transparent;
	border: none;
	height: 50px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	width: 100%;
}

.forgot-heading {
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	font-weight: 600;
}

.forgot-up-bg {
	width: 100%;
	height: 100vh;
	position: relative;
	padding: 82px;
}

.forgot-up-main {
	background-color: #07142F;
}

.forgot-up-image-corn {
	position: absolute;
	bottom: 0;
}

.main-card-signup {
	width: 427px;
}


.input-main-forgot input {
	width: 100%;
	height: 50px;
	margin-top: 21px;
	color: #fff;
	padding-left: 21px;
	border-radius: 2px;
	border: 1px solid #26314E;
	background-color: #0c1a35;
	outline: none;
}


/*  */

@media screen and (max-width: 740px) {
	.forgot-up-bg {
		padding: 40px;
	}

    .reset-alert-notify {
        font-size: 12px;
    }

	.forgot-up-image-corn {
		height: 300px !important;
	}
}

@media screen and (max-width: 1200px) {
	.forgot-up-image-corn {
		height: 700px;
	}
}


/*  */
