﻿:root {
    --backgroundcolor: #2c2948;
    --buttoncolor: #c7ad8c;
    --placeholdercolor: #c2e0b2;
    --textboxcolor: #c7ad8c;
}

.layout__container--firstaccess--version-2 .bg {
    color: #d8b595;
    background-color: var(--backgroundcolor) !important;
}

.layout__container--firstaccess--version-2 .box .col:last-child {
    background: var(--backgroundcolor);
    animation: none;
}

.layout__container--firstaccess .logo {
    background-image: url(/Content/InternationalPlace-SS/InternationalPlace/internationalplace_SS_Logo.png);
    height: 300px;
    width: 305px;
}

.layout__container--firstaccess .box .input-container input {
    color: var(--textboxcolor) !important;
}

.layout__container--firstaccess .box .input-container--submit button,
.layout__container--firstaccess .box .input-container--submit input[type="submit"] {
    background-color: var(--buttoncolor);
    color: var(--placeholdercolor) !important;
}

    .layout__container--firstaccess .box .input-container--submit button:hover,
    .layout__container--firstaccess .box .input-container--submit input[type="submit"]:hover {
        background-color: #dbc2a7;
    }

.layout__container--firstaccess .box .input-container input::placeholder {
    color: var(--placeholdercolor);
}

.layout__container--firstaccess .box .input-container {
    background-color: rgba(0, 0, 0, 0.1);
}

.layout__container--firstaccess--version-2 .bg {
    background: none !important;
    background-color: var(--backgroundcolor) !important;
}


