﻿.clear {
    clear: both;
}

.about-header h3 {
    margin-top: 40px;
    color: #fff;
}

.change-password-container {
    width: 400px;
    margin: 50px auto;
    box-shadow: 0px 2px 9px #ccc;
}

    .change-password-container .warning-text {
        font-size: 14px;
    }

    .change-password-container .form-group .col-form-label {
        display: block;
        padding-top: 0;
    }


#lnkHomePage,
#btnChangePass {
    font-size: 14px;
}

    #lnkHomePage:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f015";
        margin-right: 5px;
    }

#lblError {
    display: block;
    line-height: 18px;
    font-size: 13px;
    text-align: left;
}

.reset-password .welcome-box h3 {
    font-size: 22px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hide {
    display: none;
}

@media screen and (min-width: 1900px) {
    .about-header {
        min-height: 650px;
    }

        .about-header .mid-office {
            margin-top: 180px;
        }
}
