.overall {
    background-image: url("../images/dashboard.png");
    background-position: center;
    background-size: cover;
    display: flex; /* Enables flexbox */
    align-items: center; /* Centers vertically */
    justify-content: center; /* Centers horizontally */
    height: 80vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#sendcode1{
    display: block;
    width: 400px;
    margin: auto;
    border: 1px solid rgb(167, 165, 192);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    background-color: rgb(255, 255, 255);
}

#sendcode1 button{
    width: 100%;
    border: none;
    border-radius: 20px;
    background-color: rgb(67, 63, 87);
    color: white;
    height: 50px;
    margin-top: 10px;
}
#sendcode1 h3{
    margin-bottom: 20px;
}

#sendcode1.inactive{
    display: none;
}


#entercode{
    width: 400px;
    display: block;
    margin: auto;
    border: 1px solid rgb(167, 165, 192);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    background-color: rgb(255, 255, 255);
}
#entercode button{
    width: 100%;
    border: none;
    border-radius: 20px;
    background-color: rgb(67, 63, 87);
    color: white;
    height: 50px;
    margin-top: 10px;
}
#entercode h3{
    margin-bottom: 20px;
}

#entercode.active{
    display: block;
}


#changepassword{
    display: block;
    width: 500px;
    margin: auto;
    border: 1px solid rgb(167, 165, 192);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    background-color: rgb(255, 255, 255);
}
#changepassword button{
    width: 100%;
    border: none;
    border-radius: 20px;
    background-color: rgb(67, 63, 87);
    color: white;
    height: 50px;
    margin-top: 10px;
}
#changepassword h3{
    margin-bottom: 20px;
}
#changepassword:active{
    display: block;
}
.memeholder{
    width: 30%;
}
#meme{
    width: 100%;
}

.form-control{
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #sendcode1 {
        width: 90%;
    }
    #changepassword{
        width: 90%;

    }
    
    #entercode {
        width: 90%;
    } 
}

.erroruptop p{
    color: red;
}
.complete{
    width: 100%;
    height: 40px;
    background-color: rgb(55, 72, 87);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
@media (max-width: 768px) {
    .complete{
        width: 100%;
        font-size: 12px;
        padding: 20px;
        padding-top: 30px;
        text-align: center;
    }
    .memeholder{
        width: 50%;
    }
}
