body {
  background-color: #f8f9fa;
}

.main-wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .main-wrapper {
    display: block;
  }
}
.main-wrapper .inner-box-left {
  height: auto;
  max-width: 80%;
  margin: auto;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
}
.main-wrapper .inner-box-left h4 {
  color: #013e5c;
}
.main-wrapper .inner-box-left p {
  color: #6d93ad;
}
.main-wrapper .left-side {
  flex: 1;
}
.main-wrapper .right-side {
  flex: 1;
  background-color: #013e5c;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.main-wrapper .right-side .login-box {
  height: auto;
  background-color: #ffffff;
  padding: 40px;
  margin: auto;
  width: auto;
  width: 500px;
  border-radius: 8px;
  padding:10px;
  margin-left:10px;
  margin-right:10px;
}
.main-wrapper .right-side h5 {
  color: #013e5c;
}

.animation {
  filter: hue-rotate(90deg);
}

.theme-button {
  background-color: #013e5c;
  color: #ffffff;
  display: block;
  padding: 10px;
  text-align: center;
  border: none;
  width: 100%;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 50px;
  box-shadow: 2px 2px 9px #6d93ad;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.theme-button:hover {
  background-color: #ffffff;
  color: #013e5c;
  border-color: #013e5c;
}

form img {
  max-height: 60px;
}
form .icon-eye {
  position: absolute;
  right: 15px;
  bottom: 7px;
  cursor: pointer;
  color: #EE6D6D;
}
form label {
  color: #013e5c;
}/*# sourceMappingURL=style.css.map */




@media (max-width: 576px) {
 .left-side{
    display:none
 }
}