/*
 * Copyright (c) 2022. SkyCode Ltd. All rights Reserved
 * Date: 3.03.22 г., 21:49 ч.
 * login.css is a part of the project SkyCore.
 * SkyCore can not be copied and/or distributed without the express permission of Sand
 * Last Modified: 3.03.22 г., 12:55 ч.
 */

.centered_page {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.login_container {
  width: 500px;
}
.status_row {
  border-radius: 3px;
  box-shadow: 0 0 5px #000;
  background-color: #FEA;
  display: flex;
  justify-content: space-between;
}
.status_flex {
  display: flex;
}
.status_lang {
  padding: 0 5px 0 10px;
  border-left: 1px solid #FD7;
}
.login_content {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px 10px 20px;
}
.login_btn {
  width: 100px;
  font-weight: bold;
  box-shadow: 0 0 5px #000;
  margin-top: 10px;
}
.login_error {
  padding: 10px;
  color: red;
  font: bold 12px "Roboto Condensed", sans-serif;
  text-align: center;
}