.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;
}

/*Datepicker*/
.c-layout-header-fixed .datepicker-dropdown {
    margin-top: 100px;
}
.c-layout-header-fixed.c-layout-header-topbar .datepicker-dropdown {
    margin-top: 145px;
}

.c-layout-page {
    min-height: calc(100vh - 270px);
}

.c-postfooter {
    padding-bottom: 80px !important;
}

.c-padding-30 {
  padding: 30px; 
}

@media (min-width: 992px) {
  .container.login-form {
    width: 750px; } 
}
@media (min-width: 1200px) {
  .container.login-form {
    width: 750px; } 
}

@media (max-width: 991px) {
  .c-layout-header-fixed.c-layout-header-mobile-fixed .datepicker-dropdown {
    margin-top: 65px; }
  .c-layout-header-fixed.c-layout-header-mobile-fixed .c-layout-header-topbar .datepicker-dropdown {
    margin-top: 110px; }
}

