#ministry_title {
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 5px;
}

.loginpage {
    margin-left: 124px !important;
    margin-right: 124px !important;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 20px;
    padding: 30px;
}

.logo-title {
    margin-bottom: 20px;
}

#welcome_message {
    font-size: 18px;
    font-weight: 600;
}

#topdescription {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    font-style: italic;
}

#logoside {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    margin-top: 10%;
}
#sign_up{
    text-align: center;
}