/*! ===========================================================
 *      File: NGH HTP - Cascading Style Sheets
 * File Name: global.css
 *   Version: 2701180335
 *   Updated: Saturday, 27 January 2018 @ 03:35
 * ===========================================================
 *
 * (c) JordanTBH Technologies 2018 - All Rights Reserved.
 *      Proudly hosted by www.techhania-hosts.com
 *
 * ========================================================== */
 body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}
.wrapper {
    background:#ffffff;
    border-radius: 5px;
    padding: 15px;
    /*! max-width:650px;
    margin: 0 auto;*/
    
}
    .wrapper .header {
        text-align: center;
    }
    .wrapper .header img {
        text-align: center;
        margin-top: 10px;
    }
    
    .wrapper .info {
        display:block;
        font-size: 13px;
    }
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
li {
    margin-bottom:5px;
}
.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}