html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}
.pass{
position: relative;
}
.passeye{
  position: absolute;
  top: 14px;
  right: 10px;
}



body{
font-family: 'Roboto', sans-serif;
background-color: #F6F8F9;
position: relative;
margin: 0;
padding-bottom: 6rem;
min-height: 100%;
}

.back {
width: 100%;
position: absolute;
top: 0;
bottom: 0;
background-image: url(bg.jpg);
background-size: cover;
background-position: bottom center;
background-repeat: no-repeat;
background-attachment: fixed;
}

.back .logo{
  width: 100px;
}

.back .lg_text{
color: #000;
margin: 0px;
padding: 20px 0px;
text-align: center;
font-size: 16px;
line-height: 20px;
letter-spacing: 1px;
}

.div-center {
width: 400px;
height: 400px;
background-color: #fff;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
overflow: auto;
padding: 3em 2em;
display: table;
-webkit-box-shadow: 10px 10px 17.5px -3.5px #9c9c9c;
-moz-box-shadow: 10px 10px 17.5px -3.5px #9c9c9c;
box-shadow: 10px 10px 17.5px -3.5px #9c9c9c;
}

div.content {
display: table-cell;
vertical-align: middle;
}

.al_field .form-control {
display: block;
width: 100%;
height: 42px;
padding: 11px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #000;
background-color: #e6eef4;
background-image: none;
border: none;
border-radius: 2px;
box-shadow: none;
-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;
letter-spacing: 2px;
}


.ps_nav .navbar-default{
background-image: none;
background-color: #fff;
}

.ps_nav .navbar-default .n_logo{
  width: 50px;
}

.ps_nav .navbar-brand {
float: left;
height: auto;
padding: 8px 15px;
font-size: 18px;
line-height: 20px;
}

.ps_nav .navbar-nav > li > a {
padding-top: 20px;
padding-bottom: 20px;
}

.footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 20px;
background-color: #efefef;
text-align: center;
}

.chg_pass{
  padding-top: 82px;
}

.chg_pass .formmid{
background-color: #fff;
width: 50%;
margin: 0 auto;
border-radius: 6px;
padding: 20px 20px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
margin-bottom: 20px;
}

.chg_pass .formmid .heading{
color: #474bff;
text-align: center;
margin: 0px;
font-size: 20px;
}

.al_field .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.ddbg{
background-color: #e6eef4;
padding: 16px;
}

.al_field .btn-default {
  text-shadow:none !important;
  background-image: none;
  background-color: #ffffff;
  background-image: none;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  height: 42px;
  padding: 11px 12px;
  outline: none !important;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  font-size: 13px;
  margin-bottom: 10px;
}

.al_field .bootstrap-select .dropdown-toggle:focus {
outline: none !important;
outline: 5px auto -webkit-focus-ring-color !important;
outline-offset: -2px;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: #ffffff !important;
  border-color: #ffffff;
}

.passbg{
background-color: #fff;
width: 64%;
margin: 0 auto;
padding: 19px 30px;
}

.ps-bg{width: 100px;}

.btn-primary{
background-color: #474bff !important;
border: none !important;
background-image: none !important;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
font-weight: 600;
letter-spacing: 2px;border: none !important;
background-image: none !important;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
}

.alert-info{
background-image: none;
background-color: #d9edf7;
font-size: 11px;
}


@media (max-width: 1000px) {
.passbg {
width:100%;
}
}


@media (max-width: 767px) {
.chg_pass .formmid{
width:100%;
}
}