/*
Name: Codeagile
Author: codeagile
Version: 1.1.0
Website: https://www.codeagile.co.in/
Contact: info@codeagile.co.in
File: Main Css File
*/
body {
  padding: 0;
  margin: 0;
}

.login-img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}

.auth-card {
  /* background: url(../images/auth/signin-bg.png) center no-repeat; */
  /*background-color: #FFA500;*/
}
.ck.ck-editor__editable_inline {
  min-height: 200px;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
}

.center-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1); /* subtle gray line */
  transform: translateX(-50%);
  z-index: 2;
}
