
h1{
    color: #d46306;
    font-size: 30px;
    font-weight: bold;
    margin: 20px auto;
  }


  a{
    text-decoration: none;

    color: #000;
  }

  
  html{
   
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;

    background: linear-gradient(135deg, #f0fdf4, #fef2f2);
    background-size: cover;
    position: relative;
  }


  .login-box{
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 215px auto;
  }
  .boxbg {
    top: 50px;
    position: absolute;
    width: 1000px;
    height: 400px;
    background-color: #d46306;
  }
  
  .login {
    top: -20px;
    left: 300px;
    position: relative;
    background-color: #fff;
    width: 550px;
    height: 610px;
    box-shadow: 2px 2px 2px;
    border-radius: 10px;
  }
  
  button {
    border: 2px solid #939393;
    background-color: #fff;
    font-size: 18px;
    padding: 10px 15px 10px 15px;
    width: 150px;
    display: block;
    margin: 20px auto;
  }
  input{
  width: 100%;
    margin-bottom: 20px;
    border: 0;
    padding: 10px;
    border-bottom: 1px solid rgb(128, 125, 125);
    font-size: 15px;
    outline: none;
  }
  
  .btn2{
  background: none;
    color: #fff;
    border: 2px solid #ffffff;
    cursor: pointer;
  }
  
  .boxbg p{
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  }
  h2{
  font-size: 18px;
  padding-left: 5px;
  margin-bottom: 20px;
  }