.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 4rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    height: 33rem;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
.modal-body {
    padding: 0;
}
.signlefthalf {
    background-color: #293b52;
    width: 100%;
    height: 33rem;
}
.signlogo {
    display: flex;
    justify-content: center;
    padding: 10px 0 0 0;
}
.signlogo img {
    width: auto;
    height: 64px;
}
.welcometext {
    padding: 5rem 2rem 0;
}
.welcometext h3 {
    font-size: 28px;
    text-shadow: 1px 1px 2px black, 0 0 25px orange, 0 0 5px darkorange;
}
.welcometext p {
    padding: 1rem 0 0;
    line-height: 26px;
}
.modal-header {
    padding: 0 16px;
    background-color: transparent;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    cursor: pointer;
    font-weight: bold;
}
.welcometext h3, .welcometext p {
    color: #fefefe;
}
.signrightthalf {
    padding: 1rem;
}
.signrightthalf h2 {
    font-size: 32px;
    color: #293b52;
    text-align: center;
    text-shadow: 2px 2px 4px #999;
    font-family: 'Lobster', 'Grenze Gotisch', Helvetica, sans-serif;
}
.form-signin {
    margin: 24px 0 0 0;
}
.form-signin .inputBox {
    position: relative;
}
.form-signin .inputBox input {
    padding: 10px;
    letter-spacing: 1px;
    margin-bottom: 24px;
    border: none;
    border: 1px solid #adadad;
    background: transparent;
    border-radius: 5px;
    width: 100%;
    height: 40px;
}
.form-signin input[type="text"] {
    padding: 0 0 0 0.8rem;
}
.form-signin .inputBox input:focus ~ label, .form-signin .inputBox input:valid ~ label {
    top: -18px;
    left: 0;
    color: #042f59;
    font-size: 0.85rem;
}
.form-signin .inputBox label {
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 1px;
    margin: 8px 16px;
    transition: 0.5s;
    pointer-events: none;
    color: #042f59;
    background-color: #fff;
}
.signbtn {
    padding: 16px 48px;
    background-color: #293b52;
    color: #fefefe;
    font-size: 18px;
    border: none;
    outline: 0;
    border-radius: 24px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.skip {
    color: #000;
    float: right;
    font-size: 40px;
    font-weight: 100;
    padding: 0px 12px 12px 12px;
}
.a-cart {
    padding-left: 0px;
}
/* #qty {
    width: 90%;
    height: 50px;
    border: 1px solid #eaeaea;
    border-radius: 3px !important;
    text-align: left;
    padding-left: 5px;
} */
.cont-div input {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    border: 1px solid #eaeaea;
    border-radius: 3px !important;
    text-align: left;
    padding-left: 5px;
}
input[type=text], select, textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    height: 40px;
}
input[type=submit]{
    width: 100%;
    border-radius: 25px !important;
    padding: 2px;
    color: #fff;
    text-align: center;
    border: 1px solid #042f59;
    background-color: #042f59;

}

@media only screen and (min-width: 48em){
    .signrightthalf h2 {
        font-size: 40px;
    }
    .signlogo img {
        height: 48px;
    }
    .a-cart {
        padding-left: 50px;
    }
}
@media only screen and (min-width: 60em){
    .signlogo img {
        height: 64px;
    }
    input[type=submit]{
        width: 40%;
    }
}
