@import url("https://fonts.googleapis.com/css2?family=Poopins:wght@300;400;500;600;700;800;900&display=swap");


body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: url(back.jpg);
    background-size: cover;

}
a:link{
    text-decoration: none;
    color: #187eeb;

}
.wrapper{
    font-weight:400; 
    position:absolute; top: 30%;
    width: 280px;
    height: 340px;
    border-radius:5px;
    padding: 20px;
    background: white;
    color: #fff;

}
.input-box input{
   
    width: 98%;
    height: 35px;  
    background: transparent;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
   
}

.login-demo{
    color:black;
    font-family: 'Roboto Condensed';
    font-size: 13px;
   
}

.submit{
    background-color: #000;
    border-radius:0px;
    color: white;
    width: 100%;
    height: 36px;
    font-size: 16px;
    font-family: 'Roboto Condensed';
    margin-bottom: 6px;
    
    

}


.logo {
    position: absolute;top: 20%;
    

}


.submit i{
    position:relative;
    color: black;
    left: 92%;
    top: 20%;
    font-size: 20px;
}

