*{
    margin: 0px;
    padding: 0px;
}
/* .adjust{
background-image: url(images/main.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
width: 100%;
height: 100vh;
} */
.container-fluid{
    padding-left: 0px;
}

.form{
    border: 1px solid;
    border-color: aliceblue;
    position: absolute;
    margin-top: 6%;
    margin-left: -9%;
}
.align
{
    background: linear-gradient(45deg, #070707, hwb(263 4% 41%) 63%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: xx-large;
}
.btn{
    width: 38%;
}
.size{
    height: 40px;
    margin-top: 30px;
    margin-left: 30px;
}
.footer{
    color: white;
    position: absolute;
    bottom: 0px;
    display: flex;
    margin-left: 20px;
    margin-bottom: 10px;
    height: 30px;
}
.logo{
     margin-right: 10px;
}
.font{
    font-size: small;
    margin-top: 10px;
}