:root {
    --black: #000000;
    --white: #ffffff;
}

a {
    text-decoration: none;
}

/* ================================================================================== */
/* Start Login Form Section Here */
/* ================================================================================== */

.login-page {
    width: 100%;
    height: 100vh;
    display: inline-block;
    display: flex;
    align-items: center;
}

.form-right i {
    font-size: 100px;
}

/* ================================================================================== */
/* End Login Form Section Here */
/* ================================================================================== */