html {
  height: 100%;
  overflow-y: visible; 
}
body {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body:before, body:after {
  width: 100%;
  position: static;
  content: normal;
}
h3 {
    margin: 0;
}
.page-back {
  padding: 50px 0;
  min-height: 100%;
  overflow: hidden;
  background-size: cover;
  position: relative;
  box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.3);
}
.login-page .login-form-div {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.login-page .login-header{
	padding: 10px 0px 0px;
	border-bottom:1px solid #ebebeb;
	border-radius: 7px 7px 0px 0px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.login-page .login-content{
	border-top:1px solid #ffffff;
	border-radius: 0 0 7px 7px;
	box-shadow:0px 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.login-page .login-header,
.login-page .login-content,
.login-page .reg-content {
  background-color: #f4f4f4;
}
.login-page .div-title {
  padding: 10px 20px;
  margin: 5px 0px;
  background-color: #f4f4f4;
  text-align:center;
  color:#3f5994;
  font-size:15px;
}
.login-page .textbox-wrap {
  padding: 0px 20px 20px 20px;
}
.login-page .textbox-wrap .input-group .input-group-addon {
  border-radius: 0;
}
.login-page .custom-checkbox {
    float: left;
}
.login-page .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 6px;
    padding-left: 1px;
}
.login-page .checkbox-text {
    line-height: 22px;
	color:#213d7c;
}
.login-page .checkbox label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 0px;
    margin-top: 0;
}
.login-page .textbox-wrap .input-group .input-group-addon i, .login-page input[type="checkbox"] {
  width: 30px;
}
.login-page .form-action {
  padding: 0px 20px 20px 20px;
}
.login-page .registration-form-action {
    background-color: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    padding: 20px;
}
.login-page .registration-form-div {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
}
.login-page .reg-header {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.login-page .registration-left-div {
  padding-left: 0;
  padding-right: 0px;
}
.login-page .registration-right-div {
  padding-left: 0;
  padding-right: 0;
}
.login-page .reg-content {
  padding-bottom: 20px;
}
.login-page .btn, .login-page .form-control {
    border-radius: 5px !important;
}
.login-page .login-form-links {
  padding: 5px 0px 0;
  /*margin-top: 5px;*/
  text-align:right;
  /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background-color: white;*/
}
.login-page .login-form-links h4{
  color:#f4f4f4;
  font-size:15px;
}
.login-page .login-form-links a:hover{
  color:#e67e22;
}
.text-orange{
	color:#e67e22;
}
.div-captcha-left {
    padding-right: 0;
}
.div-captcha-right {
      padding-left: 0;
}
@media (max-width: 767px) {
  .login-page .registration-left-div {
    padding-right: 0px;
  }
  .login-page .registration-right-div {
    padding-left: 0px;
  }
  .div-captcha-left {
      width: 50%;
      float: left;
  }
  .div-captcha-left img {
      width: 100%;
      height: 34px;
  }
  .div-captcha-right {
      width: 50%;
      float: left;
  }
}

.input-group{
	background:#213d7c;
	border-radius:4px;
}
.input-group .form-control{
	background:none;
	border:none;
	color:#fff;
	padding:10px 12px;
	height: 48px;
}
.input-group .form-control:focus{
	box-shadow:none;
}
.input-group .input-group-addon{
	background:none;
	border:none;
	color:#e67e22;
	font-size: 23px;
}
.input-group .input-group-addon .border{
	border-right:1px solid #e67e22;
	width:1px;
}
.input-group .form-control{
	background:none;
	border:none;
}

.page-back-own{
	background-size: cover;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3) inset;
    min-height: 100%;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
}

.full_1{
  background: url(../../images/background_1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.full_2{
  background: url(../../images/background_2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.full_3{
  background: url(../../images/background_3.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.full_4{
  background: url(../../images/background_4.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fff;
  background: none;
  color: #fff;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

.select2-container .select2-choice, .select2-container .select2-choice .select2-arrow{
	background:none;
	 border: none;
	color: #fff;
	line-height: 31px;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: none;
    box-shadow: none;
    outline: medium none;
}