.timer {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

    .timer span {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: transparent none repeat scroll 0 0;
        border-color: #fff #fff -moz-use-text-color;
        border-image: none;
        border-radius: 0;
        border-style: solid solid none;
        border-width: 1px 1px medium;
        color: #fff;
        display: block;
        float: left;
        font-size: 20px;
        font-weight: 600;
        margin-right: 17px;
        padding-top: 8px;
        text-align: center;
        text-transform: uppercase;
        width: 68px;
    }

        .timer span:last-child {
            margin-right: 0px;
        }

    .timer p {
        background: #f8b239 none repeat scroll 0 0;
        color: #fff;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
        margin-top: 9px;
        text-transform: capitalize;
    }

.countdown-area:before {
    background-color: #2d3e50;
    opacity: .94;
}

.countdown-all,
.register-from {
    position: relative;
    z-index: 999;
}

    .countdown-all > h3 {
        color: #00ff21;
        font-size: 24px;
        font-weight: 600;
    }

    .countdown-all > h1 {
        color: #00ff21;
        font-size: 48px;
        font-weight: 800;
        letter-spacing: 9px;
        margin: 17px 0 30px;
    }
