.container-login {
    height: 100vh;
}

.image-login {
    opacity: 0.4;
    background-image: url("../img/background-login.png");
    background-position: center;
    background-size: cover;
}

.login-logo {
    background-image: url("../img/logo_sgp.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 108px;
    height: 50px;
}

.slogan {
    letter-spacing: 4px;
    font-size: 12px;
}

body.dark .submit {
    color: #242526;
}

body.light .submit {
    color: #fff;
}

body.dark .ico-login {
    width: 20px;
    height: 22px;
    background: url('../img/ico/login-in.svg') center no-repeat;
}

body.light .ico-login {
    width: 20px;
    height: 22px;
    background: url('../img/ico/login-in-light.svg') center no-repeat;
}

body.dark .border-div {
    border-top: 1px solid #3A3B3C;
}

body.light .border-div {
    border-top: 1px solid #E3E5EA;
}

.w-login {
    width: 400px;
}

.theme-mode {
    position: fixed;
    top: 20px;
    left: 20px;
}