/*@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*/
 *{
    margin: 0;
    padding: 0;
  }  
  .main
  {
    width: 100%;    
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%,rgba(0,0,0,0.59)50%),url(backPic.png);
    /*display:flex;
    position: absolute;
    top: -20px;
    left: 880px;
    border-radius: 20px;
    padding: 25px;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
    background-color: lightseagreen;*/
    background-position: center;
    background-size: cover;
    height: 109vh;
  } 
  .Wrapp
  {
    width: 1200px;
    height: 75px;
    margin: auto;
    /*font-size: 20px;
    background:transparent;
    border: 2px solid rgba(255, 255, 255, .2);
    color: #fff;
    border-radius: 10px;
    padding: 30px 40px;*/
  }
  .pict
  {
    width: 200px;
    float: left;
    height: 70px;
  }
  .logPic
  {
    color: greenyellow;
    font-size: 35px;
    font-family: 'Times New Roman';
    padding-left: 20px;
    float: left;
    padding-top: 10px;
  }
  .header
  {
    width: 400px;
    float: left;
    height: 70px;
  }
  ul
  {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul li
  {
    list-style: none;
    margin-left:62px ;
    margin-top: 27px;
    font-size: 14px;
  }
  ul li a
  {
    text-decoration: none;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;
  }
  ul li a:hover
  {
    color: blue;
  }
  .search
  {
    width: 330px;
    float: left;
    margin-left: 270px;
  }
  .srch
  {
    font-family: 'Times New Roman';
    width: 200px;
    height: 40px;    
    background:transparent;
    border: 1px solid red;
    margin-top: 13px;
    color: #fff;
    border-right: none;
    font-size: 16px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }
  .btn
  {
    width: 100px;
    height: 40px;    
    background:transparent;
    border: 2px solid red;
    margin-top: 13px;
    color: #fff;
    font-size: 15px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }
  .btn:focus
  {
    outline: none;
  }
  .srch
  {
    outline: none;
  }
  .advert
  {
    width: 1200px;
    height: auto;
    margin: auto;
    color: #fff;
    position: relative;
  }
  .advert par
  {
    padding-left: 20px;
    padding-bottom: 25px;
    font-family: Airal;
    letter-spacing: 1.2px;
    line-height: 30px;
  }
  .advert h1
  {
    font-family: 'Times New Roman';
    font-size: 50px;
    padding-left: 20px;
    margin-top: 9px;
    letter-spacing: 2px;
  }
  .advert .join
  {
    width: 160px;
    height: 40px;
    background: green;
    border:none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
  }
  .advert join a
  {
    text-decoration: none;
    color: #000;
    transition: 0.3s ease;
  }
  .advert span
  {
    color: purple;
    font-size: 60px;
  }
  .login
  {
    width: 250px;
    height: 400px;
    background: linear-gradient(to top, rgba(0,0,0,.8)50%,rgba(0,0,0,.8)50%);
    position: absolute;
    top: 10px;
    left: 700px;
    /*border-radius: 10px;*/
    padding: 25px;
  }
  .login h3
  {
    font-size: 50px;
    font-family: airal;
    font-weight: bold;
  }
  /*
  .Wrapp h1
  {
    font-size: 36px;
    text-align: Center;
  } 
  .Wrapp h2
  {
    font-size: 30px;
    text-align: Center;
  } 
  .Wrapp h3
  {
    font-size: 30px;
    text-align: center;
  } 
  form
  {
    width: 100%;
    text-align: center; 
    margin-left: 20%;
  }
  form label{
    display: flex;
    margin-left: -43%;
    font-size: 30px;
  }
  .Wrapp .input-box
  {
    position: relative;
    width: 45%;
    height: 55px;
    background-color: salmon;
    margin: 25px 0;
  }
  .input-box input
  {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid, rgb(255, 255, 255, .25);
    border-radius: 40px;
    font-size: 35px;
    color: #fff;
    padding: 1px 4px 1% 20px;
  }
  .input-box input::placeholder
  {
    color: #fff;
  }
  .input-box i
  {
    position: absolute;
    right: -50px;
    top: 25%;
    transform: translate(-50%);
    font-size: 30px;
  }
  .Wrapp .remember-forgot
  {
    display: flex;
    justify-content: space-between;
    font-size: 14.5px;
    margin: -15px 125px 15px;
  }
  .remember-forgot label input
  {
    accent-color: #fff;
    margin-right: 3px;
  }
  .remember-forgot a
  {
    color: #fff;
    text-decoration: none;
    margin: -15px 50px 15px;
  }
  .remember-forgot a:hover
  {
    text-decoration: underline;
  }
  .Wrapp .btn
  {
    width: 50%;
    height: 45%;
    background: #fff;
    border: none;
    outline: none;   
    border-radius: 40px;
    box-shadow: 0 0 16px, rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-right: 700px;
  }
  .Wrapp .registration
  {
    font-size: 14px;
    text-align: left;
    margin: 20px 0 15px;
  }
  .registration p a
  {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  .registration a:hover
  {
    text-decoration: underline;
  }*/