* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 0 !important;
}

body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
  background: #5aaeec;
}

.header {
  width: 100%;
  height: auto;
  background: #cdeff6;
  display: flex;
  padding: 10px 50px;
}

.nav-logo {
  width: 75px;
}

.nav-logo img {
  width: 100%;
}
.login-container .left-box{
  width:65%;
  float:left;
}
.login-container .login-box-sp{
  width:35%;
  float:right;
}
.login-container .left-box img{
    height: calc(100vh - 145px);
    width: 100%;
    object-fit: cover;
    object-position: top;
}
h4 {
  font-size: 32px !important;
}

.nav-title {
  width: 100%;
  align-self: center;
  text-align: center;
}

.nav-title h1 {
  color: #044a7e;
}

.login-container {
  width: 100%;
  margin: 0 auto !important;
}

.footer-top {
  width: 100%;
  background: #044a7e;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-top p {
  max-width: 1200px;
  color: #fff;
  font-size: 12px;
}
.login-container .col{
  width:20%!important;
}
.footer-bottom {
  width: 100%;
  height: 35px;
  text-align: center;
  background: #044a7e;
  padding: 5px 0;
}

.footer-bottom a {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.footer-bottom a span {
  margin-left: 10px;
}
.footer-bottom a:hover {
  color: #fff;
}

.footer-bottom a img {
  height: 100%;
}

.login-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.login-con {
  align-items: center;
  gap: 40px;
  margin-top: 40px !important;
}

.login-sub-box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    background: #e8f4ff;
    box-shadow: 6px 0px 23px rgba(0, 0, 0, 0.43);
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
}

.login-sub-box:hover {
  background: #093fff;
}

.login-sub-box:hover p {
  color: #fff;
}

.login-sub-box .img-box {
     width: 50%;
}

.login-sub-box .img-box img {
  width: 100%;
}

.login-sub-box p {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
}

.login-box-sp {
  align-self: center;
}

.login-box-s {
  height: max-content;
  width: 562px;
  padding: 20px;
  margin: 0px auto;
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 8px 6px 23px rgba(0, 0, 0, 0.25);
  justify-content: space-between;
}

.login-head {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.login-head img {
  height: 100%;
}

.login-head h4 {
  font-size: 25px !important;
}

.input-box {
  /* display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center; */
  margin-top: 1rem;
}

/* .input-box input {
  width: 288px;
  height: 42px;
  padding: 0 20px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 1px 0px 5px 1px #77adff;
  border-radius: 18px;
} */

.input-box #submit-btn {
  width: 121px;
  height: 42px;
  color: #FFF;
  background: #093fff;
  box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
}

.bottom {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {

  .header {
    padding: 10px 20px;
  }

  .nav-title H1 {
    font-size: 20px;
  }

  .left-box {
    display: none;
  }

  .login-box {
    padding: 20px 10px;
  }

  .row {
    --bs-gutter-x: 0rem !important;
  }

  .login-con {
    padding: 20px;
    margin-top: 0px !important;
    flex-direction: column;
  }

  .footer-top p {
    text-align: justify;
  }

  h4 {
    font-size: 20px !important;
  }



  .login-box-s {
    width: 100%;
    border-radius: 0px;
  }

  .input-box input {
    height: 35px;
  }

  .input-box #submit-btn {
    width: 110px;
    height: 38px;
    color: #FFF;
    background: #093fff;
    box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
  }

  .row>*{
    width: 70% !important;
  }
}