.header {
    width: 100%;
    height: 80px;
    top: 0;
    background-color: #0f2539;
    z-index: 10;
    background-image: url(../images/arctos-mask-gray.png);
    background-size: 60px;
}

.language-style {
    list-style-type: none;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

#language-dropdown {
    margin: 0;
    font-weight: 300;
    font-size: 1.125rem;
}

.copyright {
    overflow: auto;
    bottom: 0px;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background-color: #667888;
    background-image: url(../images/arctos-mask-gray.png);
    background-size: 5%;
}

body {
    background: var(--body-background);
}

.btn-primary {
    color: #fff !important;
    background-color: var(--login-btn-background) !important;
    border-color: var(--login-btn-background);
}

.btn-primary:hover {
    border-color: var(--login-btn-background);
}

.login-one-start {
    background-color: var(--body-background);
    height: 100% !important;
    padding: 1rem;
}

.login-one-inputs > input {
    border: 1px solid var(--login-input-border-color) !important;
}

input::placeholder {
    color: #495057 !important;
}

::selection {
    color: white;
    background: darkcyan;
}

.btn-login {
    box-shadow: none;
    background-color: var(--login-btn-background);
    color: #ffffff;
    width: 100%;
}

.btn-login-google {
    box-shadow: none;
    background-color: #ffffff;
    color: #000000 !important;
    width: 100%;
}

.btn-login-microsoft {
    box-shadow: none;
    background-color: #0465b9;
    color: #ffffff !important;
    width: 100%;
}

.btn-login-microsoft img {
    padding: 2px;
    height: 20px;
}

.btn-login-apple {
    box-shadow: none;
    background-color: #000000;
    color: #ffffff !important;
    width: 100%;
}

.btn-login-line {
    box-shadow: none;
    background-color: rgba(0, 184, 50, 0.75);
    color: #ffffff !important;
    width: 100%;
}

.btn-login-google img {
    padding: 2px;
    margin-right: 4px;
    margin-bottom: 4px;
    height: 20px;
}

.btn-login-apple img {
    padding: 2px;
    margin-right: 4px;
    margin-bottom: 4px;
    height: 20px;
}

.btn-login-microsoft img {
    padding: 2px;
    margin-right: 4px;
    margin-bottom: 4px;
    height: 20px;
}

.btn-login-line img {
    padding: 2px;
    margin-right: 4px;
    margin-bottom: 4px;
    border-style:solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #179036;
    height: 20px;
}

hr {
    border-color: #ccc;
}

.login-logo {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
.term_word {
    margin-top: 3rem;
    font-size: larger;
    font-weight: bolder;
    color: #3b3f5c;
}
.term_word > a {
    color: #14879E;
    text-decoration: underline;
}

.lang {
    list-style: none;
}
