﻿﻿
.login-code {
    display: flex;
    justify-content: space-between;
}

.login-code > input {
    width: 70%;
}

.login-code-img {
    width: 28%;
    height: 100%;
    cursor: pointer;
}

    .login-code-img > img {
        width: 100%;
        height: 100%;
    }
