body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000000;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #acabab;

}
footer {
      margin-top: 40px;
      width: 100%;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
      padding: 0 20px;
    }

    .footer-links a {
      color: #777;
      font-size: 12px;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-links a:hover {
      color: #acabab;
      text-decoration: underline;
    }

    .copyright {
      color: #777;
      font-size: 12px;
      text-align: center;
      margin-top: 20px;
    }


.username{

    position: relative;
    top: -226px;
}
 
 
select{

    position: relative;
    background-color: #000000;
    color: #acabab;
    border: none;
    text-align: center;
    left: 100px;
    width: 95px;
    top: -235px;
    outline: none;
    appearance: none;   /* remove browser default styling */
    -webkit-appearance: none; /* Safari/Chrome */
    -moz-appearance: none;    /* Firefox */

     
}
 
select:hover, 
select:focus {
    border: none;
    outline: none;
}

.instagram{
    position: relative;
    height: 50px;
    top: -200px;
    left: 20px;
}

img{

  height: 22px;  
  

}

.book{
    position: relative;
    top: -6px;
    left: 4px;
    font-size:108%;
    font-weight:600;
    font-family: Arial, Helvetica, sans-serif;
}

.Forgot {

    text-decoration: none;
    text-align: right;
    text-decoration: none;
    color: #6377db;
    position: relative;
    top: -243px;
    left: -10px;
    font-size:86%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 20%;
}

form{
 
    display: flex;
    flex-direction: column;
    /* gap: 6px; */
     



}
.box{

    background: #000000;
    border-radius: 10px;
    padding: 30px;
    width: 300px;
    height: 380px;
     
}

input{

    padding: 12px 0px 7px 8px;
    border-radius:4px;
    border: 1px solid rgb(90, 90, 90);
    background: #121212;
    color: #ffffff;
    margin-bottom: 20px;
    width: 270px;
    height: 16px;
    position: relative;
    top: -240px;
    left: 10px;
    font-size: 76%;

    
}

input::placeholder{

color: #999999;
width: 300px;
 
 


}

button{

    border-radius:12px;
    color: #ffffff;
    background-color: #4863F2;
    width: 285px;
    height: 40px;
    border: none;
    margin-top: 10px;
    position: relative;
    font-weight: bold;
    top: -180px;
    left: 10px;
    /* transition: all 0.5s ease; */
}

button:active{
     transform: translateY(2px);
}

.login {
    
    position: relative;
    top: -230px;
    height: 33px ;
    border-radius: 8px;
    background-color: #334396;


}


.facebook{

    position: relative;
    top: -199px;
    padding: 2px;
    height: 35px;
    width: 278px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
     
}

.divider {
      display: flex;
      align-items: center;
      text-align: center;
      margin: 40px;
      position: relative;
      top: -210px;
      font-size: small;
      font-weight: bold;
    }

    .divider::before,
    .divider::after {
      content: '';
      flex: 1;
      border-bottom: 1px solid #525151;
      
    }

    .divider:not(:empty)::before {
      margin-right: 0.9em;
    }

    .divider:not(:empty)::after {
      margin-left: 0.9em;
    }

    small{
        text-align: center;
        position: relative;
        top: -195px;
         
    }

    .link{
        position: relative;
         left: 4px;
        font-size: 110%;
        font-weight: bold;
        text-decoration: none;
        color: #4863F2;
         
        
    }

    .second{

        position: relative;
        top: -140px;
        font-family: Arial, Helvetica, sans-serif;
        font-size:90%;
         


    }

     