
@import url(https://fontsstorage.blob.core.windows.net/html/css/saira.css);
body {
	font-family: Saira-Regular;
	font-size: 15px;
}

.login-page {
	height: 100vh;
	background: url('../images/bg4.jpg') no-repeat;
	background-size: cover;
	position: fixed;
	width: 100%;
	overflow: auto;
}

.outer-login-page {
	background: #fff;
	width: 400px;
	margin: auto;
	padding: 35px 20px;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.login-logo-left-sec img {
	/* width:500px; */
}

.inner-login-page {
	/* display: table; */
	width: 100%;
}

.login-logo-left-sec {
	/* display: table-cell; */
	/* width: 50%; */
	/* border-right: 2px solid #acd4cd; */
	vertical-align: middle;
	background: #ffffff;
}

.login-right-sec {
	/* display: table-cell; */
	vertical-align: top;
	position: relative;
}

.lbl-text {
	
	font-weight: normal;
}

.lbl-text {
	position: absolute;
	top: -10px;
	left: 10px;
	background: #f5f5f5;
	display: none;
	padding: 0 5px;
}

.position-rel .form-group {
	position: relative;
	margin-bottom: 25px;
}

.position-rel .form-control,
.position-rel .form-control:hover,
.position-rel .form-control:focus,
.position-rel .form-control.active {
	border: 1px solid #546e7a;
	outline: unset;
	box-shadow: unset;
}

.Register-a {

	padding-right: 10px;
	text-decoration: unset;
}

.register-forgot-panel a, .register-forgot-panel a:focus {
	color: #e31837;
	font-weight: 600;
	font-size: 12px;
  outline: none;
  text-decoration: none;
}
.register-panel a {
    color: #ef3a55;
    font-weight: 600;
}
.register-panel a:hover{
  color: #e31837;
}
.register-forgot-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
  margin-bottom: 30px;
}


/*capcha css*/

.CaptchaWrap {
    position: absolute;
    top: 9px;
    display: flex;
    right: 0px;
}
.CaptchaTxtField {
	/* border-radius: 5px; */
	display: block;
	box-sizing: border-box;
}
.login-sec input::placeholder {
	color: #6d6e71 !important;
}
#UserCaptchaCode {
	padding: 23px 15px;
	outline: none;
	font-weight: normal;
	width: 310px;
	border: 1px solid #048b5d;
	border: transparent;
	border-bottom: 2px solid #546e7a;
	background: transparent;
	border: 1px solid #e4e4e4;
}

#CaptchaImageCode {
	display: inline-block;
	text-align: center;
	/* top: 14px; */
	padding: 0px 0;
	overflow: hidden;
	position: relative;
}

#CapCode {
	width: 90px;
	/* height: 25px; */
}

.inline-bl {
	display: block;
	/* float: left; */
	/* 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:before{
  content: "\f021";
  font-family: 'FontAwesome';
}
.refresh-cap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.refresh-cap  i{
    position: absolute;
    color: #e31837;
    pointer-events: none;
    font-size: 20px;
    top: 3px;

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


/*.btnSubmit,.btnSubmit:hover,.btnSubmit:focus,.btnSubmit:active {
  border: 0px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
  outline: unset;
}*/

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

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


/*--end of capcha css--*/

.position-rel .form-group.mb-15 {
	margin-bottom: 15px;
	/* overflow: hidden; */
}

.login-logo-left-sec img {
	display: block;
	margin: auto;
      width: 200px;
}

.forgotpwd-a {
	padding-left: 10px;
	color: #1285c4;
}

.btnSubmit {
	font-size: 15px;
	background: #e31837;
	padding: 10px 20px;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #e31837;
	border-radius: 0
}
.btnSubmit:hover{
  color: #fff;
  background: linear-gradient(#e31837, #ad1028);
}

.login-btn-sec input,
.login-btn-sec a {
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	padding: 13px 0;
}
.login-btn-sec input:hover, .login-btn-sec a:hover{
  background: linear-gradient(#e31837, #ad1028);
  transition: 0.25s linear All;
}
.login-btn-sec h6 {
	text-align: center;
	font-weight: 600;
	margin: 14px 0;
}

.with-sso,
.with-sso:hover,
.with-sso:focus,
.with-sso.active {
	/* padding: 10px 20px; */
	background: #e31837;
	color: #fff;
	border-radius: 0;
	vertical-align: top;
}

.title-p {
	text-align: center;
	margin-bottom: 0;
	border-bottom: 1px dotted #546e7a;
	padding: 10px;
	font-size: 23px;
	
	color: #546e7a;
}

.credentials-title {
	padding: 20px 20px 30px 0;
}

.login-sec {
	overflow: hidden;
	padding: 15px 25px;
}

.overlay::before {
	content: '';
	position: fixed;
	display: block;
	width: 100%;
	background: rgb(0 0 0 / 50%);
	height: 100%;
	opacity: 0.6;
	/* background-image: linear-gradient(to right, rgb(57, 140, 178), rgb(44, 196, 164)); */
}


/*registration page*/

.registration-panel {
	padding: 15px 25px;
	overflow: hidden
}

.form-filtering [class*="col-"] {
	padding-left: 0px;
	padding-right: 3px;
}

.registration-panel .form-control,
.registration-panel .form-control:hover,
.registration-panel .form-control:focus,
.registration-panel .form-control.active,
.login-sec .form-control,
.login-sec .form-control:hover,
.login-sec .form-control:focus,
.login-sec .form-control.active {
	border: 1px solid #e4e4e4;
	background: transparent;
	height: 48px;
	color: #555;
	font-size: 16px;
}

.registration-panel .form-control::placeholder,
.login-sec .form-control::placeholder {
	font-size: 15px;
	color: #000;
}

.registration-panel select {
	color: #000;
}

.backtologin,
.backtologin:hover,
.backtologin:focus,
.backtologin.active {
	color: #12425d;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
	text-decoration: unset;
}

.backtologin.pull-right i {
	padding-right: 5px;
	font-size: 18px;
}

.title-p i {
	color: #66a023;
	padding-right: 5px;
}

.desktop-hidden {
	display: none;
}

.forgotpwd-a,
.forgotpwd-a:hover {
	text-decoration: unset;
	cursor: pointer;
}

.forgot-password-form {
	overflow: hidden;
	display: none;
}

.login-form {
	overflow: hidden;
  margin-top: 20px;
}


/*resetpassword page*/

.pwd-show {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #143444;
	font-size: 16px;
}


/*----responsive-----*/

@media only screen and (min-width:950px) and (max-width:1024px) {
	.outer-login-page {
		width: 900px;
	}
	#UserCaptchaCode {
		width: 170px;
	}
	#CaptchaImageCode,
	#CapCode {
		width: 150px !important;
	}
}

@media only screen and (max-width:767px) {
	.outer-login-page {
		width: auto !important;
		padding: 0
	}
	#CaptchaWrap {
		float: none;
		margin-top: 13px;
	}
	.login-right-sec {
		display: block;
	}
	.login-logo-left-sec {
		display: block;
		width: 100%;
		padding: 10px;
		border-right: 0;
	}
	.outer-login-page {
		top: 35%;
	}
	.login-logo-left-sec img {
		width: 200px;
	}
	.CaptchaWrap {
		float: none;
		margin-top: 10px;
	}
	.xs_hidden {
		display: block;
	}
	.login-sec {
		padding: 25px 25px 25px 25px;
	}
	.xs_hidden {
		display: none;
	}
	.desktop-hidden {
		display: block;
	}
	.position-rel .form-group {
		margin-bottom: 18px;
	}
	.title-p {
		font-size: 18px;
		padding: 15px;
	}
	.registration-panel {
		padding: 20px 25px 20px 25px;
	}
}

@media only screen and (min-width:640px)and (max-width:767px) {
	.CaptchaWrap {
		float: right;
		text-align: left;
		margin-top: 0px;
	}
	.login-page {
		height: 100%;
	}
	.outer-login-page {
		position: relative;
		top: 0;
		left: 0;
		transform: unset;
		margin: 30px 0;
	}
}

@media only screen and (max-width:639px) {
	.login-right-sec .col-xs-6 {
		width: 100%
	}
	.outer-login-page {
		width: 320px !important;
	}
	.inner-login-page {
		display: block
	}
}

@media only screen and (device-width:568px) and (device-height:320px) and (orientation:landscape) {
	.outer-login-page {
		position: relative;
		top: 0;
		left: 0;
		transform: unset;
		margin: 30px auto;
	}
	.login-right-sec .col-xs-6 {
		width: 100%
	}
	.login-page {
		height: 100%;
	}
}

@media only screen and (device-width:320px) and (device-height:568px) and (orientation:portrait) {
	.outer-login-page {
		position: relative;
		top: 0;
		left: 0;
		transform: unset;
		margin: 30px auto;
	}
	.login-right-sec .col-xs-6 {
		width: 100%
	}
	.login-page {
		height: 100%;
	}
	.inner-login-page {
		display: block
	}
	.inline-bl,
	#UserCaptchaCode {
		width: 100%
	}
	.with-sso,
	.with-sso:hover,
	.with-sso:focus,
	.with-sso.active,
	.btnSubmit,
	.btnSubmit:hover,
	.btnSubmit:focus,
	.btnSubmit:active {
		padding: 6px 8px;
	}
}


/*-----media query for 768------*/

@media only screen and (min-width:768px) and (max-width:900px) {
	.xs_hidden {
		display: none;
	}
	.desktop-hidden {
		display: block;
	}
	.login-logo-left-sec {
		display: block;
		width: 100%;
		background: #e31837;
		top: 10px;
		position: absolute;
		top: -86px;
		left: 0;
		padding: 15px;
		border-right: 0;
	}
	.login-right-sec {
		display: block
	}
	.registration-panel {
		padding: 25px 25px;
	}
	.outer-login-page {
		width: 700px;
	}
	.login-logo-left-sec img {
		width: 260px;
	}
	.title-p {
		padding: 18px
	}
}

@media only screen and (min-width:800px) and (max-width:1023px) and (orientation:landscape) {
	.outer-login-page {
		position: relative;
		top: 0;
		left: 0;
		transform: unset;
		margin: 100px auto;
	}
	.login-page {
		height: 100%;
	}
}

@media only screen and (min-width:1024px) {
	.login-logo-left-sec {
		/* height:307px; */
	}
}

@media only screen and (max-width:560px) {
	.form-filtering [class*=col-] {
		overflow: auto;
	}
}

.registration-panel input::-webkit-input-placeholder {
	/* Edge */
	font-size: 12px !important;
}

.registration-panel input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 12px !important;
}

.registration-panel input::placeholder {
	font-size: 12px !important;
}