body{
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.title-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 80px;
}
.title-box img{
  width: 146px;
  height: 38px;
}
.content-box{
  display: flex;
  justify-content: center;
}
/* .toast-center-center {
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -150px;
} */
.login-box{
  display: flex;
}
.name-box{
  display: flex;
  align-items: center;
  margin: 0 20px;
}
.login-name{
  margin: 0 20px;
}
.title-box .login-button {
  margin-right: 16px;
  width: 88px;
  height: 32px;
  border: 1px solid #ea2e2e;
  border-radius: 4px;
  font-size: 14px;
  color: #ea2e2e;
  display: block;
  text-align: center;
  line-height: 32px;
  background-color: #fff;
}

.title-box .login-button:hover {
  border: 1px solid #ee3706;
  color: #ee3706;
  background-color: #fff;
}

.title-box #register {
  margin-right: 16px;
  width: 88px;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #ea2e2e;
  display: block;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
}

.modal-body .item label {
  width: 90px;
  text-align: right;
  margin-right: 20px;
}

.modal-body .item label b {
  color: red;
  font-weight: bold;
}

.modal-body .item input {
  width: 300px;
}
.btn.btn-default,.btn.btn-default:hover,.btn.btn-default:focus{
  border: 1px solid #ee3706;
  color: #ee3706;
  background-color: #fff;
  outline: none;
}

.btn.btn-primary,.btn.btn-primary:hover,.btn.btn-primary:focus{
  color: #fff;
  border: 1px solid #ee3706;
  background-color: #ea2e2e;
  outline: none;
}

#amazon-connect-chat-widget .show {
  width: 420px;
  height: 600px;
}
.widget-transition-enter-done{
  background-color: #ea2e2e;
}
.welcome {
  display: flex;
  opacity: 0;
}
.welcome label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}