.redirect {
	color :#5FA7F9;
}
.redirect:hover {
	background-color: #1e5592;
	color :#5FA7F9;
}
.account-text-2 .redirect:hover {
	background-color: #fff;
}
.loader-holder {
	float: left;
	padding-bottom: 20px;
	padding-left: 20px;
}
.input-group-addon:first-child {
	border-radius: 0px;
}
.popover {
	border: 1px solid #345479!important;
	background-color: #345479;
	border-radius: 0px;
}
.popover-content {
	background-color: #345479;
	color: #FFFFFF;
	padding: 10px;
}
.verify-note {
	padding-bottom: 10px;
}
.progress {
	margin-top: 20px;
	background-color: #7ba9d0;
	margin-bottom: 5px;
}
.progress-bar {
	background-color: #245f92;
}
.note-progess {
	font-style: italic;
	padding-top: -10px;
}
.verify-message {
	padding-bottom: 0px;
}
.message-icon {
	font-size: 25px;
	padding-bottom: 5px;
	color: #1f5592;
}
.message-text {
	color :#265fa0;
}
@media screen and (max-width: 1600px) and (min-width: 992px) {
	.media-margin {
		padding-top: 10px;
	}
	.left-div {
		background-color: #074FA166;
		border: 1px solid #629bdc;
		height: 350px;
		width: 55%;
		float: left;
	}

	.right-div {
		background-color: #fff;
		border: 1px solid #fff;
		height: 350px;
		width: 45%;
		float: right;
	}
	
	.signupLogo {
		display: block;
		padding-top: 30px;
		margin-left: auto;
		margin-right: auto;
		width: 20%;
	}

	.bd-text {
		padding-top: 10%;
		font-weight: bold;
		color: #fff;
		font-size: 25px;
	}

	.account-text {
		color : #f9eeee;
		font-style: italic;
		padding-top: 30px;
	}
	.account-text-2 {
		color: #4a4646;;
	}
	.account-text-footer, .progress-register-bottom {
		display: none;
	}
	.register-text {
		font-size: 16px;
		color: #074fa1;
		font-weight: bold;
	}
	.progress-register {
		padding-top: 20px;
		color: #fff;
	}
}

@media screen and (max-width: 991px) and (min-width: 500px) {
	.media-margin {
		margin-top: 0px;
	}

	.left-div {
		background-color: #074FA166;
		border: 1px solid #629bdc;
		height: 550px;
		width: 40%;
		float: left;
	}

	.right-div {
		background-color: #fff;
		border: 1px solid #fff;
		height: 550px;
		width: 60%;
		float: right;
	}

	.signupLogo {
		display: block;
		padding-top: 80px;
		margin-left: auto;	
		margin-right: auto;
		width: 50%;
	}

	.bd-text {
		padding-top: 10%;
		font-size: 28px;
		font-weight: bold;
		color: #fff;
	}

	.account-text {
		color : #f9eeee;
		font-style: italic;
		padding-top: 40px;
	}
	.account-text-footer, .progress-register-bottom {
		display: none;
	}

	.register-text {
		font-size: 16px;
		color: #074fa1;
		font-weight: bold;
	}
}

@media screen and (max-width: 499px) and (min-width: 0px) {
	.media-margin {
		margin-top: -100px!important;
	}
	.left-div {
		background-color: #2b5a8e;
		border: 1px solid #629bdc;
		height: 100px;
		width: 100%;
		float: left;
	}
	.right-div {
		background-color: #fff;
		border: 1px solid #fff;
		height: 650px;

	}
	.signupLogo {
		display: block;
		padding-top: 30px;
		float:left;
		padding-left: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 15%;
	}

	.bd-text {
		padding-top: 30px;
		font-size: 28px;
		font-weight: bold;
		color: #fff;
	}

	.account-text, .progress-register {
		display: none;
	}
	.account-text-footer {
		color : #f9eeee;
		font-style: italic;
		padding-top: 40px;
	}

	.register-text {
		font-size: 16px;
		color: #074fa1;
		font-weight: bold;
	}
}

.btn-eye {
	background-color: #2E6DA4;
	color: #fff;
	height: 34px;
	border-radius: 0px;
}
@-webkit-keyframes blink {50% { color: transparent }}
@keyframes blink {50% { color: transparent }}
.loader__dot { -webkit-animation: 1s blink infinite; animation: 1s blink infinite }
.loader__dot:nth-child(2) { -webkit-animation-delay: 250ms; animation-delay: 250ms }
.loader__dot:nth-child(3) { -webkit-animation-delay: 500ms; animation-delay: 500ms }
