body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url("../images/back3.png");
    background-size: cover;
    background-position: center; 
    background-repeat: repeat-y; 
    color: white;
}

.nav {
    display: flex;
    justify-content: center;
    padding: 30px 0;

}

.logo {
    width: 200px;
    height: auto;
    margin: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; 
}

.title {
    font-weight: 400;
}

.form-text {
    color: white;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding: 20px; 
}

button {
    padding: 10px 20px; 
    width: 100px;
    margin: 5px;
    background-color: white; 
    border-radius: 10px;
    border: none;
    color: #7749f8;
    font-weight: 600;
    cursor: pointer; 
    transition: background-color 0.3s; 
}

.terms-text a {
    color: white;
}

#redefinition_message{
    padding: 25px 20px;
}