#registration {
    max-width: 300px;
    margin: 0 auto;
}
#registration p {
    margin-bottom: 15px;
}
#registration input[type="text"],
#registration input[type="email"],
#registration input[type="password"],
#registration select {
    width: 100%;
    padding: 10px;
}
#registration input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
}
#registration input[type="submit"]:hover {
    background-color: #005177;
}

#login label,
#registration label {
    color: black !important;
    display: block;
    margin-bottom: 5px;
}

#login {
    max-width: 300px;
    margin: 0 auto;
}
#login p {
    margin-bottom: 15px;
}
#login input[type="text"],
#login input[type="password"] {
    width: 100%;
    padding: 10px;
}
#login input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
}
#login input[type="submit"]:hover {
    background-color: #005177;
}
.matchvalley-deal-completed {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ed1c24;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 18px;
    border-radius: 0px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 24px;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 1px;
}

.matchvalley-deal-completed span {
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
}


.dashboard-container {
    display: flex;
}

.dashboard-sidebar {
    width: 25%;
    background: #f1f1f1;
    padding: 15px;
}

.dashboard-menu {
    list-style: none;
    padding: 0;
}

.dashboard-menu li {
    margin-bottom: 10px;
}

.dashboard-menu a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.dashboard-content {
    width: 75%;
    padding: 15px;
    background: #fff;
}
