.guestUserModalTitle {
    color: #4D4D4D;
    font-size: 26px;
    font-family: 'Knowledge2017';
    margin-bottom: 0px;
}

.sectionLabel {
    font-family: 'Knowledge2017';
    font-size: 18px;
    line-height: 1.3333;
    color: #fafafa;
    background-color: #4D4D4D;
    font-weight: bold;
    padding: 10px 15px;
}

.removeBottomBorder {
    /*padding-bottom: 05px !important;*/
    border-bottom: none !important;
    margin-left: 20px;
}

.loginSection {
    padding-bottom: 10px;
    clear: both;
    float: left;
    width: 100%;
}

.t-and-c {
    font-size: small;
    padding-bottom: 10px;
}

.extendLoginWidth {
    width: 100% !important;
}

.extendSignUpWidth {
    width: 100%;
}

.extendForgotPassWidth{
    width: 100%;
}

.thirdBtn:hover,
.thirdBtn:focus,
.thirdBtn.focus {
    background-color: #fafafa !important;
    color: #D64000;
    border: 2px solid #D64000;
}

.guestModalButton {
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #D64000;
    border-radius: 16px;
    text-align: center;
    min-width: 164px;
    padding: 8px 28px;
    display: inline-block;
    background-color: #D64000 !important;
    white-space: normal;
}

.existingCustomer {
    border-right: 1px solid #ccc;
}

#newUserSectionDiv {
    padding-bottom: 45px;
    padding-left: 10px;
}

.newCustomer {
    padding-right: 10px;!important;
    padding-left: 10px;!important;
}

.navRow {
    margin-left: 10px;
}

#forgetPasswordDiv {
    padding-left: 13px;
}

.guestUserLoginErrorDiv {
}

#forgotPasswordEmail {
    width: 100%;
}

.forgotPasswordErrorDiv {
    width: 100%;
    padding: 10px;
}

.signupGuestUserErrorDiv {
    width: 100%;
    padding: 10px;
}

.displayErrorMessageDiv {
    background-color: #feefef;
    font-size: 15px;
    color: #a00000;
    border-color: #ebccd1;
    border: 1px solid transparent;
    padding: 5px;
    margin-bottom: 5px;
}
.signupGuestUserErrorDiv ul{
    list-style-type: disc;
    padding-inline-start: 24px;

}
.signupGuestUserErrorDiv ul li{
    margin:auto;
}

.setPadding {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.small-dark-button.button {
    background: #D64000;
    border-color: #D64000;
    color: #fff;
    border-radius: 16px;
    text-align: center;
    min-width: 70px;
    min-height: 40px;
    display: inline-block;
}

.small-dark-button.button:hover, .small-dark-button.button:focus {
    background: transparent;
    border-color: #D64000;
    color: #D64000;
    min-width: auto
}
.inputLabels {
    font-weight: normal;
}

#forgotPasswordError > a {
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    color: #a00000;
}

#signupGuestUserErrorDiv > ul > li > a {
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    color: #a00000;
}

ul.newToCleardocsList {
    list-style: disc;
    padding: 0px 15px;
}
div.newToCleardocsDiv{
    padding-left: 15px;
    padding-bottom: 60px;
}

.close:hover {
    color: #D64000;
}