.box {
    border-top: 5px solid #2E7D32 !important;
}

.dynamicBG {
    background: url("../../img/logo/wallpaper.svg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tlaGreenBtn {
    background-color: #2E7D32 !important;
}
