body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #f0f4f3;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
.login-form {
  position: relative;
  min-height: 100vh;
  z-index: 1;
  overflow: hidden;
}
.form-main-box {
  margin: auto;
  margin: 20px 75px;
  animation: slideUp 1s ease forwards;
  opacity: 0;
  transform: translateY(50px);
  /* box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42); */
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.shape-1 {
  width: 250px;
  height: 250px;
  background-color: #fb8c00;
  border-radius: 10%;
  position: absolute;
  bottom: -5%;
  left: -5%;
  z-index: -1;
  transform: rotate(12deg);
}
.shape-2 {
  width: 250px;
  height: 250px;
  background-color: #161b2c;
  border-radius: 10%;
  position: absolute;
  top: -5%;
  right: -5%;
  transform: rotate(12deg);
  z-index: -1;
}
.form-left {
  background: linear-gradient(to right, #161b2c, #fb8c00);
  min-height: 650px;
  color: #fff;
  padding: 140px 50px 0 50px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.form-right {
  background: #fff;
  padding: 10px;
  min-height: 650px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow:
    /* top */ 0 -4px 6px -4px rgba(0, 0, 0, 0.3),
    /* right */ 4px 0 6px -4px rgba(0, 0, 0, 0.3),
    /* bottom */ 0 4px 6px -4px rgba(0, 0, 0, 0.3);
}
.form-left h2 {
  margin: 10px 0;
}

.login-col-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 5px;
  border: 2px solid #161b2c;
}

.form-right {
  padding: 20px 50px 0 50px;
  position: relative;
}
.form-right .form-group {
  margin-top: 10px;
}
.form-right .form-group label {
  margin: 5px 0;
  color: #000;
}
.form-right .form-group input:focus,
.form-right .form-group select:focus {
  box-shadow: none;
}
.dc-logo {
  /* background: rgba(0, 0, 0, 0.125); */
  padding: 5px;
  width: 400px;
}
/* .floating {
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 0px;
  margin-top: 0px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, 0px);
  }
} */
.login-btn {
  border: 0;
  font-size: 16px;
  padding: 10px 20px;
  background: linear-gradient(to bottom, #292929 0%, #4c4c4c 51%, #292929 100%);
  color: #ffff;
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
  transition: all 0.3s;
  /* text-transform: uppercase; */
  font-weight: 600;
}
.login-btn:hover {
  background: linear-gradient(to bottom, #fb8c00 0%, #ffc64c 50%, #fb8c00 90%);
  color: #000;
}
.clg-name {
  font-size: 25px;
  font-style: italic;
  color: #000;
  /* text-transform: uppercase; */
}
.shape-3 {
  position: absolute;
  left: 49%;
  top: -10px;
  transform: translate(10px, 10px);
  z-index: 1;
}
.shape-3 img {
  width: 70px;
  height: 650px;
}
.copy-txt {
  text-align: center;
  margin-top: 5px;
}
.copy-txt p {
  color: #000;
  font-size: 13px;
}
.copy-txt p a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.form-control {
  appearance: auto;
}
.form-right form {
  padding: 0 40px;
  margin-top: 40px;
}

/* Popup Alert Styling */
.popup-alert {
  position: fixed;
  top: 18.5%;
  right: 7.5%;
  z-index: 9999;
  display: none;
  animation: slideDown 0.2s linear;
}
@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.popup-content {
  background: #fff;
  color: #000;
  padding: 5px 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  min-width: 430px;
  position: relative;
}

.popup-content.success {
  border-left: 5px solid #28a745;
}

.popup-content.error {
  border-left: 5px solid #dc3545;
}

.popup-content .close-btn {
  position: absolute;
  top: -1px;
  right: 12px;
  font-size: 20px;
  color: #888;
  background: none;
  border: none;
  cursor: pointer;
}
.hidden {
  display: none;
}

@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 426px) {
  .popup-content {
    min-width: 310px;
  }
  .popup-alert {
    top: 53.5%;
  }
  .form-left {
    min-height: 425px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .shape-1 {
    bottom: -1%;
  }
  .form-right {
    min-height: 540px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 10px !important;
  }
  .form-right form {
    padding: 0;
  }
  .shape-1 {
    width: 150px;
    height: 150px;
  }
  .shape-2 {
    width: 150px;
    height: 150px;
  }
  .form-main-box {
    margin: 30px;
  }
  .shape-3 {
    display: none;
  }
  .dc-logo {
    width: 100%;
  }
  .pd-left {
    padding-left: 11px !important;
  }
  .pd-right {
    padding-right: 11px !important;
  }
  .form-right {
    padding: 20px 30px 0 30px;
  }
  .login-btn {
    width: 100%;
  }
  .clg-name {
    font-size: 20px;
  }
  .copy-txt {
    margin-top: 15px;
  }
  .form-left {
    padding: 50px 30px 0 30px;
  }
}

@media screen and (min-width: 427px) and (max-width: 431px) {
  .popup-content {
    min-width: 310px;
  }
  .popup-alert {
    top: 53.5%;
  }
  .form-left {
    min-height: 425px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .shape-1 {
    bottom: -1%;
  }
  .form-right {
    min-height: 540px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 10px !important;
  }
  .form-right form {
    padding: 0;
  }
  .shape-1 {
    width: 150px;
    height: 150px;
  }
  .shape-2 {
    width: 150px;
    height: 150px;
  }
  .form-main-box {
    margin: 30px;
  }
  .shape-3 {
    display: none;
  }
  .dc-logo {
    width: 100%;
  }
  .pd-left {
    padding-left: 11px !important;
  }
  .pd-right {
    padding-right: 11px !important;
  }
  .form-right {
    padding: 20px 30px 0 30px;
  }
  .login-btn {
    width: 100%;
  }
  .clg-name {
    font-size: 20px;
  }
  .copy-txt {
    margin-top: 15px;
  }
  .form-left {
    padding: 50px 30px 0 30px;
  }
}

@media screen and (min-width: 432px) and (max-width: 601px) {
  .popup-content {
    min-width: 310px;
  }
  .popup-alert {
    top: 53.5%;
  }
  .form-left {
    min-height: 425px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .shape-1 {
    bottom: -1%;
  }
  .form-right {
    min-height: 540px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 10px !important;
  }
  .form-right form {
    padding: 0;
  }
  .shape-1 {
    width: 150px;
    height: 150px;
  }
  .shape-2 {
    width: 150px;
    height: 150px;
  }
  .form-main-box {
    margin: 30px;
  }
  .shape-3 {
    display: none;
  }
  .dc-logo {
    width: 100%;
  }
  .pd-left {
    padding-left: 11px !important;
  }
  .pd-right {
    padding-right: 11px !important;
  }
  .form-right {
    padding: 20px 30px 0 30px;
  }
  .login-btn {
    width: 100%;
  }
  .clg-name {
    font-size: 20px;
  }
  .copy-txt {
    margin-top: 15px;
  }
  .form-left {
    padding: 50px 30px 0 30px;
  }
}
