/*--==============================Login-Page==============================--*/
.sign-Sec {
	background: #2F3C4B;
	width: 100%;
	height: 100vh;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

.sign-Col {
	max-width: 1170px;
	width:60%;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	
	
}
.left-col{ width:35%; height:414px; float:left; margin:18px 0; border-radius: 10px 0 0 10px; padding:150px 0; text-align:center; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4d5cbc+0,6238a4+100 */
background: #4d5cbc; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4d5cbc 0%, #6238a4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #4d5cbc 0%,#6238a4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #4d5cbc 0%,#6238a4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d5cbc', endColorstr='#6238a4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.left-col h2{ color:#fff; font-size:30px}
.left-col p{ color:#fff; font-size:13px}
.right-col{background: #fff;
	width:65%;
	padding: 75px 80px;
	box-shadow: 1px 0px 10px rgba(0,0,0,.18);
	margin: 0 auto;
	border-radius: 10px;
	height:450px}
	
.left-col,.right-col{ float:left;}	
.right-col h2 {
	font-size: 18px;
	color: #2F3C4B;
	margin: 0 0 30px;
	text-align:center;
}
.right-col .form-control {
	border: 1px solid #CBCBCB;
	border-radius: 2px;
	box-shadow: none;
	font-size: 13px;
	font-weight: 400;
	color: #666;
	height: 44px;
}
.inputRow {
	position: relative;
	margin-bottom: 15px;
}
.col-user {
	position: absolute;
	right: 0;
	top: 0;
	padding: 12px 14px;
}
.right-col p {
	font-size: 12px;
	color: #039BE5;
	text-align: left;
	margin-bottom: 20px;
}
.inputRow button,.inputRow a {
	background: #2F3C4B;
	padding: 12px 0;
	width: 100%;
	border-radius: 3px;
	border: none;
	font-size: 12px;
	color: #fff;
}

.pass_inp {
	background-image: url(../images/pssword.png);
	background-repeat: no-repeat;
	background-position: right 12px;
	padding-right: 40px;
}
.msg_inp {
	background-image: url(../images/msg.png);
	background-repeat: no-repeat;
	background-position: right 12px;
	padding-right: 40px;	
}

.error{ font-size:13px; color:#f00;}

.inputRow a{background: #737373 !important;}


@media only screen and (max-width: 991px) {
 .left-col {
	width: 100%;
	height:auto;
	float: none;
	margin:15px 0;
	border-radius: 10px;
	padding: 25px 0;
}
.right-col {
	background: #fff;
	width: 100%;
	padding: 35px;
	box-shadow: 1px 0px 10px rgba(0,0,0,.18);
	margin: 0 auto;
	border-radius:10px;
	height: auto; 
}
}
@media only screen and (max-width: 767px) {
.sign-Col{ width:90%}	
}