﻿body {
}
.content {
    /*width: 100%;
    background: white;*/
    /* margin: auto; */
    /*min-height: 491px;*/
    /* box-shadow: 0px 0px 5px 0px gray; */
    /* border-radius: 7px; */
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
}
.form {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* margin-top: 49px; */
    width: 96%;
    margin: auto;
}
    .form input, .form a, .form img, .form select, .form label,.form .value,.form .label-sm,.form .label {
        margin: 5px 0px;
    }
    .form input {
        width: 100%;
    }
    .form .btn {
        width: 100%;
    } 
    .form .value {

    }
    .form .label-sm{
    }
    .form .label{
    }
.header {
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    min-height: 90px;
    padding: 15px;
}
.label {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: #fff;
    padding: unset;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    text-align: left;
}
.label-lg {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.7;
    color: #fff;
    padding: unset;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    text-align: left;
}
.label-sm {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    padding: unset;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    text-align: left;
}
.value {

}
.tanggal {
}