.software-title {
    font-size: 24px;
    font-family: sans-serif;
    margin-top: 20px;
    text-align: center;
    background-color: var(--primary-color);
    width: 400px;
    padding: 5px 0px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
    font-weight: bold;
	border-radius: 5px;
}

.logo-login {
    /* width: 200px;
    margin-bottom: 2rem; */
    width: 350px;
    margin-bottom: 0px;
}
