/* Login and registatipn page css only for menoyearbooks.com domain */
	.login-form {
		border-radius: 30px !important;
	}

	.login-header-yb {
		border-radius: 30px 30px 0 0 !important;
		background-color: white !important;
	}

	.text-pink {
		color: #D9436B;
		font-size: 40px;
		font-weight: 600;
	}

	.form-control {
		height: 45px !important;
		border-radius: 10px !important
	}

	.login-para-text {
		font-size: 18px !important;
		color: black !important;
		padding: 10px !important;
		margin: 0px !important;
	}

	.login-yb {
		padding: 10px !important;
		color: #D9436B !important;
	}

	.btn-login,
	.btn-retrieve-pass {
		color: #fff !important;
		background-color: #D9436B !important;
		border: 1px solid #D9436B !important;
		font-size: 18px;
		padding: 15px 30px;
		width: 100%;
		max-width: 220px;
		border-radius: 25px;
	}

	.btn-login:hover,
	.btn-retrieve-pass:hover {
		color: #D9436B !important;
		background-color: #fff !important;
		border-color: #D9436B !important;
	}

	.login-body {
		padding: 50px 100px !important;
		background-color: white !important;
		border-radius: 0 0 30px 30px;
	}

	.forgot-password {
		margin-top: 10px;
		margin-bottom: 35px;
	}

	.light-blue-bg {
		background: #d5f1ff !important;
		height: 100vh !important;
	}

	/* registration page style */
	.registration-form {
		border-radius: 30px !important;
		padding: 13px !important;
	}

	.form-control {
		height: 45px !important;
	}

	.custom-select select,
	.custom-select input[type="number"] {
		height: 45px !important;
		border-radius: 10px !important
	}

	.bg-light-blue {
		background: #d5f1ff !important;
	}

	.bg-white {
		background: #ffffff;
	}

	.h-auto {
		height: auto !important;
	}

	.reg-title {
		margin-bottom: 8px;
		margin-top: 20px;
		color: #D9436B;
		font-size: 22px;
	}

	.text-pink {
		color: #D9436B;
		font-size: 40px;
		font-weight: 600;
	}

	.text-black {
		color: #000;
		font-size: 18px;
	}

	.txt-margin {
		margin-bottom: 45px !important;
	}

	.form label {
		color: #000;
	}

	.rounded-input {
		border-radius: 8px;
	}

	.btn-registration {
		color: #fff !important;
		background-color: #D9436B !important;
		border: 1px solid #D9436B !important;
		border-color: #D9436B !important;
		font-size: 18px;
		padding: 15px 30px;
		width: 100%;
		max-width: 220px;
		border-radius: 25px;
	}

	.btn-registration:hover {
		color: #D9436B !important;
		background-color: #fff !important;
		border-color: #D9436B !important;
	}

	.logo-padding {
		padding: 35px;
	}

	.registration-pink-para {
		color: #D9436B !important;
	}

	.privacy-policy-txt {
		font-size: 15px;
		text-align: center;
	}

	.login-header h2 {
		font-family: "Rubik-SemiBold" !important;
		font-size: 40px !important;
	}