 .searchbtn {
        width: 150px;
        height: 50px;
        border: 0px solid #808080;
        border-radius: 25px;
        text-align: center;
        vertical-align: middle;
        padding-top: 0px;
        cursor: pointer;
        background-color: rgb(11, 111, 211);
        color: #FFFFFF;
    }

        .searchbtn:hover {
            background-color: rgb(11, 111, 211);
            color: #FFFFFF;
        }


        .form-control:not(.form-control-sm):not(.form-control-lg) {
        font-size: 13.6px;
        font-size: 0.85rem;
        line-height: 1.85;
        height:50px !important;
    }


        
  .btnactivity {
    border-style: none;
    color: #ffffff;
    font-family: Arial;
    width: 80px;
    height: 28px;
    font-weight: normal;
    font-size: 11.5px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;   
    border-radius: 7px;
    background-color: #333333;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    padding-top:4px;
    cursor:default;
   
}
    .btnactivity:hover {
       border-style: none;
        margin: 0px 0px 0px 0px;
        background-color: #990000;
        color: #ffffff;
        font-family: Arial;       
        margin-top: 0px;
        border-radius: 7px;
        background-color: #EC3A5E;       
        text-decoration: none;
        cursor:pointer;
    }

      .btnactivity2 {
    border-style: none;
    color: #ffffff;
    font-family: Arial;
    width: 80px;
    height: 28px;
    font-weight: normal;
    font-size: 11.5px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;   
    border-radius: 7px;
    background-color: #333333;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    padding-top:6px;
    cursor:default;
    display:inline-block;
   
}
    .btnactivity2:hover {
       border-style: none;
        margin: 0px 0px 0px 0px;
        background-color: #990000;
        color: #ffffff;
        font-family: Arial;       
        margin-top: 0px;
        border-radius: 7px;
        background-color: #EC3A5E;       
        text-decoration: none;
        cursor:pointer;
    }



     .validationstyle{

    width:100%;
    /*height:100%;*/
    min-height:60px;
    background-color:#FF0000;
    color:#ffffff;   
    border-radius:10px;
    padding:17px;
    /*display:inline-block;*/
    line-height:20px;
    margin-top:5px;
    /*position:relative;*/
    text-align:left;
    vertical-align:middle;   
    margin-bottom:25px;

}

.validationstyle2{

    width:100%;
    height:100%;
    min-height:60px;
    background-color:#16d595;
    color:#ffffff;   
    border-radius:10px;
    padding:17px;
    display:inline-block;
    line-height:20px;
    margin-top:25px;
    position:relative;
    text-align:left;
    vertical-align:middle;
}



