@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700|Roboto+Condensed:300,300i,400,400i,700,700i|Signika+Negative|open sans:100,200,300,400,500|family=Montserrat:ital,wght@0,200;0,600;0,800;1,400;1,600&display=swap|family=Open+Sans:wght@300;400&display=swap" rel="stylesheet"');

body {
  margin: 0px;
  height: 100vh;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 300 !important;
  line-height: 1.3;
  /* font-family: "Roboto", sans-serif; */
}
.shadow-divider {
  border: none;
  height: 0.7px;
  background: #e7e7e7;
  box-shadow: 0 0.5px 1px rgb(109 109 109 / 66%);
  margin: 12px 0;
  display: block;
  width: 100%;
}
p {
  font-weight: 300 !important;
}
.container_block {
  display: flex;
  width: 100%;
  height: 100vh;
}

.left {
  flex: 1;
  background: linear-gradient(to bottom, #f28c28, #fdb813);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
  animation: slideInLeft 1s ease forwards;
  transform: translateX(-100%);
}
.carousel-content {
  text-align: center;
  padding: 40px;
}

.carousel-content .logo {
  width: 220px;
  margin-bottom: 20px;
}

.carousel-content h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}

.carousel-content span {
  font-weight: 800;
}

.carousel-content p {
  font-size: 16px;
  margin-bottom: 10px;
}

.contact_login {
  margin-top: 20px;
  font-size: 14px;
}
.contact_login {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: -10px;
}
.contact_login p {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.carousel-indicators {
  bottom: 10px;
}

.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.6);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: #fff;
}

.right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1fa;
  animation: slideInRight 1s ease forwards;
  transform: translateX(100%);
}

.border-runner {
  position: relative;
  width: 440px;
  padding: 40px;
  border-radius: 12px;
  background: white;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.border-runner > span {
  position: absolute;
  display: block;
}

.border-runner > span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #e09f0e);
  animation: animateTop 2s linear infinite;
}
@keyframes animateTop {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

.border-runner > span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #e09f0e);
  animation: animateRight 2s linear infinite;
  animation-delay: 0.5s;
}
@keyframes animateRight {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

.border-runner > span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg, transparent, #e09f0e);
  animation: animateBottom 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animateBottom {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

.border-runner > span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #e09f0e);
  animation: animateLeft 2s linear infinite;
  animation-delay: 1.5s;
}
@keyframes animateLeft {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

@keyframes slideInLeft {
  to {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  to {
    transform: translateX(0);
  }
}

.login-card {
    position: relative;
    z-index: 1;
    text-align: center;
}

.login-card h2 {
    margin-bottom: 20px;
    color: #e09f0e;
    font-size: 32px;
}

.login-card h4 {
    color: #e09f0e;
    font-size: 18px;
}

.input-group {
    position: relative;
    margin-bottom: 15px;
}

.input-group input {
    width: 100%;
    padding: 12px 40px 12px 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.input-group input:focus {
    border-color: #e09f0e;
    box-shadow: 0 0 5px rgba(224, 159, 14, 0.5);
}

.input-group .fa-envelope, .input-group .fa-lock {
    left: 12px;
}
.input-group i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 16px;
    z-index: 1;
    left: 15px;
}

.setpassword .input-group i{
    left: 12px;
}

.option{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
}

.option a {
    text-decoration: none;
    font-size: 14px;
}
.option a:hover {
    text-decoration: underline;
}
.SignUp:hover,.sendlink:hover,.resetpwdlink:hover{
background: #333 !important;
}
.loginheader{
  width: 100%;
  height: auto;
}
.loginfirst{
  min-height: 50px;
  width: 100%;
  /* display: flex; */
  background: #ffc300;
}
.loginfirst p{
  float: right;
  padding-top: 1%;
  text-align: right;
  /* display: flex; */
  cursor: pointer;
  padding-right: 10%;
}
.content-left{
  display: flex;
  margin-left: 10%;
}
.list-in-line{
  list-style: unset;
  display: flex;
  margin-left: 6%;
}
.login-nav{
  list-style: unset;
  display:inline-block;
}
.list-in-line li{
  display: flex;
  margin-left: 50px;
  margin-top: 10px;
  font-size: 15px;
}
.loginsecond{
  min-height: 70px;
  width: 100%;
  display: flex;
  background: #333;
}
p{
  color: white;
}
* {
  box-sizing: border-box;
}

/* style the container */
.container {
  position: relative;
  border-radius: 5px;
  background-color: #ffc300;
  padding: 112px 0 300px 0;
}
.SignIn_wrapper{
  width: 100% !important;
  padding: unset;
  height: 100vh;
}
.loginbtn{
    width: 100% !important;
    padding: 12px;
    background: linear-gradient(135deg, #fdb813, #ffb84d, #f28c28);
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.trail_text{
  display: inline-block;
  float: right;
  margin-right: 10%;
}
.icon {
  border-radius: 5px;
  padding: 14px;
  background: #333333;
  color: white;
  min-width: 55px;
  text-align: center;
  font-size: 15px;
}

/* style inputs and link buttons */
input{
  width: 90%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  margin: 5px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  background-color: #f2f2f2;/* remove underline from anchors */
}

/* style the submit button */
input[type=submit] {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  width: 20%;
  text-align: center;
}

input[type=submit]:hover {
  background-color: #333;
}
.remove_spacing{
  padding: 0%;
  text-align: end;
}
.remove_spacing_input{
  padding: 0%;
  padding-left: 0px !important;
  margin: 0px !important;
}
/* Two-column layout */
.col {
  float: left;
  width: 50%;
  margin: auto;
  padding: 0px 50px;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* vertical line */
.vl {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border: 2px solid #ddd;
  height: 350px;
}
.input-field {
  width: 25%;
  padding: 10px;
  outline: none;
}
.text-danger {
  color :red;
  text-transform: capitalize;
}
.single_input_container{
  padding: 0 !important;
  width: 100%;
  overflow-x: hidden;
}
.single_input_container input{
  width:100%;
}
.alert,.alert-success{
  background-color: #ffeba9ba !important;
  color: #38414a;
  display: block;
  margin: auto;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  float: left;
}
.alert-success{
  color: green;
}
.close{
  float: right;
  background: unset;
  border: unset;
  font-size: 18px;
}
.close span{
  display: block;
}
.signin_img img{
  width: 100%;
  max-width: fit-content;
  display: block;
  margin: auto;
}

.forget-left {
  flex: 1;
  background: linear-gradient(to bottom, #f28c28, #fdb813);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.forget-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1fa;
}

.forget-card {
    position: relative;
    z-index: 1;
    text-align: center;
}

.forget-card h2 {
    margin-bottom: 20px;
    color: #e09f0e;
    font-size:16px;
}

.reset_pwd{
    background: linear-gradient(135deg, #fdb813, #ffb84d, #f28c28);
    border-radius: 5px;
    padding: 12px;
    font-size: 16px;
}

@media only screen and (min-device-width: 320px)
 and (max-device-width: 568px) and (orientation : portrait){
   .SignIn_wrapper{
     padding: 3px;
     height: 100vh;
     overflow-y: scroll;
     padding-top: 20px;
   }
   .vl{
     display: none;
   }
   .signin_img img{
    width: 100%;
  }
  .SignIn_wrapper .col{
    width: 100%;
    margin: unset;
    padding: unset;
    padding-left: 7px;
  }
  .signbtn{
    width: fit-content !important;
  }
 }
@media only screen and (min-device-width: 320px)
 and (max-device-width: 640px) and (orientation : portrait){
  .signin_input_wrapper{
    width: 100%;
    padding: 10px;
    margin: unset;
  }
  .signin_img img{
    width: 100%;
    max-width: fit-content;
    display: block;
    margin: auto;
  }
 }
@media only screen and (min-device-width: 360px)
 and (max-device-width: 640px) and (orientation : portrait){
  .signin_img{
    width: 100%;
    display: block;
    margin: auto;
    padding: unset;
}
.SignIn_wrapper .vl{
    display: none;
}
.SignIn_wrapper{
  width: 100%;
  overflow-x:hidden;
  padding: unset;
  padding-top: 20px;
}
.signin_input_wrapper{
  width: 100%;
  padding: 10px;
  margin: unset;
}
.signin_img img{
  width: 100%;
}
.signin_input_wrapper p{
  width: 95% !important;
}
 }
 @media only screen and (min-device-width: 640px)
 and (max-device-width: 768px) and (orientation : portrait){
  .signin_input_wrapper{
    /* width: 100%; */
    padding: 10px;
    margin: unset;
  }
  .signin_img img{
    width: 100%;
  }
 }
 @media only screen and (min-device-width: 768px)
 and (max-device-width: 1024px) and (orientation : portrait){
.signin_input_wrapper{
  /* padding: 0px; */
}
 }
