body {
  padding: 0;
  margin: 0;
  background: #354D67;
  align-items: center;
}
.update {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.update .login {
  display: flex;
  width: 500px;
  height: 460px;
  flex-direction: column;
}
.update .login .title {
  display: flex;
  color: #FFFFFF;
  font-size: 20px;
  height: 100px;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
}
.update .login .box {
  background: #FFFFFF;
  height: 340px;
  border-radius: 4px;
  padding: 60px;
  box-sizing: border-box;
  box-shadow: 0 0 4px 0 #000000;
}
.update .login .box .footerBtn {
  display: flex;
  height: 50px;
  align-items: flex-end;
  justify-content: flex-end;
}
.update .login .box .footerBtn .btn {
  width: 300px;
}
/*# sourceMappingURL=login.css.map */