/* css scroll */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track {
	background:#efefef; 
}
::-webkit-scrollbar-thumb {
	background:#ccc; 
}
::-webkit-scrollbar-thumb:hover {
	background: #ddd; 
}


a{
	text-decoration: none;
}
h1, h2, h3, p{
	margin:0;
}
p{
	font-size: 12px;
}
:focus{
	outline: none;
}
input.error{
	border-color: #dd2b0e;
	color:#dd2b0e
}
input:read-only{
	cursor: not-allowed;
	background-color: #c7c6c6;
}

span.error, .errorSummary{
	color:#dd2b0e;
	font-size:12px;
	text-align: left;
	display: block;
	margin-top: 2px;
}
.errorSummary > p{
	display: none;
}
.errorSummary > ul{
    margin-bottom: 10px;
    text-align: left;
    margin: 6px 12px;
    padding: 0;
}
.errorSummary>ul>li{
	padding:1px 0;
}

.logo{
    min-width: 200px;
    max-width: 300px;
	margin-bottom: 30px;
	margin-top: 30px;
}
span.required{
	color:#dd2b0e;
}

.text-center{
	text-align:center
}
.text-center > th, .text-center > td {
	text-align: center;
}

.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;
}
.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,#88cff2,rgba(192, 233, 248, 0.6),#88cff2);
	background-repeat:repeat;
}
.login-body-recruit:before {
	content: '';
	position:absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-image: linear-gradient(to right,#00ab66,rgba(192, 233, 248, 0.6),#00ab66);
	background-repeat:repeat;
}

.clr-1{
	color: #2a1e67;
}
.clr-2{
	color: #a2acc5;
}
.clr-3{
	color: #fff;
}
.clr-4{
	color:#000;
}


.title{
	margin-bottom:10px;
}
.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: rgb(51, 8, 103, 0.7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.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;
	flex-grow: 1
}
.pro-line_right > h3{
	width:100%;
	text-align: center;
	text-shadow: 2px 2px 8px #777;
}

@media (max-width: 1900px){
	.pro-line_verical{
		width: 1.5px;
		height: 300px;
	}
	.pro-top_200{
		margin-top:100px;
	}	
}
@media (max-width: 767px){
	.pro-line_left{
		width: 100%;
		padding-top: 50px;
	}
	.pro-line_verical{
		width: 100%;
		height: 1px;
	}
	.pro-line_right{
		width: 100%;
	}
	.pro-line_right > h3{
		color: rgb(51, 8, 103, 0.7);
	}
	.pro-top_200{
		margin-top:0;
	}	
}

.pro-head_login{
	padding: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
}
.pro-head_login > .title{
	width:70%;
	text-transform: uppercase;
	text-shadow: 2px 2px 8px #777;
	color: #fff;
}
.pro-head_login > .title > h1{
	font-weight: 500;
}
.pro-head_login > .icon{
	font-size: 24px;
}
.pro-body_login{
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
}

.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: 14px;
}
.no-margin{
	margin:0;
}
.clearfix{
	display: block;
    content: "";
    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;
}

.mb-3{
	clear: both;
	content: '';
	margin-bottom: 10px;
}
.mt-0{
	margin-top: 0 !important;
}

img{
	margin-top: 10px;
}
#img-captcha{
	float: left ;
}
.btn-captcha{
	font-size: 14px;
    display: block;
    padding: 5px;
    float: right;
}
.btn-resend{
	background-color: #37b137 !important
}
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:5px;
	padding-bottom:5px;
	font-size: 14px;
}

.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);
}

@media (min-width: 200px) and (max-width:600px) { /*Phone Css*/
	.pro-head_login > .title{
		width: 100% !important;
		text-align: center;
		align-items: center;
	}
	.pro-head_login > .title > h1{
		font-size: 22px;
		font-weight: 500;
	}
	.pro-head_login .subtitle{
		font-size: 85%;
		color: #fff;
	}
	.pro-head_login > .icon{
		display:none;
	}
	.pro-head_login{
		padding: 15px 0;
	}
	.pro-body_login{
		padding: 0 !important;
	}
	.pro-body{
		min-height: 0;
	}
	.pro_name{
		font-size:20px;
	}

	.form-vertical input:first-child{
		margin:0 !important;
	}

	.logo{
		min-width:130px;
	}
	img{
		width:50%;
	}

	.hidden-xs{
		display: none;
	}
}
@media (min-width: 601px) and (max-width:1050px) { /*Tablet Css*/
	.pro-head_login > .title{
		width: 100% !important;
		text-align: center;
		align-items: center;
	}
	.pro-head_login > .title > h1{
		font-size: 25x;
	}

	.logo{
		min-width:160px;
	}
	img{
		width:60%;
	}
	.hidden-sm{
		display: none;
	}
}
@media (min-width: 1054px) { /*Laptop Css*/
	.pro-body{
		min-height: 100%;
	}
}
@media (max-width: 1200px){ /*More than Laptop Css*/
	.pro-body{
		min-height: 97%;
	}
}
