body{
    font-family: 'Poppins', sans-serif;
    background-color: #3e4095;
    margin: 0px;
    padding: 0px;
}

.wrapper {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    
}

.header {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.header img{
    width:120px;
    float:left;
}

.header h2 {
    margin: 36px;
    float: left;
    font-size: 21px;
    font-weight: 600;
    color:#3e4095;
}

.body {
    float: left;
    width: 100%;
    border-top:1px solid #333;
    padding-top: 25px;
}

.container{
background-color: #fff;
    padding: 20px;
    
}

ol {
    padding: 0 0 0 20px;
}

ol li {
    margin-bottom: 14px;
    font-size: 15px;
}

ol li ol {
    margin: 15px 0;
    font-size: 15px;
    list-style: lower-roman;
}

h2 {
    color: #3e4095;
    font-size: 17px;
    margin: 40px 0 20px 0;
    font-weight: 600;
}

li, p{
    font-size: 15px;
}

button{
    background: transparent;
    border: none;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.btn.btn-info {
    text-align: center;
    background-color: #3e4095;
    color: #fff;
    text-decoration: none;
    padding: 8px 35px;
    border-radius: 5px;
    display: inline-block;
    border: none!important;
}

.btn.btn-info:hover {
    background-color: #2e3085;
}

.ftbtn{
    width: 100%;
    float: left;
    text-align: center;
}

.scrolldetail {
    background-color: #dcdcdc;
    padding: 16px;
    max-height: 650px;
    overflow: auto;
    border-radius: 10px;
}

form {
    max-width: 340px;
    width: 100%;
}


.scrolldetail ol li, .scrolldetail p {
    font-size: 14px;
    margin-bottom: 14px;
}