.m-login__title {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 25px;
    color: #9816f4!important;
}

.m-login__container {
    background: #fff;
    padding: 35px;
}

.m-login__container input{
    border-radius: 0;
}

.m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__logo {
    margin: 0 auto 2rem auto;
}

.m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form {
    margin-bottom: 0;
}

.m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-action .m-login__btn {
    width: 100%;
    padding: 1rem;
}

.m-login__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}

.m-login {
    background: #dadada;
    background-image: url("https://images.unsplash.com/photo-1529990131237-cfa5ce9517b6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1349&q=80t=crop&w=1350&q=80");
}

.m-login::before {
    background: rgba(0, 0, 0, .6);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}