@media(max-width:676px) {
    .login-form {
        display: none;
    }
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-hotel {
    position: relative;
    top: 26px;
}

.login-form {
    border: 2px solid #7496cb;
    /*width: 420px;*/
    /*height: 288px;*/
    box-shadow: 4px 4px 22px 1px #b4b4b4;
    border-radius: 4px;
    padding: 4px 10px;
    background-image: url('../images/kbs_login_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

 /*   .login-form[lang] {
        background-image: url('../images/kbs_login_background.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .login-form[lang="tr"] {
        background-image: url('../images/kbs_login_background.png');
        background-size: 100% 100%; 
        background-repeat: no-repeat;
        background-position: center; 
    }*/

    .login-form form {
        padding: 68px 0 0 85px;
        width: 403px;
    }

.form-control,
.form-buttons {
    margin-top: 6px;
    width: 305px;
}

.form-buttons {
    text-align: right;
    margin-left: 18px;
}

.form-control label {
    font-size: 14px;
    width: 120px;
    float: left;
}

.form-control input,
.form-control select {
    width: 100px;
    font-size: 14px;
    padding-left: 6px;
    margin-left: -8px;
}

login-form table {
    margin-top: 40px;
}

div.login-form table tr td:first-child {
    width: 60px;
}

div.login-form table tr td:nth-child(3) {
    width: 12px;
}

.form-buttons button {
    background-color: #fff;
    border: 1px solid #0074bd;
    width: 88px;
    font-size: 12px;
    padding: 8px 0 8px 12px;
    cursor: pointer;
}

    .form-buttons button:hover {
        background-color: #e8e8e8;
    }

button.login:before {
    content: "";
    width: 24px;
    height: 21px;
    background: url(../images/adonis-sprite-new.png) -267px -32px no-repeat;
    position: absolute;
    margin: -4px 0 0 -28px;
}

button.cancel:before {
    content: "";
    width: 24px;
    height: 26px;
    background: url(../images/adonis-sprite-new.png) -290px -32px no-repeat;
    position: absolute;
    margin: -4px 0 0 -28px;
}

.add-hotel {
    float: right;
    cursor: pointer;
    position: relative;
    top: 61px;
    z-index: 2;
    padding: 4px;
    left: 23px;
}

    .add-hotel:before {
        content: "";
        width: 20px;
        height: 20px;
        float: left;
        background: url(../images/adonis-sprite-new.png) -38px 0px no-repeat;
    }

    .add-hotel:hover {
        filter: opacity(0.8) drop-shadow(2px 2px 6px #4b4b4b);
    }

.del-hotel {
    float: right;
    cursor: pointer;
    position: relative;
    top: 61px;
    z-index: 2;
    padding: 4px;
    left: 14px;
}

    .del-hotel:before {
        content: "";
        width: 20px;
        height: 20px;
        float: left;
        background: url(../images/adonis-sprite-new.png) -79px 0px no-repeat;
    }

    .del-hotel:hover {
        filter: opacity(0.8) drop-shadow(2px 2px 6px #4b4b4b);
    }

.show-hide-pass {
    cursor: pointer;
    position: absolute;
    padding: 4px;
    top: -2px;
}

    .show-hide-pass:before {
        content: "";
        width: 24px;
        height: 24px;
        /* background: url(../images/adonis-sprite-new.png) -58px -0px no-repeat; */
        position: absolute;
        /*background: url(../images/visibility-on.png);*/
        margin-left: -30px;
        margin-top: -2px;
    }

    .show-hide-pass.show-pass::before {
        background: url(../images/visibility-on.png);
    }

    .show-hide-pass.hide-pass::before {
        background: url(../images/visibility-off.png);
    }

    .show-hide-pass:hover {
        /*filter: opacity(0.8) drop-shadow(2px 2px 6px #4b4b4b);*/
    }

.show-hide-control-key {
    cursor: pointer;
    position: absolute;
    padding: 4px;
    top: -2px;
    right: 28px;
}

    .show-hide-control-key:before {
        content: "";
        width: 24px;
        height: 24px;
        /* background: url(../images/adonis-sprite-new.png) -58px -0px no-repeat; */
        position: absolute;
        /*background: url(../images/visibility-on.png);*/
        margin-left: -43px;
        margin-top: -2px;
    }

    .show-hide-control-key.show-pass::before {
        background: url(../images/visibility-on.png);
    }

    .show-hide-control-key.hide-pass::before {
        background: url(../images/visibility-off.png);
    }

    .show-hide-control-key:hover {
        /*filter: opacity(0.8) drop-shadow(2px 2px 6px #4b4b4b);*/
    }

.adonis-assist-menu {
    padding: 0;
    margin-top: 6px;
}

.adonis-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

    .adonis-mobile .logo {
        width: 178px;
        height: 140px;
        display: inline-block;
    }

        .adonis-mobile .logo::before {
            content: "";
            width: 178px;
            height: 140px;
            background: url(../images/adonis-logo-v-sprite.png) 0 0 no-repeat;
            position: absolute;
        }

    .adonis-mobile[lang="en"] .logo::before {
        background: url(../images/adonis-logo-v-sprite.png) -180px 0 no-repeat;
    }

    .adonis-mobile .badge-container {
        width: 278px;
        height: 40px;
        margin-top: 60px;
    }

    .adonis-mobile[lang="en"] .badge-container {
        width: 246px;
    }

    .adonis-mobile .badge-container > div {
        display: inline-block;
    }

    .adonis-mobile .badge-container .android::before {
        content: "";
        width: 120px;
        height: 40px;
        background: url(../images/adonis-mobile-badge-sprite.png) -245px 0 no-repeat;
        display: inline-block;
    }

    .adonis-mobile .badge-container .ios::before {
        content: "";
        width: 154px;
        height: 40px;
        background: url(../images/adonis-mobile-badge-sprite.png) -365px 0 no-repeat;
        display: inline-block;
    }

    .adonis-mobile[lang="en"] .badge-container .ios::before {
        width: 122px;
    }

    .adonis-mobile[lang="en"] .badge-container .android::before {
        background: url(../images/adonis-mobile-badge-sprite.png) 0 0 no-repeat;
    }

    .adonis-mobile[lang="en"] .badge-container .ios::before {
        background: url(../images/adonis-mobile-badge-sprite.png) -123px 0 no-repeat;
    }

    .adonis-mobile .info {
        color: var(--text-color);
        font-size: 20px;
        padding: 10px;
        text-align: center;
    }

body:has(.adonis-mobile.active) {
    background: url(../images/adonis_background.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}