
.security {
    background: #fff;
    text-align: center;
    padding: 3%;
    border: none;
    padding-bottom: 0;

    .btn {
        margin: 10px 0 !important;
        padding: 10px 0 !important;
        width: 100%;
        text-align: center;
    }

    h2, h5 { color:#89c331; margin-bottom:5px;}

    h4 {padding:0px; margin:0px;}

    h1 { text-align:center;}


    .content {
        text-align: left;
        color: #656565;
    }

    .nb{
        background: #FFDCDC;
        padding: 15px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #A50000;
        border-bottom: 1px solid #A50000;
    }


    .panel-heading {
        background: #89C331;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        padding: 10px;
        color: #fff;
        margin-bottom: 5px;

        a {color:#fff; text-decoration:none;}
    }

    .panel-collapse{
        border: 1px solid #89C331;
        margin-bottom: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-top: -10px;

        .panel-body {padding:10px;}
    }

}




