﻿* {
  margin: 0px;
  padding: 0px
}
body {
  background: url(../images/loginbg.jpg);
  background-attachment: fixed;
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}

::-webkit-input-placeholder { /* Edge */
 color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

::placeholder {
 color: #fff;
}
.prm-bg {
  background: #445469 !important
}
a:focus, input, textarea {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
  color: #fff
}
a {
  color: #445469
}
a:hover, a:focus {
  color: #445469;
  text-decoration: none;
}
a, button, li.star> i.fa {
  o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0;
  -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0;
  -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0;
  -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0;
  transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0;
}
a:hover {
  o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none
}
.lg-logo {
  position: absolute;
  top: 36px;
}
.lg-logo img {
  width: 180px;
}
.lg-tab {
  border: 0px;
  display: none
}
.lg-tab li {
  margin: 0px 0px 12px 0px;
}
.lg-tab li a {
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
  border: 0px;
  margin: 0px;
  padding: 15px 20px;
}
.lg-tab li:nth-child(1) a {
  background: #243f63
}
.lg-tab li:nth-child(1) .active {
  background: #031a33
}
.lg-tab li:nth-child(2) .active {
  background: #344b0a
}
.lg-tab li:nth-child(1) a:hover {
  background: #031a33
}
.lg-tab li:nth-child(2) a:hover {
  background: #344b0a
}
.lg-tab li:nth-child(2) a {
  background: #6b7e45
}
.lg-tab li a:hover {
  border: 0px;
  color: #fff !important;
}
.lg-ctn {
  background: #5b6e3a
}
.log-ctn .tab-pane {
  background: #5b6e3a;
  padding: 30px 40px;
  ;
  width: 100%;
  background: url(../images/tab-contain-bg.jpg);
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #fff;
  -webkit-box-shadow: 3px 6px 41px -19px rgba(0,0,0,1);
  -moz-box-shadow: 3px 6px 41px -19px rgba(0,0,0,1);
  box-shadow: 3px 6px 41px -19px rgba(0,0,0,1);
}
.log-ctn h2 {
  margin: 0px;
  font-size: 18px;
  color: #fff;
  font-weight: bold
}
.log-ctn form {
  margin-top: 20px;
}
input, textarea {
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  background: none;
  border: 2px solid #ffffff
}
.lg-fp a {
  color: #fff;
  font-weight: normal;
}
.sp-cnt #tab1 {
  width: 600px;
  float: right;
}
.fade:not(.show) {
  opacity: inherit;
}
.lgn-err, .lgn-err-fwd span{
	display: table;
    width: 100%;
    padding: 4px 4px;
    text-align: center;
    background: #e05128;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    font-family: arial;
    margin-bottom: 10px;
}
/*** button ****/


/*****

.btn:hover{
    border: 6px solid #fff;
    color: #fff!important;
}
.btn::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #272c34;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
     box-shadow:2px 0px 14px rgba(0,0,0,.6);
  } 

.btn::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fa941f50;
    position: absolute;
  -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.btn:hover::before, .btn1O:hover::before{
  opacity:1;
  width: 116%;
}
.btn:hover::after, .btn1O:hover::after{
  opacity:1;
  width: 120%;
}****/

.lg-fp {
  margin-bottom: 5px
}
.login-forgt {
  background: #f16137;
  padding: 20px 40px;
  text-align: center;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  position: relative
}
.login-forgt .lg-logo {
  position: initial;
  margin-bottom: 10px;
}
.login-forgt label {
  font-size: 12px;
  font-weight: bold;
  margin: 8px 0px 0px;
  color: #fff
}
.login-forgt input {
  font-size: 12px;
  margin-bottom: 5px
}
.login-forgt .text-danger {
  font-size: 12px;
  color: #dc3545!important;
  margin: 0px 0px 10px;
}
.login-forgt .btn {
  border: 6px solid #272c34;
  margin-top: 20px;
  color: #000;
  width: 100%
}
.backtm {
  position: absolute;
  right: 6px;
  top: 5px;
  font-size: 12px;
  color: #949292;
}
.backtm a {
  color: #fff
}
.login-forgt .text-danger {
  color: white !important;
}
.captcha-img .form-control {
  background: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.CaptachaImageTarget {
  background: #fff5ee
}
.captcha-img .CaptachaImageTarget img {
  height: 51px;
  margin: 0px auto;
  display: table
}
.pasd-show {
  display: table;
  width: 100%;
}
.pasd-show input {
  float: right;
  display: table;
  width: auto;
}
.sp-cnt #tab1 {
  background: #445469;
}
.lgn-hd {
  font-size: 20px;
  margin-bottom: 20px;
}
.lg-btn {
  border-radius: 0px !important;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 500;
  background: #2e3e54 !important;
  width: 220px;
  color: #fff;
  border: 0px;
  cursor:pointer
}
.lg-btn:hover {
  color: #fff ;
  background:#000 !important;
}
.login-img {
  position: absolute;
  top: 30px;
  right: 40px
}
.login-img img {
  width: 200px
}
.tab-pane{
	position:relative
}

.container{
	max-width:100%
}

.sp-cnt #tab1 {
	margin-right:30px
}

@media(min-width:1440px) {
	.sp-cnt #tab1 {
		width:700px;
	
	}
	
	.lgn-hd {
		font-size: 16px;
		margin-bottom: 20px;
	}
	input, textarea {
		font-size: 16px;
		padding: 10px;
		width: 100%;
		margin-bottom: 26px;
	}
	
	.lg-btn {
    border-radius: 0px !important;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    background: #2e3e54 !important;
    width: 300px;
	}
	.lg-fp a {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
	}
}


@media(min-width:1960px) {
	.sp-cnt #tab1 {
		width:900px;
	
		
	}
	
	.lgn-hd {
		font-size: 45px;
		margin-bottom: 20px;
	}
	input, textarea {
		font-size: 25px;
		padding: 20px;
		width: 100%;
		margin-bottom: 26px;
	}
	
	.lg-btn {
    border-radius: 0px !important;
    padding: 20px 50px;
    font-size: 30px;
    font-weight: 500;
    background: #2e3e54 !important;
    width: 300px;
	}
	.lg-fp a {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
	}
}

@media(min-width:3000px) {
	.sp-cnt #tab1 {
		width:1800px;
		
	}
	
	
}