@charset "UTF-8";

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 100px;
}

body {
    background-image: url("/cas/themes/saasApereo/images/login-bg2.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
}

#app {
    height: 100%;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    /*top: 15%;*/
    /* border: 1px solid #cccccc; */
    /* background-color: rgba(255, 255, 255, 0.3); */
    /* text-align: center; */
    /* box-sizing: border-box; */
    /*min-height: 7rem;*/
    min-width: 10rem;
}

.login-left {
    /*height: 100%;*/
    width: 35.4%;
    /* border: 1px solid red; */
    min-width: 4.99rem;
    height: 6.69rem;
    box-shadow: 0px 3px 51px 0px rgba(42, 58, 201, 0.75);
    border-radius: .1rem;
}

.login-left img {
    width: 100%;
    height: 100%;
}

.login-text {
    position: relative;
    top: -100%;
    /* left: 30%; */
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-style: italic;
    color: rgba(75, 127, 179, 1);
}



.login-right {
    /*height: 100%;*/
    box-shadow: 0rem 0.03rem 0.9rem 0rem rgba(0, 0, 0, 0.11);
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 1);
    width: 5.47rem;
    min-width: 4.01rem;
    height: 6.69rem;
    margin-left: -0.8%;
    padding-top: 22.42%;
    box-sizing: border-box;
    /* border: 1px solid green; */
}

.login-welcome {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(29, 147, 227, 1);
    line-height: 0.28rem;
    margin-left: 9.18%;
}

.login-line {
    width: 0.62rem;
    height: 0.05rem;
    background: rgba(29, 147, 227, 1);
    ;
    /* line-height:30px; */
    margin-top: 5%;
    margin-left: 9.18%;
}

.login-form {
    width: 100%;
    height: 45.86%;
    /* border: 1px solid red; */
    margin-top: 9.61%;
}

.label-text-tile {
    margin-left: 9.18%;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-top: 6%;
}

.label-text {
    border-bottom: 2px solid rgba(229, 229, 229, 1);
    /* border-radius:0.06rem; */
    width: 78.64%;
    margin-left: 9.18%;
    height: 0.7rem;
    /* justify-content: flex-start; */
    line-height: 0.7rem;
}

.icon {
    color: #CBC8C8;
    font-size: 0.25rem;
}

.text-input {
    font-size: 0.18rem;
    height: 0.25rem;
    outline: none;
    border: none;
    /* border-left: 1px solid #ccc; */
    color: #333;
    /* padding-left: 0.1rem; */
    width: 100%;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.login-btn {
    padding: 0.13rem 1.3rem;
    margin-top: 0.43rem;
    font-size: 0.2rem;
    background: linear-gradient(90deg, rgba(104, 163, 255, 1), rgba(19, 139, 220, 1));
    border-radius: 0.3rem;
    color: white;
    border: none;
    cursor: pointer;
}

.login-btn:focus {
    outline: none;
}

.forget-password {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 0.25rem;
    margin-top: 0.15rem;
    text-align: right;
    /*     margin-right: 11%; */
}

.error-text {
    color: red;
    float: left;
    /*     margin-left: 9.18%; */
    margin-bottom: 0.1rem;
}

/****************************租户选择**********************************/
.login-box {
    padding: 0.82rem 0.68rem 0 0.68rem;
    box-sizing: border-box;
}

.login-box__title {
    color: #1D93E3;
    font-size: 0.32rem;
    padding-bottom: 0.18rem;
    position: relative;
    font-weight: bold;
}

.login-box__title::after {
    position: absolute;
    width: 0.62rem;
    height: 0.05rem;
    background: #1D93E3;
    content: "";
    left: 0;
    bottom: 0;
}

.login-box__list {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -0.19rem 0 -0.19rem;
}

.tenant-box__wrapper {
    display: flex;
    padding: 0.16rem 0.16rem;
}

.tenant-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tenant-box__icon {
    width: 0.86rem;
    height: 0.86rem;
    box-shadow: 0 0 0.1rem 0 rgba(158, 158, 158, 0.35);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.tenant-box__text {
    /* margin-top: 0.4rem; */
    width: 1.12rem;
    font-size: 0.14rem;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    min-height: 0.42rem;
}



.login-right .el-scrollbar__wrap {
    overflow-x: hidden;
}

.login-right .el-scrollbar__bar.is-horizontal {
    display: none;
}

.tenant-box__scrollbar {
    height: 3.4rem;
}

.tenant-container__scrollbar-4 .tenant-box__wrapper {
    width: 27%;
}

.tenant-container__scrollbar-3 .tenant-box__wrapper {
    width: 23%;
}

.tenant-container__scrollbar-6,
.tenant-container__scrollbar-4 {
    height: 3.4rem;
    margin-top: 0.12rem;
}

.tenant-container__scrollbar-4 .login-box__list {
}

.tenant-container__scrollbar-6 .login-box__list {
}

.tenant-container__scrollbar-6 .tenant-box__icon,
.tenant-container__scrollbar-4 .tenant-box__icon {
    width: 0.67rem;
    height: 0.67rem;
}

.tenant-container__scrollbar-2 .tenant-box__icon {
    width: 0.98rem;
    height: 0.98rem;
}

/*#region CodeHighlighter  文本*/
.tenant-container__scrollbar-6 .tenant-box__text,
.tenant-container__scrollbar-4 .tenant-box__text {
    margin-top: 0.11rem;
}

.tenant-container__scrollbar-2 .tenant-box__text,
.tenant-container__scrollbar-3 .tenant-box__text {
    margin-top: 0.18rem;
}

.tenant-container__scrollbar-2 .tenant-box__text {
	font-size: 0.18rem;
	min-height: 0.52rem;
	width: 1.43rem;
}

/*#endregion CodeHighlighter*/

.button-confirm__box {
    text-align: center;
    margin-top: 0.24rem;
}

.button-confirm__box button {
    width: 3.6rem;
    height: 0.6rem;
    background: linear-gradient(90deg, #68A3FF, #138BDC);
    border-radius: 0.3rem;
    border: none;
    color: #fff;
    font-size: 0.2rem;
    outline: none;
    cursor: pointer;
}

/*#region CodeHighlighter  选中两个光圈  根据不同长度显示样式不一样*/
.tenant-container__scrollbar-2 .icon-container-bottom {
    width: 1.5rem;
    height: 1.5rem;
}


.tenant-container__scrollbar-2 .icon-container-center {
    width: 1.24rem;
    height: 1.24rem;
}

.tenant-container__scrollbar-3 .icon-container-bottom {
    width: 1.2rem;
    height: 1.2rem;
}

.tenant-container__scrollbar-3 .icon-container-center {
    width: 1rem;
    height: 1rem;
}

.icon-container-bottom {
    width: 1.03rem;
    height: 1.03rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-container-center {
    width: 0.82rem;
    height: 0.82rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
/*#endregion CodeHighlighter*/

.l-icon-active {
    background: rgba(29, 147, 227, 0.1);
}

.l-text-active {
    color: #1D93E3;
}

/*#region CodeHighlighter  选中时 √ 的图标*/
.iconfont.icon-chenggong {
    color: #1D93E3;
    font-size: 0.14rem;
    position: absolute;
    top: 0.08rem;
    right: 0.03rem;
}

.tenant-container__scrollbar-3 .iconfont.icon-chenggong {
    right: 0;
    font-size: 0.18rem;
}

.tenant-container__scrollbar-2 .iconfont.icon-chenggong {
    right: 0.09rem;
    font-size: 0.2rem;
}

/*#endregion CodeHighlighter*/