﻿body {
    /*background-image: url(/theme/KLO/img/login_fondo.jpg);*/    
    /*background-image: url(/theme/KLO/img/login-img.jpg);*/
    background-image: url(/theme/KLO/img/login-img2.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
.language-select {
    position: fixed;
    right: 30px;
    top: 20px;
    width: 150px;
}
.theme-dark .form-container {
    background-color: rgba(180, 180, 180, .6);
    color: #fff;
}
.footer-copy-right {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: small;
}

.form-container {
    width: 410px !important;
    min-width: 410px !important;
    padding: 40px;
    font-weight: 100;
    margin: auto;
    position: absolute;
    top: calc(50% - 43px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
}

.form-title {
    text-align: center;
    margin-bottom: 30px;
    color: black;
}

.form-title2 {
    text-align: center;
    margin-bottom: 30px;
}

    .form-title2 img {
        width: auto;
        height: 100px;
        /*border-radius: 0%;*/
        object-fit: cover;
        display: inline-block;
    }

.form-group input {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 12px 15px;
    margin-bottom: 20px;
}

.theme-dark .btn-primary {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 17px 33px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    text-transform: none;
    display: block;
    text-align: center;
    border: none;
    margin: 10px 0;
    line-height: normal;
    height: auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

    .theme-dark .btn-primary:active {
        background-color: rgba(0, 0, 0, 0.5);
    }

.form-check {
    color: white;
}

.text-center a {
    color: white;
    text-decoration: none;
}
