﻿* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  /*height: 100vh;*/
  /* background: url('/Images/loginBg.png') 0 0 round;
  background-size: cover; */
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 1388px;
  min-height: 900px;
}

.login {
  height: 100vh;
  min-height: 900px;
  position: relative;
}

.top {
  width: 100%;
  height: 80px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top > div {
  width: 50%;
  text-align: center;
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.top #contactDiv span {
  color: #ff4241;
}

/* // .center {
//     width: 100%;
//     box-sizing: border-box;
//     background: #ccc;
//     position: relative;
// }

// .user_login {
//     display: none;
//     width: 446px;
//     height: 402px;
//     background: #FFFFFF;
//     border-radius: 20px;
//     position: absolute;
//     top: 192px;
//     left: 50%;
//     transform: translateX(-50%);
// } */
/* saas 登录css修改start */
.center {
  width: 100%;
  height: 85%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}

.user_login {
  width: 460px;
  height: 499px;
  background: #ffffff;
  border-radius: 16px;
  /* // position: absolute;
  // top: 192px; */
  margin: auto 8%;
  box-sizing: border-box;
}
.default-loading {
  display: block;
  padding: 30px;
  text-align: center;
  background: url(/Images/ajax-loader_b.gif) center center no-repeat;
}
/* saas 登录css修改end */
.sign_in{
  margin-bottom: 40px;
}
.sign_in span {
  font-weight: bold;
  font-size: 24px;
  color: #121127;
  display: block;
  text-align: center;
  margin-top: 50px;
}

.input_user,
.input_psw {
  width: 318px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 22px;
  /* margin: 50px auto 0 auto; */
  margin-bottom: 40px;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.input_user input,
.input_psw input {
  flex: 1;
  height: calc(100% - 2px);
  border: none;
  background: #fff;
  font-size: 16px;
  margin-left: 7px;
}
.login_font{
  font-weight: bold;
  font-size: 16px;
  color: #121127;
  line-height: 16px;
  margin-bottom: 10px;
}

.forgot {
  width: 320px;
  height: 48px;
  text-align: center;
  margin-top: 30px;
}

.forgot a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2A54E3;
  text-decoration: none;
}

.loginInBtn {
  text-align: center;
}

.login_in {
  display: block;
  width: 320px;
  height: 48px;
  background: #2A54E3;
  border-radius: 24px;
  box-shadow: 0px 4px 4px 0px rgba(44,44,44,0.1);
  border: none;
  /* margin: 0 auto; */
  cursor: pointer;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.bottom {
  position: absolute;
  bottom: 113px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
}

.msg_tips {
  padding-left: 18px;
  box-sizing: border-box;
  margin-top: -34px;
  margin-bottom: 20px;
  color: red;
  font-size: 14px;
  display: none;
}
