* {
  box-sizing: border-box;
}
body {
  background-color: #CBCBCB;
  font-family: Arial, Helvetica, sans-serif;	
  font-size:12px;			
}

label {
  display: inline-block;  
  font-size: 1rem;
  /* font-weight: bold; */
  margin-bottom: 0.5rem;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #006e51;
  margin-bottom: 1.5rem;
}

.control-group label {
  width: 320px;
  margin-right: 15px;			
}

.container {
  background-color: #ffffff;
  box-shadow: 0px 4px 6px 6px rgba(33, 33, 33, 0.2);
  box-shadow: 0px 4px 6px 5px rgba(33, 33, 33, 0.4);
  margin: auto;
  margin-top: 10px;
  padding: 20px 18px;
  width: 960px;
  height:100%;
}

.banner .logo {

}

.main {
  padding: 0px 38px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  cursor: pointer;
}


.btn-primary {
  color: #fff;
  background-color: #006e51;
  border-color: #006e51;
}	

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #003b2b;
  border-color: #000000;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #003b2b;
  border-color: #001711;
}

btn-group-sm>.btn, 
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.form-password-change {
  background-color: #e3e3e6;
  border-radius: 0.5rem;
  padding: 1rem 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group {
  margin-bottom: 1rem;
}

.form-actions {
  align-items: flex-end; 
  background-color: transparent; 
  border: 0; 
  display: flex; 
  flex-direction: column; 
  margin-right: 15px;
  width: 50%;
}


input {
  padding: 5px 5px;
  /* margin:10px 0; */
  border-radius: 5px;
  border: 1px solid #ced4da ;
  width:320px;
}

.flash {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  font-family: Arial, Helvetica, sans-serif;
  }

.flash-notice{
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.flash-alert {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.default{
  background-color: white;
}




.icon {
  display: inline-block;
  font-style: normal;
}	
  
.icon-fw {
    text-align: center;
    width: 1.28571em;
}	
  
.icon-eye {
  font-size: 1.2em;
  font-weight: bold;
}	
  
.icon-eye:before {
  content: "\01f441";
  /* font-size: 2em; */
}	

.block-password {
  position: relative;
}

.block-password .control-group,
.block-password-confirmation .control-group {
  position: relative;
}

.block-password input,
.block-password-confirmation input {
  padding-right: 50px;
}	

.block-password .input-icon,
.block-password-confirmation .input-icon {
  cursor: pointer;
  opacity: 0.2;
  position: absolute;
  /* right:540px; */
  left: 280px;
  top: -4px;
  font-size: 2rem;
  line-height: 1;				
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6a6c74;
}			

/* see https://jsfiddle.net/t58fnan9/1/ */
/* see https://css-tricks.com/html5-meter-element/ */
/* see https://css-tricks.com/password-strength-meter/ */
meter {
  /* Reset the default appearance */
/*  -webkit-appearance: none; */
      -moz-appearance: none;
  appearance: none;
    margin: 0 auto 1em;
    width: 315px;
    height: .5em;
      /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0,0,0,0.1);
}	

meter::-webkit-meter-bar {
    background: none;
    background-color: rgba(0,0,0,0.1);
}

meter[value="1"]::-webkit-meter-optimum-value { background: #ed1b23; }
meter[value="2"]::-webkit-meter-optimum-value { background: #ffc424; }
meter[value="3"]::-webkit-meter-optimum-value { background: #f5821f; }
meter[value="4"]::-webkit-meter-optimum-value { background: #a0ce67; }


meter[value="1"]::-moz-meter-bar { background: #ed1b23; }
meter[value="2"]::-moz-meter-bar { background: #ffc424; }
meter[value="3"]::-moz-meter-bar { background: #f5821f; }
meter[value="4"]::-moz-meter-bar { background: #a0ce67; }

.feedback {
    color: #9ab;
    font-size: 90%;
    padding: 0 .25em;
    font-family: Courgette, cursive;
    margin-top: 1em;
}
