body
{
    position: absolute;
    height: 100%;
    width: 100%;
    /* /background-image: url("../images/logo.jpeg"); */
    background-size: cover;
    background-repeat: no-repeat; /* Do not repeat the image */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}


.signin
{
height: fit-content;
width: 500px;
padding: 5px;
}

.logo-div{
    width:100%t;
    display:flex;
    justify-content:center;
}
.logo-div img{
    height:400px;
}

.signin div
{
    height: fit-content;
    width: 100%;
    display: flex;
}

.signin div label
{
    display: flex;
    background-color: rgb(0,0,0,.4);
    color: rgb(255,255,255);
    font-size: 1.2rem;
    width: 100px;
    line-height: 30px;
    padding: 5px;
    text-align: center;
}
.signin div input
{

    width: 400px;
    text-align: center;
    line-height: 40px;
}


.signin_btn 
{
    width: 90%;
    margin: 5%;
}

.errors
{
    color: rgb(255,0,0);
    font-size: 1rem;
    font-weight: 1000;
    width: 100%;
    display: inline-block;
    
}
