/* css scroll */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track {
	background:#efefef; 
}
::-webkit-scrollbar-thumb {
	background:#ccc; 
}
::-webkit-scrollbar-thumb:hover {
	background: #ddd; 
}

p{
	display:none;
}
a{
	text-decoration: none;
}
h1, h2, h3, p{
	margin:0;
}
p{
	font-size: 12px;
}
:focus{
	outline: none;
}
.error, .errorSummary{
	color:red;
	font-size:12px;
}
.errorSummary > ul{
	list-style:none;
	margin-bottom:0px;
}
.required{
	color:red;
}
.clearfix{
	clear:both;
}
html, body {
    height: 100%;
    margin: 0;
    font-weight: 300;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body {
	color: white;
	font-weight: 300;
}
.logo {
    min-width: 200px;
    max-width: 300px;
}
.wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.login-body:before {
	content: '';
	position:absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-image: linear-gradient(to right,#74DA9F,rgba(192, 233, 248, 0.5),#74DA9F);
	background-repeat:repeat;
}

.clr-1{
	color: #2a1e67;
}
.clr-2{
	color: #666;
}
.clr-3{
	color: #fff;
}
.clr-4{
	color:#000;
}



.pro-body{
	position: relative;
	width: 95%;
	margin: auto;
	margin-top:2.5%;
	background: rgba(131, 145, 162, 0.3);
	border-radius: 20px;
}
.pro_name{
	background: #333;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 1900px){
	.pro-body{
		min-height: 90%;
	}
}
@media (max-width: 767px){
	.pro-body{
		min-height: 0;
	}
	.pro_name{
		font-size: 1.2rem;
	}
	img{
		width: 80%;
	}
}

.pro-line{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pro-line_left{
	width: 55%;
	padding: 20px;
	float: left;
	text-align: center;
}

.pro-line_verical{
	background: rgba(255,255,255,0.4);;
	float: left;
}

.pro-line_right{
	width: 35%;
	padding: 20px;
	float: left;
	text-align: center;
}
.pro-line_right > h3{
	width:100%;
	text-align: center;
	text-shadow: 2px 2px 8px #777;
}

@media (max-width: 1900px){
	.pro-line_verical{
		width: 1px;
		height: 360px;
	}
}
@media (max-width: 767px){
	.pro-line_left{
		width: 100%;
	}
	.pro-line_verical{
		width: 100%;
		height: 1px;
	}
	.pro-line_right{
		width: 100%;
	}
	.pro-line_right > h3{
		color: #434a5c;
	}
}

.pro-head_login{
	padding: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
}
.pro-head_login > .title{
	text-transform: uppercase;
    width: 50%;
    text-shadow: 2px 2px 8px #777;
}
.pro-head_login > .icon{
	font-size: 24px;
}
.pro-body_login{
	padding: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
}

@media (max-width: 767px){
	.pro-head_login > .title{
		width: 100% !important;
		text-align: center;
		align-items: center;
		color: #434a5c;
	}
	.pro-head_login > .title > h1, .pro-head_login > .title > h2{
		font-size: 1.6rem !important;
		font-weight: 500;
		text-transform: capitalize;
	}
	.pro-head_login > .icon{
		display:none;
	}
	.pro-head_login{
		padding: 0 !important;
	}
	.pro-body_login{
		padding: 0 !important;
	}
}
.pro-top_200{
	top:100px
}


.form-vertical{
	width:300px;
	display: block; 
	margin: auto;
}
.form-control{
	display: block;
	border-radius:4px;
	height:34px;
	padding:6px 15px;
	background-color: transparent;
	border: 1px solid #fff;
	color:#fff;
	font-size:14px;
	width:100%;
	line-height: 1;
	box-sizing: border-box;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control{
	margin-top:1.3rem;
}
.form-control::-moz-placeholder{
	color:#fff;
	opacity:1
}
.form-control:-ms-input-placeholder{
	color:#fff
}
.form-control::-webkit-input-placeholder{
	color:#fff
}

.form-group{
	margin-bottom: 1rem;
	color: #333;
    font-size: 16px;
}

.clean-margin{
	margin:0;
}
.clearfix{
	clear: both;
}

.btn, a.btn{
	padding: 6px 0;
	border-radius:4px;
	color: #fff;
	background-color: #ff146c;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid transparent;
	cursor: pointer;
	white-space: nowrap;
	width:100%;
	display: block;
}
a.btn, button.btn{
	margin-top:1.3rem;
}

img{
	margin-top: 10px;
}
.btn-captcha{
	font-size: 16px;
	display: block;
	padding: 5px;
}
a.link{
	font-size: 13px;
	padding-top:10px;
	padding-bottom: 10px;
	text-align: center;
}
a.link:active, a.link:hover, a.link:focus{
	color:#000;
}

.description{
	padding-top:10px;
	padding-bottom: 10px;
}

.alert{
	margin: 3px 0 3px 0;
	padding: 15px;
	border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success{
	background-color: #00ab66;
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}