﻿
body {
	background-image: linear-gradient(to top right, #3f51b5, #e91e63);
	height: 100%;
	margin: 0;
}

h1 {
	margin: 0;
}

a {
	text-decoration: none;
	color: #0d28c0;
}

	a:hover {
		color: #071561;
	}

.left-container h1 {
	color: #e31837;
}

.main-container {
	display: flex;
	width: 70%;
	height: 385px;
	/* min-height: 80vh;*/
	background-color: white;
	margin: 15vh auto;
	border-radius: 12px;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
}

.left-container {
	width: 50%;
	height: 100%;
	background-color: white;
	border-radius: 10px 0 0 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.right-container {
	width: 60%;
	height: 100%;
	/*background-image: url('https://images.unsplash.com/photo-1519408469771-2586093c3f14?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2147&q=80');*/
	background-image: url('../img/photo-1519408469771-2586093c3f14.jpg');
	background-position: center;
	background-size: cover;
	border-radius: 0 10px 10px 0;
}

.signup-form {
	width: 70%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

	.signup-form input {
		border-radius: 200px;
		padding: 5px 15px;
		/*height: 2rem;
		font-size: 1rem;*/
		background-color: #ddd;
		color: #444;
		border: none;
	}

	.signup-form input {
		display: block;
		margin-top: 1rem;
		width: 100%;
		font-family: inherit;
	}

		.signup-form input.first-name,
		.signup-form input.last-name {
			width: 48%;
		}

		.signup-form input:focus {
			outline: none;
		}

	.signup-form button {
		color: white;
		background-color: #bf360c;
		border: none;
		padding: 1rem;
		font-family: inherit;
		border-radius: 10px;
		font-size: 1.5rem;
		display: block;
		width: 50%;
		margin: auto;
		margin-top: 2rem;
	}

		.signup-form button:hover {
			background-color: #83260a;
			cursor: pointer;
		}

button.disabled {
	color: grey;
	background-color: darkgrey;
}

	button.disabled:hover {
		color: grey;
		background-color: darkgrey;
		cursor: unset;
	}

.signin-link {
	color: #777;
}

	.signin-link:hover {
		color: #333;
		cursor: pointer;
	}

@media (max-width:1240px) {
	.left-container {
		width: 50%;
	}

	.right-container {
		width: 50%;
	}
}

@media (max-width:970px) {
	.signup-form button {
		font-size: 1rem;
	}

	.signup-form input[type="checkbox"] + label {
		font-size: 0.8rem;
	}

	.signin-link {
		font-size: 0.8rem;
	}
}

@media (max-width:950px) {
	.left-container {
		width: 100%;
		border-radius: 10px;
	}

	.main-container h1 {
		font-size: 1.5rem;
		margin-top: 0.5rem;
	}

	.signup-form input {
		margin-top: 0.5rem;
	}
}

@media (max-width:550px) {
	.main-container {
		width: 90%;
		left: 5%;
	}
}

.CaptchaWrap {
	position: relative;
}

.CaptchaTxtField {
	border-radius: 5px;
	border: 1px solid #ccc;
	display: block;
	box-sizing: border-box;
}


#CaptchaImageCode {
	text-align: center;
	margin-top: 15px;
	padding: 0px 0;
	width: 300px;
	overflow: hidden;
}

.capcode {
	font-size: 46px;
	display: block;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
	letter-spacing: 1px;
	color: #ccc;
	font-weight: 100;
	font-style: italic;
}

.btnSubmit {
	/* border: 1px solid #e31837 !important;*/
	/* margin-top: 15px; */
	/* border: 0px; */
	padding: 10px 20px;
	border-radius: 5px !important;
	font-size: 13px !important;
	background-color: #e31837 !important;
	color: #fff !important;
	cursor: pointer;
	width: auto !important;
	font-weight: bold !important;
}

.error {
	color: red;
	font-size: 12px;
	display: none;
}

.success {
	color: green;
	font-size: 18px;
	margin-bottom: 15px;
	display: none;
}

.right-form {
	background-color: rgba(0, 0, 0, 0.63);
	text-align: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.btnSSO {
	border: 1px solid #e31837 !important;
	padding: 10px 20px;
	border-radius: 5px !important;
	font-size: 18px;
	background-color: #e31837;
	color: #fff;
	cursor: pointer;
}

.non-mahindraLabel {
	color: #e31837;
}

.mahindraLabel {
	color: #fff;
}



body {
	background-image: linear-gradient(to top right, #3f51b5, #e91e63);
	height: 100vh;
	margin: 0;
	overflow-y: hidden;
}

html, body, p, h1, h2, h3, h4, h5, h6, div, span, button, strong, tr, td, th, text, textarea, label {
	font-family: 'Heebo';
}

h1 {
	margin: 0;
}

a {
	text-decoration: none;
	color: #0d28c0;
}

	a:hover {
		color: #071561;
	}

.left-container h1 {
	color: #e31837;
	border-bottom: none;
}

.main-container {
	display: flex;
	width: 70%;
	height: 385px;
	/* min-height: 80vh;*/
	background-color: white;
	margin: 20vh auto;
	border-radius: 12px;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
}

.left-container {
	width: 50%;
	height: 100%;
	background-color: white;
	border-radius: 10px 0 0 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.right-container {
	width: 60%;
	height: 100%;
	/*background-image: url('https://images.unsplash.com/photo-1519408469771-2586093c3f14?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2147&q=80');*/
	background-image: url('../img/photo-1519408469771-2586093c3f14.jpg');
	background-position: center;
	background-size: cover;
	border-radius: 0 10px 10px 0;
}

.signup-form {
	width: 70%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

	.signup-form input {
		border-radius: 5px;
		padding: 7px 15px;
		/*height: 2rem;*/
		/*font-size: 1rem;*/
		background-color: #ddd;
		color: #444;
		border: none;
	}

	.signup-form input {
		display: block;
		margin-top: 0.8rem;
		width: 90%;
		font-family: inherit;
	}

		.signup-form input.first-name,
		.signup-form input.last-name {
			width: 48%;
		}

		.signup-form input:focus {
			outline: none;
		}

	.signup-form button {
		color: white;
		background-color: #bf360c;
		border: none;
		padding: 1rem;
		font-family: inherit;
		border-radius: 10px;
		font-size: 1.5rem;
		display: block;
		width: 50%;
		margin: auto;
		margin-top: 2rem;
	}

		.signup-form button:hover {
			background-color: #83260a;
			cursor: pointer;
		}

button.disabled {
	color: grey;
	background-color: darkgrey;
}

	button.disabled:hover {
		color: grey;
		background-color: darkgrey;
		cursor: unset;
	}

.signin-link {
	color: #000;
	text-decoration: underline;
}

	.signin-link:hover {
		color: #333;
		cursor: pointer;
	}

@media (max-width:1240px) {
	.left-container {
		width: 50%;
	}

	.right-container {
		width: 50%;
	}
}

@media (max-width:970px) {
	.signup-form button {
		font-size: 1rem;
	}

	.signup-form input[type="checkbox"] + label {
		font-size: 0.8rem;
	}

	.signin-link {
		font-size: 0.8rem;
	}
}

@media (max-width:950px) {
	.left-container {
		width: 100%;
		border-radius: 10px;
	}

	.main-container h1 {
		font-size: 1.5rem;
		margin-top: 0.5rem;
	}

	.signup-form input {
		margin-top: 0.5rem;
	}
}

@media (max-width:550px) {
	.main-container {
		width: 90%;
		left: 5%;
	}
}

.CaptchaWrap {
	position: relative;
}

.CaptchaTxtField {
	border-radius: 5px;
	border: 1px solid #ccc;
	display: block;
	box-sizing: border-box;
}


#CaptchaImageCode {
	text-align: center;
	margin-top: 4px;
	padding: 0px 0;
	width: 300px;
	overflow: hidden;
}

.capcode {
	font-size: 46px;
	display: block;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
	letter-spacing: 1px;
	color: #ccc;
	font-weight: 100;
	font-style: italic;
}

.ReloadBtn {
	/*background: url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat;*/
	background: url('../img/Captcha.png') left top no-repeat;
	border-bottom: none !important;
	background-size: 100%;
	width: 3px !important;
	/*height: 32px !important;*/
	border: 0px;
	margin-top: 5px !important;
	outline none;
	position: relative;
	/*bottom: 30px;
	left: 310px;*/
	outline: none;
	cursor: pointer;
	background-color: transparent !important;
}

.btnSubmit {
	/* border: 1px solid #e31837 !important;*/
	/* margin-top: 15px; */
	/* border: 0px; */
	padding: 10px 20px;
	border-radius: 5px !important;
	font-size: 18px;
	background-color: #e31837;
	color: #fff;
	cursor: pointer;
}

.error {
	color: red;
	font-size: 12px;
	display: none;
}

.success {
	color: green;
	font-size: 18px;
	margin-bottom: 15px;
	display: none;
}

.right-form {
	background-color: rgba(0, 0, 0, 0.63);
	text-align: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.btnSSO {
	border: 1px solid #e31837 !important;
	padding: 10px 20px;
	border-radius: 5px !important;
	font-size: 18px;
	background-color: #e31837;
	color: #fff;
	cursor: pointer;
}

.non-mahindraLabel {
	color: #e31837;
}

.mahindraLabel {
	color: #fff;
}

.selectClass {
	border-radius: 200px;
	padding: 5px 15px;
	height: 2rem;
	font-size: 1rem;
	background-color: #ddd;
	color: #444;
	border: none;
	display: block;
	margin-top: 1rem;
	width: 100%;
	font-family: inherit;
}

.blink_me {
	color: red;
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}
