.sp, .hp{
  position: relative;
  left: calc(100% - 30px);
  top: -43px;
  cursor: pointer;
}
.select2-container .select2-selection--single {
  height: 60px;
  width: 100%!important;
  padding-top: 15px;
  border: 1px solid #f3f3f3;
}
.select2-selection__arrow{
  top: 17px!important;
}
.text_box input[type=password]{
  padding-top:0!important;
}
body,.login_area .login_info:before {
  background: #000!important;
}
@media only screen and (max-width: 600px) {
  .logo_div{
    display: none!important;
  }
  .form-group{
    margin-bottom: 15px;
  }
  .login_info {
    padding-top: 30px!important;
  }
  .login-form .btn_three {
    margin-top:0!important;
  }
  .text_box input[type=text], .text_box textarea, .text_box input[type=password], .text_box input[type=email], .select2-container .select2-selection--single {
    height: 50px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 45%)!important;
  }
  .select2-container .select2-selection--single {
    padding-top: 10px;
  }
  .select2-selection__arrow{
    top: 13px!important;
  }
  .sp, .hp{
    top: -38px;
  }

}
