/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9/10/2019, 10:14:59 PM
    Author     : pospocket
*/


body {
  background: url("../phpimages/background.jpg");
  background-repeat: no-repeat;
}


.login-box{
  margin-top: 100px;
  border: 2px solid #005384;
  
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="username"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#btn_change_password {
    padding-top: 20px;
}

#btn_change_password a{
    display: block;
    margin: auto;
}

.footer_login{
  margin-top: 15px;
  text-align: center;
}

