*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    overflow-y: hidden;
}

  
.image{
 z-index: 1;
height:100vh;
width: 100%;
 opacity: 0.9;
 background-repeat: no-repeat;


}
.main{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    
}
div{
    display: block;
}

.container{
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 84rem;
    margin-right: 8rem;
  
}


#form-error{
    color: black;
    font-size: 1rem;
 
}
.logo{
    color: green;
   display: none;
   
}
.logonone{
display: contents;
}

#form-label{
font-size: 1rem;
color: black;
}


#form-input{
    border: 0;
    border-bottom: 2px solid black;
    font-size: 20px;
    outline: none;
    background: transparent;
    margin:  -1px 0px 0px 0px ;
    transition: 0.3s;
    
  
}