.siteforceStarterBody .cCenterPanel{
	margin-top: 0;
	padding: 0;
}
.siteforceStarterBody .cCenterPanel .contentRegion{
	padding: 0;
}
.dsr_form .slds-form-element__label {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.dsr_form .slds-radio__label .slds-form-element__label {
    font-weight: normal;
}
.dsr_field1 .slds-form-element__control{
    width: 31%;
}
.dsr_nolabel .slds-form-element__label {
    display: none;
}
.dsr_nolabel {
	padding-bottom: 10px;
}
.errorIcon .slds-icon{
    fill: #ba0517;
}
.dsr_nolabel .slds-input, .dsr_nolabel .slds-combobox__input{
	min-height: 23px !important;
    line-height: 1;
    font-size: 12px !important;
    border-radius: 0;
    border: 2px solid #ccc;
    /* padding: 0 6px; */
}
.no_PaddingHorizontal{
    padding-left: 0px;
    padding-right: 0px;
}
.kiq_nolabel .slds-form-element__label {
    display: none;
}
.kiq_nolabel {
	padding-bottom: 10px;
}

.dsr_field1 .dsr_nolabel .slds-form-element__label{
	display: block;
}
.dsr_declare .slds-form-element__legend{
	display: inline-flex;
}
.dsr_declare .slds-form-element__label{
    width: 86%;
}
.dsrform_submit .slds-button{
    background-color: transparent;
    border-radius: 0;
    border-color: transparent;
    height: auto;
    width: 300px;
}
.dsr_form .slds-radio .slds-radio_faux, .dsr_form .slds-radio .slds-radio--faux{
    width: 14px !important;
    height: 14px !important;
}
.dsr_additional_details .slds-form-element__label{
    width: 60%;
}
.dsr_additional_details .textarea-container{
    width: 72%;
}
.relationship, .otherText {
    width: 35%;
    float: left;
}
.relationship .slds-input__icon-group_right {
    right: 2px;
    top: 50%;
    background-color: #fff;
    width: 25px;
}
.otp_submit button, .kiq_submit button{
    background: #2c5697;
    padding: 0 35%;
    border-radius: 0;
}
.forceCommunitySection .cb-section_column:only-child {
    padding: 0;
}
/* DSR Case Form */
.case_loginbtn button{
    width: 100%;
    padding: 5px;
    font-size: 15px;
    background-color: #02468e;
    border-radius: 0;
}
.case_forgotbtn button{

    width: 100%;
    font-size: 15px;
    background-color: rgb(2, 70, 142) !important;
    color: #fff !important;
    border: 0;
    padding: 5px;
    border-radius: 0;

}
.login_field{
    border-radius: 0;
    width: 90%;
    float: left;
}
.forgot_link input{
    border: 0;
    width: auto;
    padding: 0;
    text-align: center;
}
.forgot_content .forgot_userfield input{
    border-color: rgb(118,118,118);
    border-radius: 0;
}
.zen-pageFooter .zen-pbl{
    display: none;
}
.dsrmHomePageWrapper lightning-base-combobox .slds-combobox__input{
    display: flex;
    align-items: center;
    line-height: 1;
}
iframe[title="recaptcha challenge"] {
    height: 100% !important;
}
.dsr_checkbox .slds-form-element__label{
    font-size: 12px;
    font-weight: initial;
}
/* mobile centric styles under below media queries */
@media (max-width: 600px) {
    .dsr_additional_details .slds-form-element__label{
        width: 100%;
    }
    .dsr_additional_details .textarea-container{
        width: 100%;
    }
}