/* Copyright (c) 2024 Shanghai United Imaging Meta Healthcare Co., Ltd. */
body {
  overflow: auto;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100%;
}

.pc {
  height: auto !important;
  /* background-color: #000; */
}

#outer {
  width: 400px;
}



.h5 {
  min-height: 700px !important;
  height: 100% !important;
}

.h5 .loginWrap {
  padding: 0 20px;
}

.h5 #outer {
  width:auto !important;
}

 .oauth_content {
  width:100%;
 }

.background-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.background-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc .copyright {
  /* color: #ffffff !important;
  margin-top: 2vh; */
}

.phone_name {
  display: flex;
  /* width: 360px; */
  align-items: center;
  justify-content: center;
}

.phone_name .registeredSelection {
  width: 70px;
  background-color: #ffffff;
  height: 36px;
  margin-right: 6px;
  border: 1px solid #ced0d9;
  border-radius: 2px;
}

.phone_name .phone_input {
  /* width: 360px; */
  width: 100%;
}

.phoneNumber.phone_input {
flex:1;
  position: relative;
}

.phone_name .tips {
  display: none;
}

.phone_name .login_name {
  width: 100% !important;
}

.phoneNumber .login_img {
  left: 10px !important;
}

.phone_name .login_img {
  left: 10px ;
}

.phone_name .country .countryContainer {
  margin-top: 0 !important;
  height: 38px !important;
  border: none;
}

.tabs {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
}

.tabs .tab {
  width: 50%;
}

.tab {
  margin-bottom: 20px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}

.tab .tabs_name {
  cursor: pointer;
}

.tab.selected {
  border-bottom: 2px solid #5063c2;
  font-size: 16px;
  color: #5063c2;
}

.errorTipsUserTop {
    width: 100%;
    min-height: 45px !important;
}

#sms_form .errorTipsUserTop {
  min-height: 20px !important;
}

#sms_form .errorTipByName {
 padding-bottom: 0px;
}

@media screen and (min-width: 420px){
  .h5 {
    min-width: 420px !important;
  }
}

@media screen and  (max-width: 400px){
  .h5 {
    min-width: 350px !important;
  }
}

#verification{
  display: none;
}

 .h5 .oauth_left {
   display: none;
 }

.pc .leftRightContainer {
    width: 60% !important;
    display: flex;
    min-width: 1000px
}

.pc .leftRightContainer .oauth_wrap{
    flex-direction: row;
    display: flex;
    align-items: center;
    max-height: 650px;
    min-height: 520px;
    padding: 30px 70px;
    border-radius: 15px;
}

.pc .leftRightContainer .oauth_left {
    width: 60%;
    background: #fff;
    display: flex;
    align-items: center;
    margin-right: 5vw;
    padding-right: 5vw;
    justify-content: center;
    border-right: 1px solid #E6E6E6;
 }

 .pc .leftRightContainer .oauth_title {
   font-size: 20px !important;
 }

 @media screen and (min-height: 850px){
   .pc .leftRightContainer .oauth_wrap {
     min-height: 650px !important;
   }
 }

 @media screen and  (max-height: 850px){
   .pc .leftRightContainer .oauth_wrap {
     min-height: 520px !important;
   }
 }

 .login_suffix {
  box-sizing: border-box;
  height: 38px;
  padding: 0 10px;
  font-size: 14px;
  box-shadow: none;
  border: 1px solid #CED0D9;
  border-radius: 2px;
  width: 100%;
  border-width: 1px !important;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  /* -webkit-appearance: none; */
  margin-bottom: 20px;
  position: relative;
  background-color: transparent;
}
.login_suffix:hover {
  border: 1px solid #a7aab5;
}
.login_suffix:focus {
  border: 1px solid #4e6cdb;
}
.login_suffix_img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 11px;
  right: 10px;
}
.login_suffix_option {
  height: 32px;
}

.oauth_tenant {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  padding: 30px 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.oauth_tenant.hidden {
  display: none;
}

.oauth_tenant_ul {
  flex: 1;
  margin: 15px 0 0 0;
  padding: 0 10px 0 0;
  overflow-y: auto;
}

.oauth_tenant_li {
  position: relative;
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 16px;
  background: #F4F4F4;
  border: 1px solid rgba(77,96,190,0.20);
  border-radius: 2px;
  margin-bottom: 16px;
  gap: 12px;
  cursor: pointer;
  box-sizing: border-box;
}
.loggedIpInfo{
  padding: 15px;
}
.loggedIpInfo>span{
}
.loggedIpInfo ul{
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
  height: 85px;
  overflow: auto;
}
.loggedIpInfo li{
  padding: 0;
  display: flex;
}
.loggedIpInfo li .ip_date_info{
  flex: 1;
  text-align: right;
}
.oauth_tenant_li:last-child {
  margin-bottom: 0;
}

.oauth_tenant_li:hover {
  background: #FFFFFF;
  border: 1px solid #4D60BE;
}

.oauth_tenant_li .li_logo {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background: #FFFFFF;
  border: 1.5px solid #E1E2E6;
}

.oauth_tenant_li .li_logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oauth_tenant_li .li_last_login {
  position: absolute;
  left: 7px;
  bottom: 6px;
  background: rgba(67,84,166,0.80);/*  */
  border: 1px solid #4D60BE;
  border-radius: 10px;
  padding: 1px 8px;
  font-size: 12px;
  color: #FFFFFF;
}

.oauth_tenant_li .li_name {
  font-size: 16px;
  color: #000000;
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.oauth_tenant_errorTipContainer {
  position: absolute;
  bottom: 0;
  padding: 0 40px;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
}

.oauth_tenant_errorTipText {
  color: #F14C1B;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.switchButton{
    z-index: 3;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 100px;
    height: 30px;
    border-radius: 20px;
    appearance: none;
    background-color: #f6f6f6;
    font-size: 12px;
    outline: none;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    transition: .5s;
    display: flex;
    align-items: center;
}

.switchButton:checked{
    background-image: linear-gradient(225deg, #7996fa 0%, #3c5bcf 100%);
}

.switchButton::before{
    z-index: 1;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: scale(.9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
    transition: .5s;
}


.switchButton::after{
    content: attr(data-day);
    margin-left: 32px;
}
.switchButton:checked:after{
    content: attr(data-night);
    color: #fff;
    margin-left: 10px;
}
.switchButton:checked:before{
    left: 70px;
}

.usb_key_container{
    text-align: left;
}
