/*
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 : 10 Feb, 2021
*/
.login_input, .login_btn {
  height: 2.8rem;
}

.login_header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border-color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.card.f-password {
  width: 18rem;
  z-index: 1;
}

footer {
  position: fixed;
  height: 2rem;
  bottom: 0px;
  width: 100%;
}

.card.f-password button {
  padding: 4px 6px !important;
}

/*# sourceMappingURL=login.css.map */
