.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
    border-radius: 5px;
}

.modalPopup {
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
    width: 38%;
}

.PopText {
    font-size: 20px;
    font-family: initial;
}

.popupheader {
    height: 40px;
    line-height: 36px;
    background-color: orangered;
    color: White;
    font-family: cursive;
    font-size: x-large;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
}

.style1 {
    width: 100%;
}

.box-input {
    height: 33px;
    width: 87%;
    margin-left: 24px;
}

.btn-box {
    height: 31px;
    width: 25%;
    margin-top: 20px;
    background: orangered;
    border: none;
    color: white;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    width: 5%;
    border: none;
    background: white;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.close {
    background: transparent;
    color: white;
}

@media (max-width:767px) {
    .modalPopup {
        width: 100% !important;
        position: fixed;
        z-index: 100001;
        left: 0px !important;
        top: 229px;
    }

    .box-input {
        height: 43px;
        width: 83%;
        margin-left: 31px;
        margin-top: 18px;
        border: 1px solid;
    }
}
