
a,
a:focus,
a:hover {
  color: #fff;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


html,
body {
  height: 100%;
  background-color: #333;
}
body {
  color: #fff;
  overflow-x:hidden;
}

.sub-logo .navbar-brand{
	width:80px;
	height:80px;
	margin-top:-5px;
	padding-left:0px;
	margin-left:25px;
}

.logo .navbar-brand{
	width:140px;
	height:88px;
	margin-top:-5px;
	padding-left:0px;
	margin-left:45px;
}

.banner-area{
	width:70%;
	float:left;
	margin-left:60px;
	padding-top:160px;
	text-transform:uppercase;
}

.banner-area h1{
	font-size:62px;
	font-weight:700;
	font-family:Calibri;
	margin-bottom:0px;
	margin-top:0px;	
}

.banner-area h4{
	font-size:32px;
	line-height: normal;
	font-weight:500;
	font-family:Calibri;
	margin-bottom:0px;
	margin-top:0px;	
}
.banner-area p{
	text-transform:none;
}


.site-wrapper-inner {
	z-index:0;
	position:absolute;
	width:100%;
	height:100%;
 background: linear-gradient(90deg, #012561, rgba(0, 0, 0, 0.0)); 
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.navbar-brand {
    float: left;
    height: 50px;
	margin-left:40px;
    padding: 50px 15px;
    font-size: 18px;
    line-height: 20px;
}

.login-div{
	float:right;
	width:450px;
	background-color:rgba(0, 0, 0, 0.6);
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	z-index:99999;
}

/*    --------------------------------------------------
	:: Login Section
	-------------------------------------------------- */
	
.mt50{
	margin-top:50px;
}

#login .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#login .form-group input.user{
	background-image: url(../login/images/user.png);
	background-repeat:no-repeat;
	background-position:15px 15px ;
}

#login .form-group input.pass{
	background-image: url(..login/images/lock.png);
	background-repeat:no-repeat;
	background-position:15px 15px ;
}

#login .form-group input{
	padding-left:42px;
}
	
#login {
    padding-top: 150px
}
 .form-wrap {
    width:320px;
    margin: 0 auto;
	padding-top:0px;
}
#login h1 {
    color: #b39758;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
}
#login .form-group {
    margin-bottom: 25px;
}
#login .checkbox {
	text-align:center;
	margin-top:40px;
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#login .checkbox.show:before {
    content: '\e013';
    color: #1fa67b;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}
#login .checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 0px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}
#login .checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}
#login .btn.btn-custom {
    font-size: 14px;
	width:40%;
	margin:0 auto;
	margin-bottom:0px;
	background:#b39758;
	line-height:25px;
	border-radius:0;
	text-transform:uppercase;
	font-weight:700;
}
#login .forget {
font-size: 13px;
    text-align: center;
    text-transform: capitalize;
}

.form-control {
    color: #212121;
}
.btn-custom {
    color: #fff;
	background-color: #1fa67b;
}
.btn-custom:hover,
.btn-custom:focus {
    color: #fff;
}
.mobile-log{display:none !important;
}


 /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
		
.mobile-log{display:none !important;
}

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		.mobile-log{display:none !important;
}

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		
		 .mt50 {
    margin-top: 40px;
}
		
		.navbar-brand {
    margin-left: 20px;
    padding: 40px 15px;
}
		
		.login-div {
 float: none;
	position:relative;
    width: 100%;
}

.form-wrap {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 55px;
}
		
.form-wrap {
	margin-top:200px;
}
		
#login {
    padding-top: 0px;
	padding-bottom:50px;
}
.mobile-log{display:block !important;}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		
		 .mt50 {
    margin-top: 40px;
}
		
		.navbar-brand {
    margin-left: 20px;
    padding: 40px 15px;
}
		
.form-wrap {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 55px;
}		
		
		.login-div {
 float: none;
	position:fixed;
    width: 100%;
}
		
.form-wrap {
	margin-top:180px;
}
		
		#login {
    padding-top: 0px;
	padding-bottom:50px;
}
		.mobile-log{display:block !important;}

    }

    /* Custom, iPhone Retina */ 
 @media only screen and (max-width : 320px) {
	 
	 .mt50 {
    margin-top: 40px;
}
	 
	 .logo .navbar-brand{
	width:100px;
	height:68px;
	margin-top:-5px;
	padding-left:0px;
	margin-left:45px;
}
		
.navbar-brand {
    margin-left: 20px;
    padding: 40px 15px;
}		
		
.form-wrap {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-left: 30px;
    padding-right:30px;
}		
		
.login-div {
    float: none;
	position:relative;
    width: 100%;
}
		
.form-wrap {
	margin-top:200px;
}
		
		#login {
    padding-top: 0px;
	padding-bottom:50px;
}
		
.mobile-log{display:block !important;}

 }


label {
    display: none;
}

form#loginform {
    margin-top: 50px;
}

form#loginform p{
    margin-bottom: 25px;
}


form#loginform p input{
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

form#loginform p input{
    padding-left: 42px;
}

form#loginform p.login-submit input#wp-submit {
    font-size: 14px;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 0px;
    background: #b39758;
    line-height: 25px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    padding: 0px;
}

.forget-password{
    text-align: center;
}


/*lost-password*/

form#lostpasswordform , div.tml.tml-resetpass{
    margin-top: 50px;
}

form#resetpassform label {
    display: block;
}

form#lostpasswordform p input, form#resetpassform input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

form#lostpasswordform input#user_login {
    padding-left: 42px;
}

/*reset-password*/

