/* +++++++++++++++++++  PUTME ++++++++++++++++++++++++++++++++++++++ */

body{
    background-color: #f1efe7;
    color: #006600;
    overflow: auto;
  }
  
  /* just aesthetics */
  .container {
    width: 90vw;
    /* height: 90vh; */
    border: 0px solid steelblue;
    justify-content: center;
    justify-items: center;
  }
  
  #login_logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;;
    width: 20%;
    height: auto;
  }
  #register_logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;;
    width: 45px;
    height: 35px;
  }
  .form-control, .form-control-sm{
    border-color: burlywood !important;
  }
  select.form-control{
      
      border: 1px solid rgb(136, 133, 129) !important;
  
  }
  