* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
  }
  body{
    background-image: url(back.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .welcome{
    font-size: 20px;
  }
  .cont{
    float: right;
    margin-top: 40px;
    margin-right: 40px;
    border-radius: 10px;
    background-color: white;
  }
  .logo{
    width: 450px;
  }
  input{
    padding-left: 10px;
    display: block;
    width: 80%;
    height: 40px;
    border-radius: 8px;
    margin-left: 40px;
    border-style: none;
  }
  form{
    background-color: rgb(240, 176, 0);
    height: 400px;
    border-bottom-left-radius: 10px;      border-bottom-right-radius: 10px;
  }
  p{
    text-align: center;
  }
  .log{
    color: white;
    background-color: rgb(61, 33, 0);
  }
  .forgot{
    font-size: 12px;
    cursor: pointer;
  }