.modal-login {
    top: 50px !important;
    width: 800px !important;
    min-width: 300px;
    overflow-y: unset;
}

.mlogin-wrapper {
    display: flex;
}

.mlogin-wrapper .input {
    margin-bottom: 10px;
}

.mcontent-login {
    padding-right: 50px;
}

.mdivisor {
    width: 2px;
    background: #ccc;
    margin-right: 50px;
}

@media screen and (max-width: 800px) {
    .mlogin-wrapper {
        display: flex;
        flex-direction: column;
    }

    .mcontent-login {
        padding-right: unset;
    }
}