.btn-login{
    height: calc(1.5em + 0.75rem + 2px);
    border-radius: 2.25rem;
    width: 100%;
    font-size: 20px;
}
.btn-login-inp{
    height: calc(1.5em + 0.75rem + 2px);
    border-radius: 2.25rem;
    width: 100%;
    font-size: 30px;
}
.section-heading{
        color: #dcdcdc;
    }
    .section-heading-p{
        color: #dcdcdc;
    }
    .app-inp-search{
         border-radius: 20px;
        border: 1px solid #d4d2d2;
        height: 50px;
        font-size: 30px;
        width: 100%;
    }
    .app-inp-search:focus {
        outline: 0;
    }
    .app-list{
          
        border: 1px solid #f9f8f8 ;
    }
    .modal-remark{
            font-size: 12px;
        line-height: 1.5;
        margin-bottom: 20px;
        padding: 5px;
    }
    .link{
        cursor: pointer ;
    }
    .app-list p{
        color: #b1b1b1;
    }
    .app-list-dash{
        position: relative ;
        width: calc(25% - 20px) ;
        margin: 3px ;
        background-color: #ddd ;
         
    }
    
    
    .boxed-grey {
	background: #f9f9f9;
	padding: 20px;
	margin-top: 10px;
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
	font-size: 12px;
}
.team p.subby {
	margin-bottom: 10px;
	font-size: 10px;
}
