.brmcnt{
    display: flex;
    flex-direction: column;
    gap: 4%;
    justify-content: center;
    align-items: center;
}
.brcnt{
    /*: 1px solid ;*/
    width: 46%;
    padding: 2%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.brcnt2{
    width: 90%;
    margin-top: 5%;
}

.brcnt2 th{
    font-size: 15px;
}
.bredicnt{
    width: 90%;
}
.login-page{
    /*background-color: aqua;*/
    display: flex;
    align-items: center;
    height: 80vh;
}
.logpage{
  border: 1px solid;
  height: 100%;
  width: 100%;
  z-index: 0; 
}
.logpage img{
  height: 100%;
  width: 100%;
}
.login-box{
  /*border: 1px solid red;*/
  position:absolute;
  z-index: 11;
  margin:-40px 0 0 77%;
 
  width: 300px;
}
.login-box-body{
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.login-box-msg{
  font-size: 20px;
  color: green;
  font-weight: 700;
}
.btn-success{
  width: 80px;
}
.btn-warning{
  width: 150px;
}
.form-group input {
  border: 1px solid green;
  border-radius: 10px;
  transition-duration: 0.5s;
}

.form-group input:focus {
  border: 1px solid red;
  border-radius: 10px;
}
