Event-Planner / client / src / components / login / login.css
login.css
Raw
.btn-primary {
    background-color: black !important;
    border-color: black !important;
    --bs-btn-border-radius: 0.6rem !important;
    padding: 5.5px 145px !important;
}

.login-form {
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
}

.login-title {
    text-align: center;
    margin-left:5px;
    font-weight: 400;
    margin-bottom:10px;
}

.register-link {
    text-align: center;
    text-decoration: none;
    margin-bottom:10px;
}

a {
    color: gray !important;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

a:link {
    text-decoration: none;
}

/* visited link */
a:visited {
    text-decoration: none;
}

/* mouse over link */
a:hover {
    text-decoration: none;
}

/* selected link */
a:active {
    text-decoration: none;
}

.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

.left {
    left: 0;
    background-color: #EAEFEB;
}

.right {
    right: 0;
    background-color: rgb(255, 255, 255);
}