/*
Theme Name: X Platform 02 Class Style
Author: FIB24(Billy Hui)
*/

/* Login */
.Account-Login {
  position: relative;
}

#backgroundVideo {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -3;
}

#backgroundImage {
  position: absolute;
  background-position: center!important;
  background-size: cover!important;
  min-width: 100%;
  min-height: 100%;
  z-index: -5;
}

.Login-Box {
  background-color: #fff;
  padding: 2em 2em;
}

.Login-Box input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid black;
  outline: none;
  width: 100%;
  transition: .3s;
}

.Login-Box input:focus {
  border-bottom: 2px solid var(--primary-theme-color);
}

.Login-Box .login {
  padding: 2em 0;
}

.Login-Box .signup {
  padding: 2em 0;
}

#forgotPassword {
  font-size: .8rem;
}

/* Create-Account */
.Account-Create {
  background-color: var(--primary-theme-color);
  display: table;
  padding: 2rem 0;
  min-height: 70vh;
  width: 100%;
  color: white;
}

.Account-Create .alert {
  max-width: 32em;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}

.buttonBox {
  text-align: center!important;
}

.Account-Create-Box {
  background-color: white;
  max-width: 32em;
  padding: 2rem;
  margin: auto;
  text-align: center;
  color: black;
}

.Account-Create-Box .status_icon {
  margin: 3em 0;
  max-width: 16em;
}

.Account-Create-Notice {
  background-color: white;
  max-width: 32em;
  padding: 2rem;
  margin: auto;
  color: black;
  text-align: left;
}

.Account-Create-Notice p {
  margin: 0;
}

.Account-Create-Input {
  position: relative;
  display: table;
  height: 20em;
  width: 100%;
}

.Account-Create-Input-box {
  padding-bottom: 2em;
}

.Account-Create-Input .required::after {
  content: " *";
  color: red;
}

.Account-Create-Input p {
  margin: 0;
  text-align: left;
  font-size: 0.9em;
}

.Account-Create-Input input.checkBox {
  width: auto;
}

.Account-Create-Input input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid black;
  outline: none;
  max-width: 32em;
  width: 100%;
  transition: .3s;
}

.Account-Create-Input input:focus {
  border-bottom: 2px solid var(--secondary-theme-color);
}

/* Account-MyProfile */
.Account-MyProfile {
  padding: 2rem 0;
}

.Account-MyProfile input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid black;
  outline: none;
  max-width: 16em;
  width: 100%;
  transition: .3s;
}

.Account-MyProfile input:focus {
  border-bottom: 2px solid var(--primary-theme-color);
}

.Account-MyProfile input.checkBox {
  width: auto;
  margin-right: .4em;
}

.Account-Banner {
  background-size: cover!important;
  background-position: center!important;
  margin-bottom: 1em;
  min-height: 16em;
  padding: 1em;
  padding-right: 25%;
}

.Account-Header {
  background: #fff;
  margin-bottom: 1em;
  padding: 1em;
}

.Account-Menu {
  background: #eee;
  border: 1px solid #ddd;
  min-height: 10em;
  margin-bottom: 1em;
}

.Account-Menu-Header {
  background-color: var(--primary-theme-color);
  padding: 1em;
  color: white;
}

.Account-Menu-Header h3 {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Account-Menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Account-Menu li {
  background-color: #eee;
  border-width: 0 0 0 0.3em;
  border-style: solid;
  border-color: transparent;
  font-size: 1.2em;
  transition: .3s;
}

.Account-Menu li:hover {
  background-color: #ccc;
  border-color: var(--secondary-theme-color);
}

.Account-Menu a {
  display: block;
  color: #212121;
  padding: 1em;
  font-size: .9em;
}

.Account-Panel {
  background: #fff;
  min-height: 15em;
  padding: 1em;
}

/* Account-Overview */
.Account-Overview ul {
  list-style: none;
}

.Account-Overview h6 {
  color: var(--primary-theme-color);
}

.Account-Overview p {
  word-wrap: break-word;
  font-size: 1.2em;
}

/* Account-Setting */
.Account-Setting {
  padding-left: 2em;
}

.Account-Setting-Box {
  list-style: none;
  padding-left: 0;
}

.Account-Setting-Box li {
  margin-bottom: 1em;
}

.Account-Setting .inputNewData {
  margin-left: 3em;
}

/* Account-MPC */
.Account-MPC {
  display: table;
  min-height: 16em;
  width: 100%;
  text-align: center;
}

.Account-MPC-container {
  display: table-cell;
  vertical-align: middle;
}

.Account-MPC-border {
  display: inline-block;
  padding: .8em 1em;
  border: .4em solid black;
  margin-bottom: 1em;
}

.Account-MPC-Tools {
}

.Account-MPC-Tools p {
  margin-bottom: 0;
}

.Account-MPC b {
  font-size: 2.2em;
  letter-spacing: .1em;
}

/* Account-Logout */
.Account-Logout {
  padding: 2rem 0;
}

/* Account-Forgot */
.Account-Forgot {
  padding: 2rem 0;
}

.Account-Forgot .inputContainer {
  max-width: 18em;
  margin: auto;
  display: table;
  min-height: 16em;
}

/* Account-Reset */
.Account-Reset {
  padding: 2rem 0;
}

.Account-Reset .inputContainer {
  max-width: 18em;
  margin: auto;
  display: table;
  min-height: 16em;
}

/* Account-input */
input.Account-Input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid black;
  outline: none;
  width: 100%;
  transition: .3s;
}

input.Account-Input:focus {
  border-bottom: 2px solid var(--primary-theme-color);
}

/* Account-button */
.accountButton {
  background-color: #212121;
  outline: none!important;
  cursor: pointer;
  border: none;
  color: white;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none!important;
  display: inline-block;
  font-size: 16px;
  transition: .3s;
}

.accountButton.create {
  background-color: var(--secondary-theme-color);
}

.accountButton.myprofile {
  background-color: var(--primary-theme-color);
}

.accountButton:hover {
  background-color: var(--primary-theme-color);
}

.accountButton.create:hover {
  background-color: #0288D1;
}

.accountButton.myprofile:hover {
  background-color: #CC9D00;
}
