.invalid-feedback{
    color:red;font-size: 10px;
  }
  .login-page,.register-page{
    background: url("../images/timesheet_bg3.jpg") #d2d6de  !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center  !important;
  }

  .login-logo a, .register-logo a{
    color:#ffffff !important;
  }

  .login-box-body , .register-box-body{
    /*border-radius: 10px;*/
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .login-box{
    border:0px solid #64390c;
    width: 400px !important;
  }

  .login-logo{
    background-color: rgb(4, 164, 213); 
    padding: 20px 0; 
    border-top-left-radius:10px; 
    border-top-right-radius:10px; 
    margin-bottom: 0px !important;
  }

  .mono-color{
    color: rgb(4, 164, 213) !important;
  }