*{
    margin: 0;
    padding: 0;
    font-family: Arial;
    color: white;

}
body{
    width: 100vw;
    height: 100vh;
    background: #000000;
    display: grid;
    justify-content: center;
    align-content: center;
}

.fon{
    background-image: url('images/2.jpg'); 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
}

::-webkit-input-placeholder{
    color: #eee;
}
.wrapper{
    background-color: rgba(67, 54, 54, 0.5);
    position: relative;
    width: 800px;
    height: 65vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 3px solid rgb(246, 241, 140);
    box-shadow: 0 0 50px 0 rgb(246, 202, 152);
}
.form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title{
    font-size: 70px;
    font-weight: bold;
    text-shadow: 3px 2px 5px rgba(255, 255, 255, 0.5);
}

.inp{
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}
.input{
    border: none;
    outline: none;
    background: none;
    width: 260px;
    margin-top: 40px;
    padding-right: 10px;
    font-size: 17px;
    color: rgb(255, 255, 255);
}


.submit{
    border: none;
    outline: none;
    width: 288px;
    margin-top: 25px;
    padding: 10px 0;
    font-size: 20px;
    border-radius: 40px;
    letter-spacing: 1px;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(246, 241, 140), rgb(221, 116, 123));
}
.footer{
    margin-top: 30px;
    letter-spacing: 0,5px;
    font-size: 14px;
}
.link{
    color: rgb(246, 241, 140);
    text-decoration: none;
}

 .banner{
    position: relative;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    background: linear-gradient(to right, rgb(246, 241, 140), rgb(137, 67, 10)); 
    padding-right: 175px;  
    padding-left: 175px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: flex-end; */
} 


.wel_text{
    font-size: 70px;
    text-shadow: 3px 3px 5px rgba(255, 242, 212, 0.8);
    margin-top: -70px;
    line-height: 90px;  
}
.para{
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
}


h2{
    font-size: 50px;
    color: rgb(255, 255, 255);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.9);

}


.btn {
    padding: 8px 12px;
    background-color: rgb(246, 241, 140);
    color: #17172e;
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .link{
    font-size: 30px;
    color: #eee;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.9);

  }

