@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');
body{
    background-image: url("./background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;   
    background-position: center;
    background-size: cover; 
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.container{
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 40px; 
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    overflow-y: auto;
    margin-bottom: 40px;
    margin-top: 40px;
}
.button{
    height: 60px;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: tomato;
    font-size: 27px;
    margin-top: 30px;
}
.driverdetails{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.formfill{
    display: flex;
    padding: 20px;
}
.formfil{
    padding: 20px;
}
.formfil input{
    padding: 4px;
    margin: 7px;
}
.formfill:hover{
    background-color: rgb(0, 140, 255);
}
.formfil:hover{
    background-color: rgb(0, 140, 255);
}
span{
    font-weight: bold;
}
input{
    border-radius: 8px;
    border: none;
}
.sig-box{
    height: 170px;
    width: 350px;
    border: 2px solid gray;
}
.registerdiv{
    padding: 20px;
    display: flex;
}
.register-btn{
    height: 34px;
    width: 100px;
    color: white;
    background-color: tomato;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    margin: 0px 10px 10px;
}
.register-btn:hover{
    background-color: rgb(226, 69, 41);
}