body{
  margin: 0;
  padding: 0;
  background-image: url(wineparty.jpg);
  background-size: cover;
  background-position: center;
  font-family: sans-serif;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.loginbox{
  margin-top: 100px;
  margin-bottom: 100px;
  width: 320px;
  height: 420px;
  background: rgba(0, 0, 0, 0.836);
  color: #fff;
  position:relative;
  box-sizing: border-box;
  padding: 70px 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,10%);
}

.icon{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}

h1{
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
}

.loginbox p
{
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.loginbox input{
  width: 100%;
  margin-bottom: 20px;
}

.loginbox input[type="text"], input[type= "password"]
{
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
}

.loginbox input[type="text"]:hover, input[type= "password"]:hover
{
 font-size: 17px;
  color: rgb(253, 136, 175);
}

.loginbox input[type="submit"]
{
  border: none;
  outline: none;
  height: 40px;
  background: #fb2525;
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
}

.loginbox input[type="submit"]:hover
{
  cursor: pointer;
  background: #ffc107;
  color: #000;
}

.loginbox a
{
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  color: darkgrey;
}

.loginbox a:hover
{
  color: #ffc107;
}

/* Header */

.list{
  list-style-type: none;
  margin: 20px;
  padding: 0px;
  overflow: hidden;
  background-color: rgba(19, 4, 4, 0.808);
  

}

.list-contents{
  display: inline;
  float: right;

}

.Logo{
  float: left;
  
}

.logo{
  height: 105px;
  width:105px;
  border-radius: 50%;
}

.list-links {
  font-size: 40px;
  font-weight: 500;
  display: block;
  color: #dd3131;
  text-align: center;
  padding: 30px 30px;
  text-decoration: none;
}

.list-links:hover {
  background-color:#e499ab;
}

.footer{
  margin: 20px;
  margin-top: 150px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  bottom: 0px;
  width: 97%;
  height: auto;
  background: rgb(0, 0, 0);
  color: #cccccc;

}



.main-content{
  display: flex;
  }

  .main-content .box{
    flex-basis:50%;
    padding:10px 20px;
  }

  .box h2{
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
  }

  .box .content {
    margin: 20px 20px 0 0;
  }

  .left .content p{
    text-align: justify;
  }
  .left .content .social {
    margin: 20px 0 0 0 ;
  }

  .left .content .social a{
   padding: 0 2px;
  }

  .left .content .social a span{
    height: 40px;
    width: 40px;
    background: #1a1a1a;
    line-height: 40px;
    text-align:center;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s;
  }

  .left .content .social a span:hover{
    background: #38b9e0;
  }

  .center {
    margin-left: 50px;
    margin-right: 20px;
  }


  @media screen and (max-width:  1000px) {  
    
  .list{
   margin: 10px;
}

.logo{
  height: 10vw;
  width:10vw;
  border-radius: 50%;
}

.list-links {
  font-size: 4vw;
  font-weight: 300;
  
  padding: 20px 20px;
  text-decoration: none;
}

.footer{
 
  margin-top: 6vh;
  padding: 0px;
  overflow: hidden;
  position:absolute;
  bottom: 0px;
  margin-left:3vw;
  margin-right: 3vw;
  padding: 0px;
  width:97vw;
  height:15vh;

}
.main-content .box{
    flex-basis:50%;
    padding:4px 8px;
  }

  .box h2{
    font-size: 0.8rem;
    font-weight: 200;
    text-transform: uppercase;
  }

  .box .content {
    margin: 3px 3px 0 0;
  }

  .left .content p{
    text-align: justify;
    font-size:8px;
  }
  .left .content .social {
    margin: 4px 0 0 0 ;
  }

  .left .content .social a{
   padding: 0 2px;
  }

  .left .content .social a span{
    height: 30px;
    width: 30px;
    background: #1a1a1a;
    line-height: 40px;
    text-align:center;
    font-size: 10px;
    border-radius: 3px;
    transition: 0.3s;
  }

  .left .content .social a span:hover{
    background: #38b9e0;
  }

  .center {
    margin-left: 2px;
    margin-right: 10px;
    width:10vw;
    font-size:0.8rem;
  }
 
}