* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
}

body {
  height: 100vh;
  display: flex;
}

/* LEFT PANEL */
.left-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100vh;
    background: url('../images/login_bg_1.jpeg') center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 1;

  /* width: 50%;
  background: url('../images/login_bg_1.jpeg') center center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff; */
}

.left-panel::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.left-panel .overlay-text {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 80%;
}

.left-panel h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.left-panel p {
  font-size: 16px;
  line-height: 1.5;
}

/* RIGHT PANEL */
.right-panel {
  /* width: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center; */

    position: relative;
    margin-left: 50vw;
    width: 50vw;
    min-height: 100vh;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 2;
}

/* .form-box {
  width: 80%;
  max-width: 400px;
} */

.form-box {
    height: -webkit-fill-available;
    padding-top: 10%;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.logo {
  display: block;
  margin: 0 auto 20px;
  max-width: 180px;
}

h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  color: #333;
}

h6 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #555;
}

.form-group input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

.form-group input:focus {
  border-color: #4CAF50;
  outline: none;
}

button.btn {
  width: 100%;
  padding: 12px;
  border: none;
  background: #4CAF50;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.3s;
}

a.btn {
  width: 100%;
  padding: 12px;
  background: #4CAF50;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.3s;
}

button.btn:hover {
  background: #45a049;
}

.toggle-link {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

.toggle-link a {
  color: #4CAF50;
  text-decoration: none;
}

.toggle-link a:hover {
  text-decoration: underline;
}

/* jQuery Validation error style */
.error {
  color: red;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

.btn_xero_login {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white !important;
    color: #3c8dbc !important;
    border-color: #3c8dbc !important;
    padding: 4px 12px !important;
    text-decoration: none;
}

.btn_xero_login:hover {
    background-color: #efe9e9 !important;
}

.xeroLoginDiv{
    text-align: center;
    padding-bottom: 15px;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}

.alert-danger, .alert-error
 {
    border-color: #d73925;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}

.alert {
    border-radius: 3px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-msg{
    color:red;
}

.fa{
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.error{
    color: red !important;
}

@media (max-width: 1024px) {
  body {
    flex-direction: column;
    height: auto;
  }

  .left-panel, .right-panel {
    width: 50vw;
  }

  .typing-text {
    font-size: 24px;
    padding: 0 15px;
  }

  .right-panel {
    height: auto;
    padding: 40px 20px;
  }

  form {
    max-width: 400px;
    margin: auto;
  }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
  .left-panel {
    display: none;
    width: 0vh;
  }

  .typing-text {
    font-size: 20px;
  }

  .right-panel {
    padding: 20px;
    width: 100vw;
    margin-left: 0vw;
  }

  form {
    max-width: 90%;
    padding: 20px;
  }
}

/* Mobile (≤ 425px) */
@media (max-width: 450px) {
  .left-panel {
    display: none;
  }

  .typing-text {
    font-size: 20px;
  }

  .right-panel {
    padding: 20px;
  }

  form {
    max-width: 90%;
    padding: 20px;
  }
}
