﻿.lnkDealerSiteForgotLogin, .needMoreHelp .nmh, .needMoreHelp .whoToCall {
    display: none;
}

.divForgotLogin input {
    margin:10px auto;
    max-width:300px;
}

.rule-box {
    margin-bottom:20px;
}

.contactLink {
    text-align:center;
    margin-top:20px;
}

.row input, input[type=text] {
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    box-shadow: none;
    font-weight: normal;
}

.my-provider {
    margin-top:70px;
}

.search-for-dealer {
    margin: 20px 0;
}

    .search-for-dealer [type=text] {
        text-align:center;
        font-weight:400;
    }

    .row select, .row select.whiteborder, .row textarea, .help-block {
        font-weight: normal;
        font-size: 12px;
        box-shadow: none;
         font-family: 'Montserrat',Public Sans,Helvetica,Arial,sans-serif;
    }

.divForgotPassword.rule-box, .divForgotUsername.rule-box {
    width: 49%;
    display: inline-block;
}

.divForgotPassword.rule-box {
    margin-right: 8px;
}

.btnOrange {
    --bg-opacity: 1;
    background-color: #BF4600;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #BF4600;
    padding: 10px 25px;
    border-radius: 9999px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    color: #fff;
    margin-top: 30px;
    width: 153px;
}

.needMoreHelp {
    margin-top: 30px;
}

.subHead.heading-sub {
    text-align: center;
}

.row input[type="submit"] {
    border:none;
    font-weight:600;
}

input, [type=text] {
    margin-top: 5px;
    margin-bottom: 20px;
}

.help-title:hover {
    cursor: pointer
}

button:focus.help-title {
    outline-offset:5px;
}

.divForgotUsername {
    vertical-align:top;
}

.divConfirmation .close-icon {
    display:none;
}

.divConfirmation {
    padding:20px;
}

.divCheckEmail {
    font-weight:bold;
}

.divConfirmation .answerBox {
    background: #d3e9f7;
    padding:20px;
}

.divError {
    color: #B30000;
}

.spinner {
    width: 0;
    opacity: 0;
    position: absolute;
    left: 34px;
    top: 5px;
}

input:disabled + .spinner {
    width: auto;
    opacity: 1;
}

.text-burgundy {
    color: #53081A;
}

.ui-widget.ui-widget-content {
    max-width: 600px;
}
