body {
    background-image: url('../images/contiforcechallenge2025.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    /*justify-content: center;
    align-items: center;*/
    margin: 0;
}

.form-container {
    background-color: rgb(255 255 255 / 63%);
    padding: 30px;
    border-radius: 2px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    width: 100%;
    border: solid 3px #ffffff6e;
    margin-top: -70px;
}

.form-field{
    border-radius: 0;
    height: 50px;
    border: solid 2px #f8a60066;
    width: 100%;
    padding-left: 5px;
}

.btn-white{
    background-color: #fff;
    color:#000;
    border: solid 3px #000;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    width: 200px;
}

.btn-white:hover{
    background-color: #F8A600;
}

.link{
    color:#000;
}

.link:hover{
    color:#F8A600;
}

.footer-txt{
    margin-top: 10px;
    font-size: 0.8rem;
    font-weight: 500;
}

.logo img {
    max-width: 300px;
    margin: 0 auto 20px;
    display: block;
}
.text-justify{
    text-align: justify;
    font-weight: 500;
    font-style: italic;
    line-height: 1.5;

}
.footer {
    background-color: white;
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    text-align: center;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    font-size: 0.9rem;
}

.footer a {
    text-decoration: none;
    color: #333;
    margin: 0 5px;
}

.footer a:hover {
    text-decoration: underline;
}
