.user_box{
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  font-size: 14px;
}

.user_box .user-message{
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}

.side-links .user-message{
  font-size: 14px;
  margin-top: 15px;
}
.modal-login-title{
  margin: 0;
}
.modal-background-login {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: scroll;
  background-color: rgba(0, 0, 0, .65);
}
.modal-background-login p{
  margin-top:20px;
  margin-bottom: 0;
}
.modal-background-login .login-bottom-text{
  font-size: smaller;
}
.modal-background-login .login-top-text{
  font-size: 15px;
}
.tel-nowrap{
  white-space: nowrap;
}