@font-face{
  font-family: "Open Sans";
  src: url("/css/fonts/OpenSans-Regular.ttf") format("truetype");
}
html,
body {
  height: 100%;
}

body {
  background-color: #f5f5f5;
  height: 100%;
  font-size: 14px;
}
.footer {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  /* height: 60px;  */
  /* line-height: 60px;  */
  background-color: #f5f5f5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-left:0;
}


/* .login {
  
} */

.form-signin {
  width: 100%;
  max-width: 330px;
  /* padding: 15px; */
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
/* .form-signin input {
  margin: 0 0 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
} */
/* .form-signin input[type="password"] {
  margin: 0 0 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
} */
