﻿

    
.panel-heading {
    background-color: #0079c2!important;
    color:#fff!important;
}
#pwd, #cpwd, #acodeR, #acodeC, #referedBy {
    height: 30px;
    width: 100%;
    outline: none;
    padding-left: 5px;
    border-radius: 5px;
    border: 1px solid lightgray;
    border-bottom-width: 2px;
    transition: all 0.4s ease;
    cursor: pointer;
}
.btn {
    height: 35px;
    width: 52%;
    outline: none;
    padding-left: 5px;
    border-radius: 5px;
    border: 1px solid lightgray;
    border-bottom-width: 2px;
    transition: all 0.4s ease;
    cursor: pointer;
    background-color: #0079c2 !important;
    border-color: #0079c2 !important;
    color: #fff !important;
}
    .btn:hover {
        background-color: #337ab7 !important;
    }
 .navbar-right .dropdown-menu {
    left:0 !important ;
}

#propBody label{
    color: #808080;
    font-weight:normal;
}