@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');



*{
	padding: 0;
	margin: 0;
}
*,
::after,
::before {
	box-sizing: border-box
}

ul, li{
	list-style: none;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	height:100%;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
}

body{
	font-family: 'Montserrat', sans-serif;
	height: 100%;
	overflow: auto;
	background: #004a86;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}


.login-wrapper{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
    flex-direction: column;
    height: 100%;
}

.login-header{
	background: #dadada;
	padding: 10px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.login-logo{
	float: left;
}
.logo-img{
	width: 230px;
}

.login-header-right{
	float: right;
}

.login-header-right li{
	display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.login-header-txt{
	font-size: 18px;
}
.login-header-txt span{
	font-weight: 600;

}
.login-header-txt p{
	margin-top: 5px;
	font-weight: 400;
}

.login-header-right li img{
	max-width: 130px;
}

.login-banner{
  position: relative;
}

.login-banner img{
	width: 100%;
	vertical-align: top;
}

.title-breadcrumb{
  position: absolute;
  left: 30px;
}


.login-middle{
	width: 100%;
    color: #fff;
    display: table;
    vertical-align: top;
}

.login-right {
    width: 48%;
    display: table-cell; 
    background: #fff url(../img/bg.png) no-repeat;
    background-size: cover;
     vertical-align: middle;
}

.login-left {
  width: 48%;
     display: table-cell;
    background: #f3f3f3;
     vertical-align: top;
     border-right:1px solid #e4e4e4;
    
}

.login-left-box{
	padding: 10px 10px 5px 10px;
	color: #000;
}

.login-right-box{
	padding: 10px;
	color: #000;
 /* display: table-cell;
  vertical-align: middle;*/
}

.login-left-block{
	display: inline-block;
	width: 100%;
	vertical-align: top;

}


.login-left-block h3{
	margin: 20px 0;
	color: #00a371;
  font-size: 19px;
}

.login-left-block ul li{
	width: 50%;
	float: left;
	padding: 10px;
	font-weight: 300;
  font-size: 17px;

}

.login-left-block ul li.active{
	font-weight: 600;
	text-decoration: underline;
}

.login-title{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;

}


.login-title h1{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: -223px;

}

/*.login-title:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}*/

.customer-logo{
	display: inline-block;
	width: 60px;
	vertical-align: middle;
}
.customer-logo img{
	max-width: 100%;
	width:50px;
}


.login-input-section{
	width: 70%;
    margin: 35px auto;
    display: table;
    
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px #868686;
    color: #000;
    padding: 20px;
}

.left-section{
	width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 15px;
}

.left-section h3
{
 display:inline-block;
 vertical-align:middle;
 }
 .left-section h3 img
 {
      display:inline-block;
 vertical-align:middle;

 }
     
 .left-section h3 span
{
 display:inline-block;
 vertical-align:middle;
 }
 
.left-section p{
  text-align: center;
  color: #086090; 
  padding: 10px;
}



    .left-section img {
        max-width: 100%;
        max-width: 280px;
    }
.right-section{
	width: 100%;
    display: inline-block;
    vertical-align: middle;
   /* border-left: 1px solid #04b37e;
    padding-left: 15px;*/
}

.login-input-div{
	/*width: 300px;*/
	display: inline-block;
	width: 100%;
}


.wrap-input {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #536660;
    position: relative;
    margin-bottom: 23px;
}

.login-input {
    font-size: 16px;
    color: #000!important;
    /*line-height: 1.2;*/
    display: block;
    width: 100%;
    height: 30px;
    background: transparent;
    padding: 0 7px 0 30px;
    border: 0px;
    font-family: 'Montserrat', sans-serif;
}

.focus-input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #ccc;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.focus-input::after {
  content: url('../images/login-img/man-icons-block.png');
  color: #000;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 3px);
  bottom: 0;
  left: 0;
}

.login-input:focus {
  outline: none;
}

.login-input:focus + .focus-input::before {
   width: 100%;
}

.focus-input-lock::before{
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #ccc;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.focus-input-lock::after {
  content: url('../images/login-img/lock-icons-block.png');
  color: #adadad;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 3px);
  bottom: 0;
  left: 0;
}


.login-input:focus + .focus-input-lock::before {
   width: 100%;
}


.form-checkbox{
	margin-bottom: 20px;
}

.input-checkbox {
    display: none;
    box-sizing: border-box;
    padding: 0
}

.label-checkbox {
    font-size: 16px;
    color: #999999;
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}
.label-checkbox{
	color: #000;
}
    .label-checkbox::before {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 13px;
        color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 3px;
        background: #fff;
        border: 1px solid #888888;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.input-checkbox:checked + .label-checkbox::before {
    color: #000000;
}
.login-button-sec{
	text-align: center;
}

.login-button{
	width:100%;
	display: inline-block;
	border-radius: 10px;
	background: #004a86;
	color: #fff;
	padding: 10px 20px;
	border:0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	cursor: pointer;

}

.forgot-div{
	display: inline-block;
	width: 100%;
	margin-top: 15px;


}

.forgot-div .forgot-txt{
	float: left;
	color: #000;
	text-decoration: none;
}

.forgot-div .create-account{
	float: right;
	color: #000;
	text-decoration: none;
}

.login-footer{
	/*text-align: center;*/
    /*width: 60%;
    margin: 0 auto;*/
    position: relative;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

.login-footer p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #1c212d;
	text-align: left;
	font-size: 18px;
}

 .login-footer p a{
 	color: #003fce;
 	/*text-decoration: none;*/
 	font-weight: 600;
 }

 .login-footer p i{
 	margin-left: 10px;
 }



.login-footer-section{
    padding: 10px;
    display: table;
    width: 100%;
    vertical-align: top;
    background: #004a86;
    color: #fff;

}

.feature-title{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.feature-listing{
  padding-left: 25px;
}
.feature-listing li{
    display: inline-block;
    width: 48%;
    margin: 15px 5px;
    vertical-align: top;
    text-indent: -18px;
}
    .feature-listing li:before {
        content: '\f101';
        color: #404954;
        font-family: FontAwesome;
        padding-right: 10px;
    }


.block{
  float: left;
  width: 25%;

}
.footer-title{
  margin: 10px 0;
  color: #f1f1f1;
  font-size: 17px;
  }


.login-footer-ul li{
  padding: 10px 15px;
    font-size: 15px;
    /*width: 50%;
    float: left;*/
}
.login-footer-ul li a{
  color: #fff;
  text-decoration: none;
}

.password-input{
  padding: 0 25px 0 30px;
}

.field-icon {
    float: right;
    margin-left: 0;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    margin-right: 7px;
    cursor: pointer;
}




@media (max-width: 1600px){
	.login-title{
		width: 80%;
	}
	.login-footer{
		width: 80%;
	}

  .login-right-box{
    padding: 20px 10px 10px 10px;
  }
  .login-title{
    margin-bottom: 20px;
  }
  .login-input-section{
    padding: 20px;
    margin-bottom: 15px;
    width: 90%;
  }
  .login-left-box{
    padding: 10px;
  }
  .login-left-block h3{
    margin: 10px 0;
  }
  .login-left-block ul li{
    padding: 6px;
  }
  
.footer-title{
  font-size: 15px;
}
.login-footer-ul li{
  font-size: 14px;
}


}


@media (max-width: 1400px){
	.login-title{
		width: 90%;
	}
	.login-footer{
		width: 90%;
	}
	.login-input-section{
		width: 90%;
    margin: 10px auto;
	}
	
  .wrap-input{
    margin-bottom: 10px;
  }
  .form-checkbox{
   margin-bottom: 10px; 
  }
  .forgot-div{
    margin-top: 10px;
  }
  
  .login-left-block h3{
    font-size: 16px;
  }
  .login-left-block ul li{
    font-size: 15px;
  }
  .login-title h1{
        font-size: 18px;
  }
  .login-right-box{
    padding: 10px;
  }
  .login-title{
    margin-bottom: 10px;
  }
  .login-footer{
    margin: 10px 0;
  }
  .login-left-block h3 {
    font-size: 15px;
}

.login-footer p{
    font-size: 16px;
  }

  .left-section{
    width: 40%;
  }
  .login-left-box{
    padding: 10px;
  }
  .feature-title{
    margin-bottom: 8px;
    font-size: 22px;
  }
  .feature-listing li{
    margin: 8px 0;
    font-size: 15px;
  }
  /*.login-input-section{
    margin-bottom: 10px;
    padding: 10px;
  }*/

  .login-footer-ul li{
  padding: 5px 5px;
}
.login-footer-section{
  padding: 5px 10px;
}
.footer-title{
  margin: 5px;
}
.login-header-right li img{
      max-width: 100px;
}
.login-header{
  padding: 8px 10px;
}
}

/*@media (max-width: 1200px){
	.login-title{
		width: 100%;
	}
	.login-footer{
		width: 100%;
	}
}*/


@media (max-width: 1200px){
	.login-header-right li{
	    margin: 0 10px;
	}
	.login-header-txt{
		font-size: 13px;
	}
	.login-header-right li img{
		max-width: 80px;
	}
  .login-input-section{
    width: 100%;
  }
}


@media (max-width: 1100px){
	.login-middle{
		display: block;
	}
	.login-left{
		width: 100%;
		display: inline-block;
    height: auto;

	}
	.login-right{
		width: 100%;
		display: inline-block;
   
	}
  
  .login-left-box{
        padding: 10px 10px 30px 10px;
  }
  .login-footer{
    width: 100%;
    text-align: center;
  }
  .login-footer p{
    text-align: center;
  }

  .login-right-box{
    width: 80%;
    margin: 0 auto;
  }


  
}

@media (max-width: 991px){
	.login-title{
		width: 100%;
	}
	.login-footer{
		width: 100%;
	}
  .login-header-right li.login-header-img{
    margin:0;
    display: none;
  }
  .login-left-block ul li{
    font-size: 13px;
  }
  .login-left-block h3{
    font-size: 15px;
  }
  .login-footer p{
    font-size: 16px;
  }
 
  .login-title h1{
   font-size: 16px; 
  }
  .feature-listing li{
    width:100%;
  }
  .block{
    width: 50%;
  }
}



@media (max-width: 769px){
  .login-right-box{
    width: 100%;
  }

.login-input-section{
  width: 100%;
}
}


@media (max-width: 630px){
  .left-section{
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .right-section{
    width: 100%;
    display: block;
  }
  .login-input-section{
    padding: 20px 20px;
  }
}


@media (max-width: 550px){
  .block{
    width: 100%;
  }
}


