*{
    margin:0;
    padding:0;
    font-family: sans-serif;
}
.banner{
    width:100%;
    height:100vh;
    background-image: url("Authhacks.jpg");
    background-size:cover;
    background-position: center;
}
.container{
    display:flex;
    column-gap: 50px;
    
}


.box-1{
    margin-top: 50px;
    margin-left: 50px;
    height: 30px;
    width: 125px;
    background-color: rgb(255, 150, 150);
    box-shadow: -1px 0 10px #000000;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;


}
.box-2{
    margin-top: 50px;
    height: 30px;
    width: 125px;
    background-color: rgb(255, 120, 120);
    box-shadow: -1px 0 10px #000000;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
}
.box-3{
    margin-top: 50px;
    height: 30px;
    width: 125px;
    background-color: rgb(255, 90, 90);
    box-shadow: -1px 0 10px #000000;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
}
.box-4{
    margin-top: 50px;
    height: 30px;
    width: 125px;
    background-color: rgb(255, 60, 60);
    box-shadow: -1px 0 10px #000000;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
}
.box-5{
    margin-top: 50px;
    height: 30px;
    width: 125px;
    background-color: rgb(255, 30, 30);
    box-shadow: -1px 0 10px #000000;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
}
.box-6{
    margin-top: 50px;
    height: 30px;
    width: 125px;
    background-color: rgb(255, 0, 0);
    box-shadow: -1px 0 10px #000000;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
}
.container2{
    margin-top: 50px;
    display:flex;

    
}
.loginbox{
    margin-left: 50px;
    width:275px;
    height: 370px;
    background: #ebe3e392;
    color:#fff;
    box-shadow: -1px 0 10px #000000;
    margin-right: 50px;
}
.avatar{
    width:100px;
    height:100px;
    border-radius:50%;
    
    top: -50px;
    left:calc(50%-50px);
    

}
.questionBox{
    
    width:750px;
    height: 370px;
    background: #ffffff92;
    color:black;
    box-shadow: -1px 0 10px #000000;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;

}
.hintBox{
    background: #ffffff92;
    color:black;
    box-shadow: -1px 0 10px #000000;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-style: normal;
}
.h1{
    margin-left: 50px;
    padding: 0 0 20px;
    font-size: 20px;
}
.loginbox p{
    margin:0px;
    padding: 0 0 0px;
    font-weight: bold;
}
.loginbox input{
    width: 100%;
    margin-bottom: 20px;
}
.loginbox input[type="text"], input[type="password"] {
    border:none;
    border-bottom:1px solid #fff;
    outline: none;
    height: 40px;
}