body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.top-strip {
    background-image: url("https://www.hudsonenergy.co.uk/DesktopModules/MVC/images/breadcrumb_bg.jpg");
    margin: 10px 0 30px;
    min-height: 80px;
}

.top-strip-text > h2 {
    color: #1c3f94;
    padding: 0 15px;
}

.my-slide-img > img {
    height: 100%;
    width: 100%;
}

.page-content span {
    color: rgb(28, 63, 148);
    display: block;
    font-size: 22px;
    margin: 0;
    padding: 15px 0;
}

.page-content p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    padding: 8px 0 15px;
}

.custom-label {
    float: left;
    min-width: 250px;
    padding: 8px 0;
    text-align: right;
}

.custom-input {
    float: right;
    width: 75%;
    padding-bottom: 20px;
}

.password-setting ul {
    text-align: right;
}

    .password-setting ul li {
        display: inline-block;
        margin: 15px 0px;
    }

.btn-holder .btn-primary {
    /*background: rgb(28, 63, 148) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    margin-top: 20px;*/
    background-color: #005998;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 22px;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width:1199px) {
    .custom-input {
        width: 70%;
    }

    .checkbox.cstm-checkbox {
        width: 70%;
    }
}

@media (max-width:991px) {
    .custom-label {
        text-align: left;
        min-width: 0px;
    }
}

@media (max-width:767px) {
    .custom-label {
        text-align: left;
    }

    .custom-input {
        width: 100%;
    }

    .checkbox.cstm-checkbox {
        width: 98%;
    }
}

@media (max-width:458px) {
    .password-setting ul {
        text-align: left;
    }

        .password-setting ul li {
            margin: 0 10px;
        }
}