.login-page,
.register-page {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    background: #dddddd url('../img/login_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.login-box, .register-box {
    width: 360px;
}

.login-box-msg, .register-box-msg {
    margin: 0;
    padding: 0 10px 20px;
    text-align: center;
}

.login-box .card, .register-box .card {
    margin-bottom: 0;
}

.login-page .login-logo {
    display: none;
}

.login-page .login-logo2 {
    margin-bottom: 15px;
    text-align: center;
}

.card-title {
    color: #000000;
}