/* Importing fonts from Google */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* Reseting */
.seller-login-pageArea {
	background: #ecf0f3;
	width: 100%;
	height: 100% !important;
   	padding: 10px 0;

}
.wrapper {
	max-width: 500px;
	min-height: 500px;
	margin: 80px auto;
	padding: 40px 30px 30px 30px;
	background-color: #ecf0f3;
	border-radius: 15px;
	box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}

.logo {
	width: 80px;
	margin: auto;
}

.logo img {
	width: 100%;
	height: 80px;
	/* object-fit: cover; */
	border-radius: 50%;
	box-shadow: 0px 0px 3px #5f5f5f,
		0px 0px 0px 5px #ecf0f3,
		8px 8px 15px #a7aaa7,
		-8px -8px 15px #fff;
	padding: 5px;
	aspect-ratio: 1;
}

.wrapper .name {
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: 1.3px;
	padding-left: 10px;
	color: #555;
}

.wrapper .form-field input {
	width: 100%;
	display: block;
	border: none;
	outline: none;
	background: none;
	font-size: 1rem;
	color: #666;
	padding: 10px 15px 10px 10px;
	/* border: 1px solid red; */
}

.wrapper .form-field {
	padding-left: 10px;
	margin-bottom: 20px;
	border-radius: 20px;
	box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
}

.wrapper .form-field .fas {
	color: #555;
}

.wrapper .btn {
	box-shadow: none;
	width: 100%;
	height: 40px;
	background-color: #03A9F4;
	color: #fff;
	border-radius: 25px;
	box-shadow: 3px 3px 3px #b1b1b1,
		-3px -3px 3px #fff;
	letter-spacing: 1.3px;
}

.wrapper .btn:hover {
	background-color: #039BE5;
}

.wrapper a {
	text-decoration: none;
	font-size: 0.8rem;
	color: #03A9F4;
}

.wrapper a:hover {
	color: #039BE5;
}
.invalid-feedback{
	display: block !important;
}
.forgotPass-signIn-btn-area{
	display: flex;
	justify-content: space-between;
	text-align: center;
	 margin: 20px 0px;
}
.forgotPass-signIn-btn-area .btn{
	background: unset;
	border: unset;
	box-shadow: unset;
	color: #606060;
	font-weight: 500;
	letter-spacing: 1px;
}
.forgotPass-signIn-btn-area .forgotBtn{
	display: inline-block;
	width: 60%;
	text-align: start;
}
.forgotPass-signIn-btn-area .forgotBtn:hover{
	background: unset;
	border: unset;
	box-shadow: unset;
	text-decoration: underline;
	}
.forgotPass-signIn-btn-area .SignUpBtn {
	background-color: #d5f1ff;
	display: inline;
	padding: 3px 7px;
	color: #039BE5;
	font-size: 14px;
	line-height: 22px;
	width: 34%;
	display: inline-block;
	border: 1px solid #039BE5;
	font-weight: 800;
	height: 30px;
}
.forgotPass-signIn-btn-area .SignUpBtn:hover{
	color: #fff
}

/* Forgot Password Page */
.st-forgot-pass-wrapper {
	margin: 60px 0;
  }
.st-forgot-pass-wrapper .st-logo{
	text-align: center;
}
.st-forgot-pass-wrapper .st-logo img{
	width: 170px;
	margin-bottom: 20px;
}
.st-forgot-pass-cardBox {
    border-radius: 10px;
	padding:35px 25px;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}
.st-forgot-pass-cardBox h3{
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 8px;
	text-align: center;
	color: #222;
}
.st-forgot-pass-cardBox p{
	font-size: 15px;
	line-height: 24px;
	color: #6c757d;
	margin-bottom: 24px;
	text-align: center;
}
.st-verify-email-page{
	text-align: center;

}
.st-verify-email-page p{
	margin-bottom: 0;
}
.st-verify-email-page h5{
	margin-bottom: 20px;
	color: green;
	box-shadow: 0px 12px 10px -15px #bbb;
	padding: 10px 10px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
}
.st-verify-email-page .submitBtn button{
	width: unset;
	padding: 8px 20px;
}
.st-verify-email-page h5 > i{
	color: green;
	margin-right: 2px;
}
.st-verify-email-page h3{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #222;
	margin-bottom: 10px;
}

.st-forgot-pass-cardBox .btn {
    border-radius: 5px;
	background: var(--secondary);
	border: 1px solid var(--secondary);
	color: #fff;
	width: 100%;
  	font-size: 15px;
}
.st-forgot-pass-cardBox .btn:hover{
	color: #000;
}
.st-forgot-pass-cardBox .form-control {
    border-radius: 5px;
    box-shadow: none;
	font-size: 16px;
	padding: 7px;
	border: 1px solid rgb(226, 226, 226);
}
.st-forgot-pass-cardBox input::placeholder{
	font-size: 14px;
}
input:focus-visible {
	border-color: var(--secondary);
	outline: unset;
  }

.st-forgot-pass-cardBox .form-label {
    font-size: 15px;

}
.back-to-login{
	color: #6c757d;
	font-size: 13px;
	text-align: center;
}

/* Reset Password */
.st-forgot-pass-cardBox span:hover {
    text-decoration: underline;
}
.st-forgot-pass-cardBox a{
	color: var(--secondary);
}
.st-reset-pass .input-field:first-child{
	margin-bottom: 10px;
  }
.st-reset-pass label {
	font-size: 14px;
	margin-bottom: 5px;
}
.st-reset-pass input {
	width: 100%;
	padding: 7px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #b8b8b8;
}
.submitBtn button {
	margin-top: 30px;
	width: 100%;
	background-color: var(--secondary);
	border: 1px solid var(--secondary);
	color: #fff;
	padding: 8px 0;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	cursor: pointer;
  }
  .submitBtn button:hover{
	color:#fff;
	transition: 0.5s;
  }

/* Verify Email */
.st-verify-email-icon {
	text-align: center;
	margin-bottom: 15px;
  }
.st-verify-email-page .st-verify-email-icon i{
	font-size: 50px;
	color: green;
}

@media(max-width: 392px) {
.forgotPass-signIn-btn-area .SignUpBtn {
		width: 50%;
	}
	.forgotPass-signIn-btn-area .forgotBtn{
		width: 50%;
	}
}
@media(max-width: 380px) {
	.wrapper {
		margin: 30px 20px;
		padding: 40px 15px 15px 15px;
	}
}