/*******************************************************
    Template Name    : Apper - Apps Landing Page Template
    Created          : 2021
*******************************************************/
 
/**************************************
 * 01. Generale Style
 *************************************/

 
 
 /********** New Part Add *********************/
 
 .detailsh .logo {
   max-width: 100%;
}

.form-login-body .row .login-desk 
{
    margin-top: 0%;
    margin-bottom: 0%;
   padding:25px;
}


/***********************************/

.custom-file
 {
    box-shadow: 0 .1rem .4rem rgba(0,0,0,.15)!important;
    border-radius: 0.25rem!important;
 }
 .search-form
 {
    box-shadow: 0 .1rem .4rem rgba(0,0,0,.15)!important;
    border-radius: 0.25rem!important;
 }
 .new .input-group-lg>.form-control:not(textarea) {
    height: 100%;
}

.form-group .input-group-merge
{
    box-shadow: 0 .1rem .4rem rgba(0,0,0,.15)!important;
    border-radius: 0.25rem!important;
 }
 .layout-fluid body{background-color: #ffffff;}
 
.card .card-header {
   
    background-color: #f8f9fa;
    box-shadow: 0 .1rem .4rem rgba(0,0,0,.15)!important;
    border-radius: 0.25rem!important;
    border-bottom:none;
   
}
.card .card-body 
 {
    background-color: #f8f9fa;
    box-shadow: 0 .1rem .4rem rgba(0,0,0,.15)!important;
    border-radius: 0.25rem!important;
  }
  
 .card-header .card-title {font-size: 26px;color: #65b3f1;}



/**********End New Part Add *********************/