body {
    
    background-color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: url('../images-WOF/12-join-the-comrades.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
 }

 input {
    border-radius: 10px;
    border-style: none;
    padding: 1%;
    border: 2px solid #6B8E23;
 }

 .wofHeader {
    text-align: center;
 }

 .imageDiv img {
    max-width: 100%;
 }


.masterDiv {
    display: grid;   
    grid-template-columns: 1fr 3fr 1fr;
    margin-top: 5%;

}

@media (max-width: 900px) {
    
    .masterDiv {
        margin-top: 25%;
        
    }
}

.formDiv {
    text-align: center;
    background-color: #5e6148;
    opacity: 0.9;
    border-radius: 15px;
    padding: 3%;
}

.submit {
    background-color: #c4e08c;
    padding: 3%;
}



.submit:hover {
    cursor: pointer;
}

button {
    padding: 1%;
    border-radius: 5px;
    border-style: none;
}

.loginUpdate {
    background-color: #6B8E23;;
    opacity: 1;
}

.signupStatus {
    background-color: #6B8E23;
    border-radius: 15px;
}

.error {

    background-color: red;

}