body {
    margin: 0 auto;
    background-image: linear-gradient(to top, #121213, #0d5686);
    background-repeat: no-repeat;
    font-family: "Kanit", serif;
    font-weight: 400;
    font-style: normal;
}

.wrapper {
    width: 800px;
    background-color: rgb(233, 232, 232);
    margin: 0 auto;
    box-shadow: 0px 2px 8px black;
    padding-top: 5px;
}

.banner {
    background-image: url('../images/banner.png');
    width: 790px;
    height: 160px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.nav-wrapper {
    width: 790px;
    height: 33px;
    background-color: rgb(255, 255, 255);
    margin: 0 auto;
    margin-top: -10px;
}

ul {
    margin-left: -40px;
    display: flex;
    list-style-type: none;
}

li {
    margin-top: 8px;
}

li a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    margin-right: 20px;
    padding: 8px 16px;
    transition: background-color .30s linear;

}

li a:hover {
    color: #0d5686;
    background-color: #e6e6e6;
}

.content-wrapper {
    width: 100%;
    display: flex;
    background-color: rgb(233, 232, 232);
    height: auto;
    margin-top: 5px;
}

.sidebar {
    width: 200px;
    height: 400px;
    background-color: white;
    margin-left: 5px;

}

.cplinks {
    width: 190px;
    height: 150px;
    background-color: #c9c9c9;
    margin: 5px;
    background-image: url('../images/register.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 20px;
}

.reglinks {
    width: 190px;
    height: 80px;
    margin: 5px;
    margin-top: -10px;
    background-color: #f5f1e1;
    display: flex;
}

.login p {
    margin: 0; /* Remove margin for perfect centering */
    font-weight: bold;
    font-size: 24px;
    color: white;
    display: block;
    text-shadow: 1px 1px 1px green;
}

.login {
    width: 80px;
    height: 60px;
    background-image: linear-gradient(to top, rgb(115, 226, 72), #ffffff);
    margin: 10px;
    border-radius: 15px;
    border: solid 2px rgb(44, 165, 7);
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    user-select: none;
}


.login:hover {
    background-image: linear-gradient(to top, #06cfd6, #ffffff00);
    box-shadow: 0px 0px 2px black;
}

.register {
    width: 50px;
    height: 60px;
}

.registerbutton {
    margin-top: 12px;
    width: 83px;
    height: 25px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    user-select: none;
}

a {
    text-decoration: none;
    color: black;
}

.registerbutton2 {
    margin-top: 10px;
    width: 83px;
    height: 25px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    user-select: none;
}

.registerbutton p, .registerbutton2 p {
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 4px;
}

.registerbutton:hover , .registerbutton2:hover {
    box-shadow: 0px 0px 3px#121213;
}

.maincontent {
    margin-left: 5px;
    margin-right: 5px;
    width: 600px;
    height: auto;
    background-color: white ;
}

.contentwrap {
    display: flex;
    margin: 20px;
}

.gettingstarted {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.gettingstarted h1 {
    font-size: 38px;

}

.gettingstarted p {
    margin-top: -10px;
}

.button-wrap {
    display: flex;
}

.button {
    width: 100px;
    height: 40px;
    background-color: rgb(255, 196, 0);
    margin-right: 40px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #0d5686;
    user-select: none;
}

.button:hover {
    background-color: orange;
}

.button p {
    margin-top: 18px;
}


.sideimage {
    background-image: url('../images/pngegg.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80%;
    height: 420px;
    overflow: hidden;
}

.successimage {
    background-image: url('../images/riding.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80%;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}

.About h1 {
    text-align: center;
    color: #e6a009;
}

.About p {
    font-size: 18px;
    text-align: center;
}

footer {
    margin-top: 300px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    height: 50px;
}

.registrationcon {
    margin:  0 auto;
    max-width: 400px;
}

#formbox {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    width: 400px;
    height: auto;
    background-color: rgba(177, 177, 177, 0.116);
    box-shadow: 10px 10px 5px rgba(12, 12, 12, 0.062);
    border-radius: 20px;
    padding-bottom: 20px;
}

.inputdivider {
    margin-top: 20px;
}

.title {
    padding-top: 10px;
    margin: 0 auto;
    color: #01b5ec;
}

input {
    padding: 10px;
    margin-top: 10px;
}


input.radio {
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
}

input.button {
    padding-top: 10px;
    margin: 0 auto;
    background-color: white;
    width: 200px;
}

input.button:hover {
    background-color: gold;
}