html, body {
    color: #666;
}

#top {
    -webkit-box-shadow: 0px 2px 21px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 21px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 21px 4px rgba(0, 0, 0, 0.3);
}

#top-container {
    width: 50%;
    height: 140px;
}

#clt-logo {
    left: 0;
}

#mybenefit-logo {
    right: 0;
}

#content {
    margin-top: -4px;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#reg-form-container {
    margin: 0 auto;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.96);
    border-radius: 15px;
    min-width: 350px;
}

#reg-form-content {
    margin: 30px;
}

#reg-form-top:not(:last-child) {
    border-bottom: solid 1px #ececec;
}

#reg-form-top-text p:first-of-type {
    margin-top: 0;
}

#reg-form-top-text p:last-of-type {
    margin-bottom: 0;
}

#reg-form-top-text {
    text-align: justify;
    font-size: 14px;
    box-sizing: content-box;
    padding: 30px;
}

#reg-form input[type="text"], #reg-form input[type="email"] {
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
    width: 250px;
    border: 1px solid lightgrey;
}

#agreement-container {
    width: 290px;
    font-size: 14px;
}

#reg-form-text {
    font-size: 12px;
    text-align: justify;
}

#reg-form label {
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
}

#reg-form button, .mysubmit {
    padding: 10px;
    width: 270px;
    margin: 5px;
    border: 0px;
    color: #424242;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    transition: all .15s ease-out 0s;
}

    #reg-form button:hover, .mysubmit:hover {
        cursor: pointer;
        color: #fff;
    }

#reg-form-bottom {
    border-top: solid 1px #ececec;
    display: flex;
    align-items: center;
}

#reg-form-bottom-text {
    display: inline-block;
    width: 100%;
    text-align: justify;
    padding: 30px;
    font-size: 12px;
}

#footer {
    -webkit-box-shadow: 0px 2px 21px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 21px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 21px 4px rgba(0, 0, 0, 0.5);
}

#footer-container {
    width: 50%;
    text-align: left;
}

@media (max-width: 875px) {
    #mybenefit-img {
        width: 130px;
    }
}
#content {
    background-image: url(/images/kpm-bg.jpg);
}

#reg-form button, .mysubmit {
    background: #d3d3d3;
    background: transparent linear-gradient(#757575 50%,#d3d3d3 0) repeat scroll 0 100%/100% 220%;
    box-shadow: inset 0 0 0 20rem hsla(0,0%,83%,.5);
}

    #reg-form button:hover, .mysubmit:hover {
        color: #fff;
        box-shadow: inset 0 0 0 20rem hsla(0,0%,83%,0);
        background-position: 0 0;
    }


#clt-img {
    padding-left: 25px;
}