* {
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
#aside_ {
  padding: 1rem 1rem !important;
  height: 100vh;
  display: flex;
  align-items: center;
}
.left_side {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px !important;
}
#logo {
  display: flex;
  justify-content: center;
}
#logo img {
  width: 250px;
  height: 150px;
}
.head {
  font-size: 1.125rem;
}
.content {
  font-size: 0.75rem;
}
#forgot_psw {
  text-decoration: none;
  color: #98a6ad !important;
  display: block;
  text-align: right;
  transition: 0.5s;
}
#forgot_psw:hover {
  color: #d89d19 !important;
}
.form-check {
  display: flex;
  align-items: center;
}
#submit_btn {
  width: 100%;
  color: #fff;
  padding: 10px 20px !important;
  background-color: #d89d19;
  border: none;
  outline: none;
  transition: 0.5s;
}
#submit_btn:hover {
  background-color: rgb(74, 67, 67);
}
.main_content_img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #aside_{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
  }
  #submit_btn{
    padding: 10px 10px;
  }
}
