
body {
    width: 100%;
    /*height: 100%;*/
    background: url(../images/background/weixin.jpg) fixed center;
    background-size: cover;
    /*background-size: auto;*/
    /*padding-top: 6%;*/
    overflow: hidden;
}

[role="bottom"] {
    position: absolute;
    padding: 20px;
    bottom: 0px;
    width: 100%;
}

[role="bottom"] a {
    color: #ffffff;
    font-size: 12px;
}

.login-button {
    color: #ffffff;
    padding: 5px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    min-width: 60px;
    text-align: center;
    font-size: 12px;
}

[role="logo"] {
    /* some logo is svg. no with and no height by default. min-width, min-height must be specified. */
    max-height: 60px;
    max-width: 300px;
    min-height: 30px;
    min-width: 30px;
}

.toast-top-center {
    top: 50px;
}

[role="select-user-info"] {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    margin-bottom: 2px;
}

[role="select-user-info"]:hover {
    background-color: #EEEEEE;
}

[role="select-user-info"] [role="select-user-info-domain"] {
    font-weight: bold;
}

[role="select-user-info"] [role="select-user-info-name"] {
}

[role="languages"] {
    margin-top: 10px;
}

[role="language"] {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #ffffff;
}

[role="language"].active {
    /*background: linear-gradient(316.12deg, #3c8dbc, #68bae9);*/
    background-color: #3c8dbc;
    color: #ffffff;
}

[role="language"]:not(:first-child) {
    margin-left: 5px;
}

[role="login"] {
    display: inline-flex;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}

[role="login-left"] {
    width: 500px;    width: 500px;
    background: url(../images/login/5.jpg);
    background-size: 240%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-position-x: center;
    background-position-y: center;
    transition: background-size 0.3s ease;
}

[role="login-left"]:hover {
    background-size: 260%;
}

[role="login-right"] {
    width: 500px;
    padding: 70px 80px 60px 80px;
    /*padding: 120px 70px 120px 100px;*/
    /* background: url(https://trae-api-cn.mchost.guru/api/ide/v1/text_to_image?prompt=futuristic%20AI%20technology%20artificial%20intelligence%20neural%20networks%20cyberpunk%20glowing%20blue%20and%20purple%20digital%20circuit%20board%20abstract%20tech%20background%20futuristic%20data%20visualization%20high%20detail%20cinematic&image_size=landscape_16_9); */
    background-size: cover;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-position-x: center;
}

[role="login"].mobile {

}


[role="login"].mobile [role="login-left"] {
    display: none;
}

[role="login"].mobile [role="login-right"] {
    padding: 20px 30px 10px 30px;
    width: 400px;
}

.form-check {
    display: inline-flex;
    align-items: center;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: 0;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0;
    margin-right: 0.5rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}

.form-check-input:checked {
    background-color: #28a745;
    border-color: #28a745;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.form-check-input:focus {
    border-color: #28a745;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}

.form-check-label {
    cursor: pointer;
    font-weight: normal;
}


