body {
    background-color: rgb(242, 246, 248);
    padding-left: 8%;
    padding-right: 8%;
    font-family: sans-serif;
}

form {
    background-color: white;
    text-align: center;
}

#text {
    text-align: center;
    margin-bottom: -50px;
}

#text>:nth-child(1) {
    font-size: 32px;
}

#text>:nth-child(2) {
    font-size: 18px;
    color: rgb(102, 102, 102);
}

#text>:nth-child(3) {
    font-size: 12px;
    color: rgb(153, 153, 165)
}

#end>form {
    width: 28%;
    display: grid;
    margin: auto;
    margin-left: 35%;
    margin-top: 70px;
    margin-bottom: 40px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

#form>:nth-child(5) {
    width: 82%;
    height: 40px;
    color: white;
    border: transparent;
    background-color: rgb(92, 199, 248);
}

#form>:nth-child(7) {
    width: 82%;
    height: 45px;
    margin-bottom: 30px;
}

form>input {
    border: 1px solid rgb(198, 210, 217);
    display: block;
    margin: auto;
    margin-bottom: 5px;
    width: 75%;
    height: 10%;
    padding: 15px 15px 15px 15px;
}


form>p {
    text-align: center;
    margin: 10px 0px 20px 0px;
}

h4 {
    margin: 30px 0px 10px -65%;
}

#img>a {
    margin-left: 90%;
}

#img>img {
    height: 35px;
    margin-top: 25px;
    margin-left: 50px;
}

form>div {
    width: 75%;
    height: 45px;
    display: flex;
    text-align: center;
    margin: auto;
    padding-top: -10px;
    border: 1px solid rgb(198, 210, 217);
    margin-bottom: 30px;
}

#chbox {
    width: 84%;
    height: 45%;
    margin: 10px 30px;
    border: transparent;
}

#form>div>img {
    width: 40px;
    height: 20px;
    margin-top: 15px;
    margin-right: 30px;
}

#form>div>p {
    color: rgb(102, 102, 102);
}

#bottom {
    text-align: center;
}

#bottom>:first-child {
    margin-top: -30px;
}

#bottom>:last-child {
    margin-top: 20px;
    font-size: 12px;
}

select {
    border: transparent;
    font-size: 15px;
    color: #898989;
    background-color: rgb(242, 246, 248);
}