body,
nav,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
input,
button,
textarea,
footer {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

html,
body {
  width: 100%;
  height: 100%;
}

.loginbody {
  position: relative;
  background:  no-repeat center;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  min-width: 1220px;
  border: 1px;
}

.user_login {
  width: 1100px;
  margin: 0 auto;
  margin-top: 15px !important;
  margin-bottom: 0px !important;
}

.logintop {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.loginpic2 {
  width: 680px;
  height: 100px;
}

.loginpic3 {
  width: 500px;
  height: 100px;
}

.login_main {
  position: relative;
  background:  no-repeat center;
  background-size: cover;
  width: 1100px;
  height: 500px;
  padding-top: 50px;
  padding-right: 20px;
}

.login {
  height: 50px;
  display: flex;
  width: 400px;
  margin-left: 650px;
}
.login > span {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  width: 200px;
  height: 30px;
  height: 50px;
  cursor: pointer;
}

.blue {
  color: #036afa;
  border-bottom: 4px solid #036afa;
}
.loginform {
  position: absolute;
  width: 400px;
  height: 400px;
  margin-left: 650px;
}
.main-border {
  width: 400px;
  border: 1px solid rgba(148, 188, 238, 0.36);
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(44, 113, 215, 0.15);
  backdrop-filter: blur(12px);
  height: 45px;
  margin-top: 40px;
  display: flex;
  border-radius: 4px;
}
.main-border input {
  line-height: 22px;
  height: 22px;
  width: 355px;
  margin-top: 10px;
  padding-left: 10px;
  border: none;
  border-left: 1px solid rgba(188, 210, 255, 0.6);
  outline: none;
}
.main-border img {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
}
.codeinput {
  width: 230px !important;
  margin-right: 10px;
}
.code {
  width: 100px !important;
  height: 40px;
  margin-top: 40px;
  margin-left: 10px;
}
.main_code {
  width: 300px !important ;
}
.loginbtn {
  margin-top: 20px;
  color: #fff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #036afa;
  border: none;
  cursor: pointer;
}
.loginform > p {
  color: #036afa;
  font-size: 12px;
  margin-top: 5px;
  text-align: start;
}

.loginform > span {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  height: 25px;
  letter-spacing: 0em;
  text-align: left;
  background: rgba(38, 116, 253, 0.1);
  border-radius: 20px;
  color: #437cff;
  padding: 0 10px;
  margin-top: 20px;
  width: 200px;
}

.topspan{
  float: right;
  margin-right: 10%;
  margin-top: 8px;
  color: white;
}

.topspan > a{
  text-decoration: none;
  color: white;
}
