.wrapper {
  background-image: unset!important;
}

.login_form {
  border:#ff2929 solid 5px;
  border-radius: 20px;
}

.button-login {
  background: linear-gradient(to bottom, #ff8585 0%, #ff2929 100%);
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 30px!important;
}

.button-login:hover{
  background: -moz-linear-gradient(top, #ff8585 0%, #cd7777 100%);
  background: -webkit-linear-gradient(top, #ff8585 0%, #cd7777 100%);
  background: linear-gradient(to bottom, #ff8585 0%, #cd7777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8585', endColorstr='#cd7777',GradientType=0 );
}

.button-join {
  background: linear-gradient(to bottom, #ff8585 0%, #ff2929 100%);
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 30px!important;
}

.button-join:hover{
  background: -moz-linear-gradient(top, #ff8585 0%, #cd7777 100%);
  background: -webkit-linear-gradient(top, #ff8585 0%, #cd7777 100%);
  background: linear-gradient(to bottom, #ff8585 0%, #cd7777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8585', endColorstr='#cd7777',GradientType=0 );
}

.modal-footer {
  justify-content: center;
}

#btn_userJoin {
  background-color: #FF0000!important;
  width: 150px!important;
  height: 40px!important;
  border-radius: 8px!important;
  margin-left: 10px!important;
  margin-right: 10px!important;
  font-size: 1rem!important;
  text-decoration: none!important;
}

.modal-content {
  top: 100px;
  border:#ff2929 solid 5px;
  border-radius: 20px;
}

.btn-basic {
  width: 80px;
  background-color: #FF0000!important;
  border-radius: 8px!important;
  text-decoration: none!important;
}

#input_join_userId {
  width: 43%!important;
}

/* 채팅창 플로팅버튼 */
.chat_area .btn_chat {
  background: url(/design/img/icons/chat.png) no-repeat!important;
  background-size: cover!important;
  width: 50px!important;
  height: 50px!important;
}

.chat_area .chat_window .window_header {
  background-color: #FF0000!important;
}

.chat_area .chat_window .send_message_area {
  border: 1px solid #FF0000!important;
}

.img_loginLogo {
  display: none;
}