﻿
* {
    box-sizing: border-box;
}

.body {
    margin: 80px 10px 30px 150px;
}



.span {
    font-size: 12px;
}


.form1 {
    background-size: cover;
    margin: 1.5% auto 2% auto;
    padding: 15px;
    width: 70%;
    height: 480px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border-radius: 10px;
}

.input {
    background-color: #eee;
    border: none;
    padding: 18px 20px 18px 20px;
    margin: 8px 0;
    width: 100%;
    border-radius: 10px;
}

.input1 {
    background-color: #eee;
    border: none;
    padding: 18px 20px 18px 90px;
    margin: 8px 0;
    /*width: 40%;*/
    border-radius: 30px;
}

.searchimg {
    position: absolute;
    top: 35%;
    left: 8%;
}

.otp {
    width:30px;
    height:40px;
    position: absolute;
    top: 33%;
    left: 8%;
}
.btnsearch {
    width: 100%;
    border-radius: 30px;
    padding: 16px 20px 16px 20px;
    margin: 8px 0;
}

.boxshadow {
    background-color: #ffffff;
    /*border:1px solid #13b8ee;*/
    border-radius: 15px;
    box-shadow: 7px 14px 28px rgba(0,0,0,0.25), 7px 10px 10px rgba(0,0,0,0.22);
}

.imgstatus {
    width: 40px;
    height: 40px;
}

.opacity {
    width: 100%;
    height: 115%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
}

.popup {
    width: 50%;
    display: block;
    z-index: 9999;
    position: absolute;
    padding: 25px;
    top: 25%;
    left: 25%;
    border-radius: 10px;
    box-shadow: 7px 14px 28px rgba(0,0,0,0.25), 7px 10px 10px rgba(0,0,0,0.22);
}

.popupclose {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 40px;
    height: 40px;
    z-index: 9999;
}

    .popupclose:hover {
        padding: 10px;
        background-color: #eee;
        border-radius: 50px;
    }

.otpimg {
    margin-top: 20%;
    width: 90%;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.w-30 {
    width: 30% !important;
}

.w-32 {
    width: 32% !important;
}

.w-20 {
    width: 20% !important;
}

.w-60 {
    width: 60% !important;
}

.lblvalue {
    font-weight: bold;
    color: #403f3f;
}

.labels {
    color: #808080;
}



.txtpayment {
    width: 50%;
    height: 65px;
    background-color: #eee;
    border: none;
    padding: 12px 50px 12px 50px;
    font-weight: bold;
    font-size: 26px;
}


/*========================================== Media Query Start ================================================*/

@media only screen and (max-width: 600px) {
    .body {
        margin: 10px 10px 10px 10px;
    }


    .margin {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .form1 {
        background-color: #FFFFFF;
        margin: 0% 0% 23% 0%;
        padding: 15px;
        height: 100%;
        width: 100%;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        border-radius: 0px;
    }


    .txtpayment {
        width: 100%;
        height: 65px;
        background-color: #eee;
        border: none;
        padding: 12px 50px 12px 50px;
        font-weight: bold;
        font-size: 26px;
    }

    .popup {
        width: 90%;
        display: block;
        z-index: 9999;
        position: absolute;
        padding: 25px;
        top: 25%;
        left: 5%;
        border-radius: 10px;
        box-shadow: 7px 14px 28px rgba(0,0,0,0.25), 7px 10px 10px rgba(0,0,0,0.22);
    }
}
