a {
    text-decoration: none;
}
.login-page {
    width: 100%;
    height: 100vh;
    display: inline-block;
    display: flex;
    align-items: center;
}
.form-right i {
    font-size: 100px;
}
.btn-login{
    background-color: #041E39;
    color : #fff ;
}
.bg-login{
    background-color: #041E39;
    color : #fff ;
}