.lgn-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

.lgn-card {
	background: #FCFCFC;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 30px;
	width: 450px;
	text-align: center;
}

.lgn-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #333;
	font-family: 'Saira', sans-serif;
}

.lgn-form-group {
	margin-bottom: 15px;
	text-align: left;
}

.lgn-form-control {
	width: 100%;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	font-size: 14px;
	font-family: 'Saira', sans-serif;
}

.lgn-forgot {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #007bff;
	text-decoration: none;
	margin-bottom: 15px;
	font-family: 'Saira', sans-serif;
}

.lgn-forgot:hover {
	text-decoration: underline;
}

.lgn-social {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.lgn-social-btn {
	flex: 1;
	padding: 8px;
	border-radius: 4px;
	font-size: 14px;
	border: 1px solid #ced4da;
	cursor: pointer;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	font-family: 'Saira', sans-serif;
}

.lgn-social-btn img {
	width: 18px;
	margin-right: 8px;
}

.lgn-social-btn:last-child {
	margin-right: 0;
}

.lgn-container .lgn-card .lgn-btn {
	background-color: #38A7EA;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	width: 100%;
	margin-top: 15px;
}

.lgn-container .lgn-card .lgn-btn:hover {
	background-color: #007bff;
}

.restpasschkemail-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

.restpasschkemail-card {
	background: #FCFCFC;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 30px;
	width: 450px;
	text-align: center;
}

.restpasschkemail-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #333;
}

.restpasschkemail-box {
	background: #F8F9FA;
	border-radius: 6px;
	padding: 15px;
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.5;
}

.restpasschkemail-box strong {
	font-weight: bold;
}

.restpasschkemail-btn {
	background-color: #38A7EA;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
}

.restpasschkemail-btn:hover {
	background-color: #007bff;
}

.restpasschkemail-back {
	display: block;
	font-size: 14px;
	color: #007bff;
	text-decoration: none;
	font-weight: bold;
}

.restpasschkemail-back:hover {
	text-decoration: underline;
}

.restpass-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

.restpass-card {
	background: #FCFCFC;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 30px;
	width: 400px;
	text-align: center;
}

.restpass-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #333;
	font-family: 'Saira', sans-serif;
}

.restpass-description {
	font-size: 14px;
	color: #6c757d;
	margin-bottom: 20px;
	font-family: 'Saira', sans-serif;
}

.restpass-form-group {
	margin-bottom: 15px;
	text-align: left;
}

.restpass-form-control {
	width: 100%;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	font-size: 14px;
	font-family: 'Saira', sans-serif;
}

.restpass-btn {
	background-color: #38A7EA;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	width: 100%;
	font-family: 'Saira', sans-serif;
}

.restpass-btn:hover {
	background-color: #007bff;
}

.restpass-back {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	color: #007bff;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Saira', sans-serif;
}

.restpass-back:hover {
	text-decoration: underline;
}

.restpassform-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

.restpassform-card {
	background: #FCFCFC;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 30px;
	width: 400px;
	text-align: center;
}

.restpassform-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #333;
	font-family: 'Saira', sans-serif;
}

.restpassform-description {
	font-size: 14px;
	color: #6c757d;
	margin-bottom: 20px;
	font-family: 'Saira', sans-serif;
}

.restpassform-form-group {
	margin-bottom: 15px;
	text-align: left;
}

.restpassform-form-control {
	width: 100%;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	font-size: 14px;
	font-family: 'Saira', sans-serif;
}

.restpassform-btn {
	background-color: #38A7EA;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	width: 100%;
	font-family: 'Saira', sans-serif;
}

.restpassform-btn:hover {
	background-color: #007bff;
}

.restpassform-back {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	color: #007bff;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Saira', sans-serif;
}

.restpassform-back:hover {
	text-decoration: underline;
}

.reg-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

.reg-card {
	background: #FCFCFC;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 30px;
	width: 510px;
	text-align: center;
	margin-top: 1%;
}

.reg-title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #333333;
	font-family: 'Saira', sans-serif;
}

.form-group {
	margin-bottom: 15px;
}

.form-control {
	width: 100%;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	font-size: 16px;
	font-family: 'Saira', sans-serif;
}

.reg-container .reg-card .reg-btn {
	background-color: #38A7EA;
	color: white;
	padding: 10px 30px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	margin-top: 20px;
	width: 100%;
}

.reg-container .reg-card .reg-btn:hover {
	background-color: #007bff;
}

.reg-social-login {
	display: flex;
	gap: 10px;
	margin-top: 20px;
	justify-content: center;
}

.reg-social-btn {
	flex: 1;
	padding: 10px;
	border-radius: 4px;
	font-size: 14px;
	border: 1px solid #7B7B7B;
	cursor: pointer;
	color: #7B7B7B;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reg-social-btn img {
	width: 20px;
	margin-right: 8px;
}

.reg-terms-text {
	font-size: 12px;
	color: #7B7B7B;
	margin-top: 20px;
}

.reg-terms-text a {
	color: #007bff;
	text-decoration: none;
}

.reg-terms-text a:hover {
	text-decoration: underline;
}

.reg-login-link {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #007bff;
	text-decoration: none;
}

.reg-login-link:hover {
	text-decoration: underline;
}

.reg-error-mg {
	color: red;
	font-size: 14px;
	margin-top: 5px;
	display: block;
	text-align: left;
}

.reg-social-register {
	display: flex;
	gap: 10px;
	margin-top: 40px;
}

.reg-social-icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.reg-btn-base {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 16px;
	border: none;
	color: white;
	cursor: pointer;
}

.reg-google-btn,
.reg-facebook-btn {
	flex: 1;
	padding: 10px 0;
	border-radius: 4px;
	font-size: 16px;
	border: 1px solid #7B7B7B;
	cursor: pointer;
	color: #7B7B7B;
	font-family: 'Saira', sans-serif;
}

.reg-google-btn {
	background-color: #FFFFFF;
}

.reg-google-btn:hover {
	background-color: #FFFFFF;
}

.reg-facebook-btn {
	background-color: #FFFFFF;
}

.reg-facebook-btn:hover {
	background-color: #FFFFFF;
}
