.login_app {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100vh;
}

.login_main {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    flex-direction: row;
    display: flex;
    border-radius: 30px 30px 30px 30px;
}

.login_bg {
    width: 750px;
    height: 650px;
    background-color: #ddd;
    border-radius: 30px 0px 0px 30px;

}

.login_form {
    width: 400px;
    height: 650px;
    background-color: #fff;
    border-radius: 0px 30px 30px 0px;
    text-align: center;
}

.el-input.is-disabled .el-input__inner {
    color: black;
}

