﻿.form-control {
    background-color: #a4e4fd;
    color: #621afe;
}

.popupbg ::-webkit-input-placeholder {
    color: red !important;
}

.btn-readmore {
    color: #66aa44;
}

    .btn-readmore:hover {
        color: #173471;
        cursor: pointer;
    }

.popupbg {
    display:none;
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background-color: #96aad8c7;
}

.popuprow {
    width: 565px;
    position: relative;
    left: 30%;
    top: 15%;
}

#popupformclosebtn {
    background-color: #f5f1c3;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
    float: right;
    position: relative;
    right: -10px;
    top: -10px;
}

.popup-headerRow {
    height: 60px;
    background: rgba(193, 213, 215, 0.66);
    padding: 5px;
}

.closebtnimg {
    position: relative;
    top: 3px;
    left: 5px;
}

.formpopup {
    background-image: linear-gradient(45deg, #50a595, #102cb7);
}

.popupCompanylogo {
    width: 100%;
    height: 50px;
    background-color:#fff;
}

.imgpopupC {
    width: 25%;
    float: left;
}

.imgpopupT {
    width: 75%;
    float:left;
}

    .imgpopupT h4 {
         position:relative;
        top:-15px;
    }

@media only screen and (max-width: 992px) {
    .popuprow {
        width: 90%;
        position: relative;
        left: 5%;
        top: 10%;
    }

    .imgpopupT h4 {
        position:relative;
        top:-15px;
    }

    .popupCompanylogo {
        width: 100%;
        height: 50px;
        background-color:#fff;
    }

    .imgpopupC {
        width: 25%;
        float: left;
    }

    .imgpopupT {
        width: 75%;
        float:left;
    }
     
}

.btn-viewall {
    color: #fff;
    border-color: #0b2fba;
    background-color: #0b2fba;
    border: 1px solid;
    padding: 2px;
    margin-bottom: 5px;
    margin-left:3px;
}

    .btn-viewall:hover {
        color: #0b2fba;
         background-color: #fff;
        border-color: #0b2fba;
        border: 1px solid;
        padding: 2px;
        cursor: pointer;
    }
