@charset "utf-8";
body{background-color:#DDDDDD; padding: 4%;}
.content-size-login{
  margin-top:0; 
  padding:0px;
  max-width:800px;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
  display: flex;
}
.footer .content-size-login {
    padding-top: 10px;
    height: 95px;
    display: flex;
    flex-direction: column;
}
.footer .Copyright {
    margin-bottom: 1rem;
}
.bg {
    background-color: white;
}
.button_area {
    display: flex;
    justify-content: center;
}
.w500 {max-width:500px;margin:0 auto;}
.sysname {
  width:100%;
  text-align:center;
  margin-top:30px;
  margin-bottom:10px;
}
.w100 {width:100px;margin: 0 auto 0 auto;}
.pd-side-10{padding: 0px 10px;}
.v-center{display: flex;  align-items: center;}
img{width: 100%;}
button{height: 35px !important;}

.login-logo{
  display: flex;
  width: 35%;
  height: 500px;
  background: linear-gradient(#FFFF, #9AC6FC, #348DF8);
}
.login-system-area{
  width:65%;
  margin: auto;
}
.login-logo img{
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}
@media (max-width:577px){
    .order-completion {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .content-size-login {
        display: flex;
        flex-direction: column;
        margin-top: 0;
        padding: 0px;
        max-width: 800px;
        box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    }
    .login-system-area{
    width:95%;
        height: 400px;
        margin: auto;
    }
    .login-logo{
    width:100%;
    height: 80px;
    background: linear-gradient(#FFFF, #9AC6FC, #348DF8);
    }
    .login-logo img {
        display: flex;
        margin: auto;
        padding: 2.5%;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: auto;
    }
    .footer .content-size-login { height: 85px;}
}