.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


/*@media (max-width: 991px) {
    .c-layout-header .c-navbar {
        height: 100% !important;
    }
}*/

.c-layout-footer.c-layout-footer-2 {
    padding: 50px 0;
}


@media (min-width: 992px) {
  .c-layout-header .c-brand {
    margin: 15px 0 37px 0; }
    .c-layout-footer.c-layout-footer-2 {
        padding: 50px 0;
    }
}

.input-has-error {
    border: 1px;
    border-style: solid;
    border-color: red;
}

.has-error {    
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.has-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
