* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #000000d1;
}

form {
    width: 300px;
    height: 500px;
    border: 1px solid black;
    margin: auto;
    justify-items: center;
    background-image: url(bg-img2.jpg);
    background-size: cover;
    background-color: brown;
}

.heading {
    margin-bottom: 30px;
    margin-top: 30px;
    color: white;
}

form div {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: center;

}

input {
    width: 80%;
    height: 30px;
    margin: auto;
    border-radius: 20px;
    text-align: center;
}

.box {
    gap: 10px;
    border-radius: 10px;
}

.shahid {
    margin-left: 30px;
    margin-top: 29px;

}

.shahid:hover {
    background-color: rgb(210, 221, 234);
}

.chec {
    width: 17%;
    height: 65px;
    padding: 0px 15px;
    margin-right: 211px;
}

.formimg {
    width: 15px;

    height: 106px;
    position: sticky;
    right: -3px;
}

.check {
    position: relative;
    bottom: 58px;
    right: 5px;
}

.c {
    position: relative;
    top: 0px;
    margin-right: -100px;
    color: rgb(237, 227, 227);
    margin-top: -35px;

}

form a {
    color: rgb(205, 205, 205);
    text-decoration: none;
}