  .loginouter
    {
     
      height: 360px;
      margin-top: 100px;
      margin-bottom: 100px;
    }
    .logininner
    {
      border:none;
      height: 350px;
      outline-style: solid;
  outline-color:lightblue;
  outline-width: thick;
      background-color: white;
      box-shadow: 0px 0px 10px yellow;
    }
    .loginbody
    {
       background-color:#fbb034;
    }
    .login
    {
color:black;
text-align: center;
margin-top: 10px;
font-size: 30px;
    }
    .logininput
    {width: 100%;
      height: 38px;
      font-size: 17px;
     background-color:#f0f8ff;
     color: black;
     outline-style: solid;
  outline-color:lightblue;
  outline-width: thin;
     border:none;

    }
    .logintext
    { margin-top:-10px;
      text-align: center;
      margin-bottom: 30px;

    }
    .loginbtn
    {margin-top: 10px;
      width: 100%;
      height: 38px;
    }