.bg1 {
    width: 100%;
    background-color: #f7faff;
    background-position: absolute;
}
.bg2 {
    width: 100%;
    background-color: #edf3ff;
    background-position: absolute;
}
.bg3 {
    width: 100%;
    background-color: #e0ecff;
    background-position: absolute;
}
.bg4 {
    width: 100%;
    background-color: #d6e5ff;
    background-position: absolute;
}
.bg5 {
    width:100%;
    background-color: #b5d1ff;
    background-position:absolute;
}

.bg6 {
    width: 100%;
    background-color: #003c9e;
    background-position: absolute;
}
.border-checked {
    border-color :#007bff !important;
    border: 5px solid #007bff;
    margin: -4px;
}
.border-unchecked {

}