.logout {
  /*width: 400px;
  height: 400px;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;

  background: white;
  padding: 20px;
  border-radius: 25px;
  border:2px solid #f9ca24;*/
  height: 100%;
}
.logout .title {
  font-size: 20px;
  padding-bottom: 20px;
}
.logout .entered-phone {
  font-weight: bold;
  font-size: 30px;
}
.logout input {
  padding: 8px;
  border-radius: 5px;
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
  width: 250px;
  text-align: center;
  direction: ltr;
}
.logout .log-in, .logout .continue {
  background: #f9ca24;
  padding: 10px;
  margin-top: 20px;
  cursor: pointer;
}
.logout .back-login {
  text-decoration: underline;
  padding-top: 10px;
}
.logout .error, .logout .ok {
  margin-top: 10px;
  position: absolute;
  width: 50%;
}
.logout .explain {
  padding-top: 15px;
  text-align: right;
  padding-bottom: 15px;
}
.logout .left-side {
  width: 80%;
  background: #f9ca24;
  border-right: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logout .right-side {
  background: white;
  padding: 20px;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/*# sourceMappingURL=logout.css.map */
