.shipway_div {
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: auto;
    display: grid;
    align-content: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 6px;
    padding: 3rem 2rem;
    box-shadow: 0px 10px 25px -10px #000000;
    width:30%;
    margin-right: auto;
    text-align:center;
    clear: both;
    color:#000;
}
.shipway_div h3 {
    /* font-size: calc(var(--font-heading-scale) * 2.8rem); */
    font-weight: bolder;
    color:#000;
    font-size:30px;
}
.shipway_div label {
    float: left;
    margin-top: 0.3rem;
        width:100%
}
.shipway_div .shp-w-100{
    width: 100%;
}
.shipway_div .shp-btn{
    margin-top: 5px;
}
.shipway_div .shipway-logo{
    width: 15%;
    position: relative;
    top: 13px;
}
.shipway_div .shp-mb-5{
    margin-bottom: 5px;
}
.shipway_div .shp-error_notification{
    font-size: 20px;
    color:red;
}
.shipway_div input[type=text] {
    padding: 10px !important;
        margin-top:0px;
        width:100%;
    height: 35px;
    border-radius: 5px!important;
    outline: none;
    border: none;
    background: #f8f8f8;
    color: #000000;
    font-size: 14px;
}
.shipway_div input[type=email] {
    padding: 10px !important;
    height: 35px;
    padding: 6px 15px;
    border-radius: 5px;
    outline: none;
    border: none;
    background: #f8f8f8;
    color: #000000;
    font-size: 14px;
}

.shipway_div input#scan_order {
   display: block;
   text-align: center;
   text-decoration: none;
   font-weight: 800;
   font-size: 1em;
   border-radius: 6px!important;
   padding: 1rem 0%;
   background-size: 200% auto;
   color: #fff;
   background-image: linear-gradient(to right,'.$button_color.' 0%,'.$hex.' 50%,'.$button_color.' 70%);
   transition: .5s!important;
   border: 0;
   width: 90%;
   margin: 5%;
}

.shipway_div input#scan_order:hover {
    background-position: right center;
}
.shipway_div input {
    float: left;
}
.shipway_div .shp-shipway_notification h4{
    color:red;
}

@media (max-width: 480px) and (min-width: 320px) {
    .shipway_div {
        width: 90% !important;
   }
}
    
    
    .shp-language-selector{
        width: 12%;
        margin: 1% 10%;
        float: right;
        font-size: 1.2rem !important;
    }
    @media (max-width:480px) and (min-width:320px) {
        .shipway_div{
            width:100% !important;
        }
        .shp-language-selector{
            width: 30%;
        }
    }
    hr{
        margin:2rem 0 !important;
    }
    .shp-form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      }
      #scan_order{
        margin-top:20px;
      }