.coll-1.fleft {
    display: none;
}

.coll-2.fleft {
    width: 100%;
}

.customer-support-content-text {
    max-width: 320px;
    margin: 0 auto;
    padding: 1rem;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
}

.customer-support-content-text>p {
    font-size: .8rem;
    text-align: center;
}

.customer-support-content-text input {
    display: block;
    width: 100%;
    height: calc(1.5em+0.75rem+2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: .9rem;
    border-radius: 0;
    border-color: #202226;
}

.forget-password-form-Title {
    font-size: .9rem;
    font-weight: 500;
}

.customer-support-content-text>div:nth-child(2) {
    margin-bottom: 1rem;
}

input#SiteMasterContentPlaceHolder_ctl00_btnPost {
    background: #d8b46a;
    color: #333;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 1rem;
}
.ErrorMessage {
    font-size: .8rem;
    padding: .5rem;
    text-align: center;
    background: #333;
    color: #fff;
    margin-bottom: 1rem;
}