/* 
    global style
    Contents :


    @package  recognition-style
    @author arka.eri <eri.safari@arkamaya.co.id>
    @version    1.0.0
    @created date   Mei 06, 2018
*/

.wrapper-page{
    margin: 5.5% auto;
    max-width: 460px;
    position: relative;
}

.text-muted {
    color: #707070 !important;
}

.card{
    border: none;
    box-shadow: 0 -5px 120px 0 rgba(0,0,0,.05),0 16px 20px 0 rgba(0,0,0,.02);
    margin-bottom: 30px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left:3rem;
    padding-right: 3rem;
    padding-bottom: 1.2rem;
}