img.logo-main {
    height: 60px;
} 

img.blog-img {
    background: #20416336;
    height: 200px;
} 

img.image-right {
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
} 

img.image-left {
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
}
 
.form-control {
    background-color: #fff;
    border-radius: 0;
    padding: 5px 0px;
    box-shadow: none;
    border: 2px solid #8495a7;
}

 .form-control:focus {
    border-color: #8495a7;
    box-shadow: none;
    outline: none;
}

label {
    display: inline-block;
    margin-bottom: 0px;
    color: #134273;
    font-weight: 600;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    zoom: 2;
}
.table { 
    font-weight: 600;
}