:root {

  --primary-red: #E2002A;
  --grey: #B4B4B8;
  --black: #000;
  --content-primary: #1E1F2D;
  --border-primary: #CDCED0;
  --content-secondary: #828389; 
  --light-grey: #F2F2F3;
  --dark-grey: #373944;
  --white: #fff;
  --background-color: #f2f2f2;

}
/* fonts */
@font-face {
  font-family: 'Roboto';
  src: url('/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;  
}
@font-face {
  font-family: 'Roboto';
  src: url('/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/* Roboto Light */
@font-face {
  font-family: 'Roboto';
  src: url('/Roboto-Light.ttf') format('truetype');
  font-weight: 300;       /* Light */
  font-style: normal;
}

/* Roboto Italic */
@font-face {
  font-family: 'Roboto';
  src: url('/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;       
  font-style: italic;     
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}


 body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: url(/ssr-sigin-bg.png) no-repeat center center fixed;
  background-size: cover;
}
h2{
    font-family: Roboto !important;
    font-weight: 400 !important;
    font-size: 36px !important;
    line-height: 40px !important;
    letter-spacing: 0px;
    color: var(--content-primary) !important;
}
h3 {
    font-family: Roboto !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: 0px;
    color: var(--content-primary) !important;
}
h4 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: var(--content-primary);
}

.btn.btn-primary{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border: 2px solid var(--primary-red);
    background: var(--primary-red);
}
.btn.btn-primary:hover{
  background: var(--white) !important;
  color: var(--primary-red);
  border: 2px solid var(--primary-red);
}
.primary.btn.btn-primary { 
  background: var(--primary-red);    
  opacity: 1;
}
button.btn.btn-default{
    color: var(--primary-red);
}
button.btn.btn-default:hover{
    color: var(--primary-red);
    background: white;
    border: 2px solid var(--primary-red);
}
.page-heading {
    /* background: var(--white); */
    border-radius: 12px;
}
#EntityFormView a,
section#terms-and-conditions-section a{
    color: var(--primary-red) !important;
    font-family: Roboto !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.ssr_menubar li a{
  font-family: 'Roboto', sans-serif;
  font-weight: 500;   
  font-size: 20px;
  line-height: 24px;
  color: var(--content-primary);
}
.ssr_menubar li a:hover {
  text-decoration: none !important;
}

/* HEADER start*/
.ssr-header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-around;  
  border-bottom: 1px solid var(--grey);
  background: var(--white);
}

.ssr-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  gap: 3em;
}
.ssr-header-left{
    display: flex;   
    align-items: flex-end;
    gap: 5.2rem;
}
/* Logo */
.ssr-logo img {
  width: auto;
  height: 36px;
}

/* Navigation */
.ssr_navigation ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.ssr_navigation a {
  color: var(--black);
  text-decoration: none;
  font-weight: 600;
}
.ssr_drop_li{
  list-style-type: none;
}
/* Meta links */
.ssr-meta {
  display: flex;
  gap: 20px;
  align-items: flex-end;;
}
.ssr-meta-link {
  color: var(--primary-red);     
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-decoration: underline !important;
}

/* Language */
.ssr-language {
  position: relative;
}
.ssr-language-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
}
.ssr-header .ssr-language-toggle span{
    color: var(--content-primary);
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.ssr-language-toggle span,
.ssr-language-list li{
    font-family: Roboto;
    font-weight: 400;
    font-style: Medium;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--primary-red);
}
.ssr-language-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--white);
  border: 1px solid var(--grey);
  padding: 5px 0;
  z-index: 1000;
}
.ssr-language.open .ssr-language-list {
  display: block;
}

/* Burger */
.ssr-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.ssr-line {
  height: 3px;
  width: 100%;
  background: var(--grey);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.ssr-toggle.active .ssr-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.ssr-toggle.active .ssr-line:nth-child(2) {
  opacity: 0;
}
.ssr-toggle.active .ssr-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Mobile menu */
.ssr_navigation_mobile {
  display: none;
}
@media (max-width: 1024px) {
  .ssr_navigation {
    display: none;
  }
  .ssr-toggle {
    display: flex;
  }
  .ssr_navigation_mobile.mobile-active {
    display: flex;
    position: absolute;
    top: 84px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 84px);
    background: var(--grey);
    z-index: 999;
    overflow-y: auto;
  }
  .ssr_navigation_mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .ssr_mobile_menulink {
    display: block;
    padding: 15px;
    color: var(--white);
    text-decoration: none;
    border-bottom: 1px solid var(--white);
  }
  .ssr-meta {
    display: none;
  }
  .ssr-mobile-lang .ssr-language-list {
    position: static;
    background: var(--white);
    border: none;
  }
}
/*sign in*/
.ssr-signin-link {
  color: var(--primary-red ); /* primary-red */
  font-weight: 600;
  text-decoration: none;
  margin-left: 12px;
}
.ssr-signin-link:hover {
  text-decoration: underline;
}

.ssr-user-name {
  font-weight: 600;
  color: var(--primary-red );
  margin-left: 12px;
}
/**sign out/
/* Desktop и Mobile user dropdown */
.ssr-user-dropdown, .ssr-mobile-user {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.ssr-user-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--white);
  border: 1px solid #ccc;
  min-width: 150px;
  padding: 5px 0;
  z-index: 1000;
}

.ssr-user-menu-link, .ssr-user-menu a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color:var(--primary-red);
}

.ssr-user-menu-link:hover, .ssr-user-menu a:hover {
  background-color: var(--background-color);
}
.ssr-user-name-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  color: var(--primary-red);
  display: flex;
  align-items: center;
  gap: 4px;
}
.ssr-user-dropdown.open .ssr-user-menu,
.ssr-mobile-user.open .ssr-user-menu {
  display: block;
}


/* HEADER end*/
section#terms-and-conditions-section{
    background: var(--white);
    padding: 80px;
}

.crmEntityFormView .tab-title,
div#WebFormPanel{
  border: none !important;
}
.ssr-welcomestep .tab{
    display: grid;    
    gap: 24px;
}
input.form-control{
  border: 1px solid var(--border-primary);
  border-radius: 0;
  height: 45px;
  color: var(--content-primary);
}
.input-group button {
    height: 45px;
}
.crmEntityFormView label {
    background-color: var(--white);
    color: var(--primary-content) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 400;
    font-size: 16px;
    line-height: 24px;
}
h2.tab-title { 
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom: 24px;
}
.successmessage {
    padding: 0 80px 80px 80px;
}
.successmessage p,
#EntityFormView p {
    font-family: "Roboto", solid;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    margin: 0;
    color: var(--content-primary);
}
.form-container {
  flex: 1; 
  display: flex;
  flex-direction: column;
  justify-content: flex-start; 
  padding-bottom: 220px; 
}
/*Landing HOME Page start */
.htgf-line {
  border-bottom: 2px solid var(--light-grey); 
  width: 95.5%;
  margin: 25px 0 auto;          
}  
.entitylist-description span,
.htgf_bottom-text span{
  color: var(--primary-red);
  padding-left: 10px;
}
#mainsContent {
    background-color: var(--white);
    margin: auto;
    padding: 45px;    
    max-width: 1100px;
    text-align: center;
}
.htgf_title {
    margin-bottom: 15px;
    font-family: 'Roboto';  
    font-weight: 500;
    font-style: normal;
}
h4.home-welcome-title {
    letter-spacing: 0;
}
.htgf_subtitle {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
}

.htgf_boxes-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.htgf_box {
    background-color: #f3f3f3;;   
    padding: 20px;
    width: 100%;
    max-width: 320px;    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.htgf_box-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.htgf_box-subtitle {
  color: var(--content-primar);
  margin-bottom: 15px;
  font-family: 'Roboto';  
}


.htgf_box-btn {
    letter-spacing: 0.25px;
    font-family: 'Roboto', sans-serif;
    border: 2px solid var(--primary-red);
    background: var(--primary-red);
    align-self: center;
    padding: 6px 20px;
    width: fit-content;
    color: var(--white);
}
a.htgf_box-btn:hover,
a.htgf_box-btn:focus {
    text-decoration: none !important;
    color: var(--white);
}
.htgf_bottom-text,
.ssr_invitation_text span{
  margin-top: 30px;
  font-family: 'Roboto';  
  font-weight: 500;
  font-style: normal;
  color: var(--content-primary);
  margin-bottom: 15px; 
}
.ssr_invitation_text {   
    margin-left: 9%;   
    margin-bottom: 15px;
}
/*Landing HOME Page end */

/*Start Documents Page*/
.ssr-document-title{
    background: var(--white);
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
    border-radius: 12px;
}
.row.ssr-documents-row{
  background: var(--white);
  width: 100%;
  min-height: 350px;
  border-radius: 12px;
  margin: auto;
  margin-top: 15px;
  padding: 30px 40px;
}
/*End Documents Page*/
/*Profile / Change Password pages start*/
.htgf-changepassword-page .container,
.htgf-fogotpassword-page,
.htgf-profile-page .container,
.htgf-row{
    background: var(--white);
    padding: 20px;
}
.htgf-home-row{
    background: var(--white);
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-left: 0 !important;
    margin: 15px;
    padding-right: 0 !important;
    justify-content: center;
}
.list-group-item.active{
    z-index: 2;
    background-color: var(--primary-red);
    border-color: var(--primary-red);
}

.htgf-changepassword.btn-primary,
#submit-forgot-password{
    height: 36px;
    min-width: 106px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border: 2px solid var(--primary-red);
    background: var(--primary-red);
}
a.list-group-item.active:focus, a.list-group-item.active:hover,
.htgf-changepassword.btn-primary:hover,
 .htgf-changepassword.btn-primary:focus{
    background-color: var(--white);
    color: var(--primary-red);
    border-color: var(--primary-red);
}
/*Profile / Change Password pages end*/
/* Terms and Conditions start*/
#terms-conditions-confirmation {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary-red);; 
    background-color:var(--white );
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin-right: 8px;
}

.custom-checkbox.checked {
    background-color: var(--primary-red);
}

.custom-checkbox.checked::after {
    content: url(/done-white.png);    
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
/* Terms and Conditions end*/
/*Multistep Form*/

/* Tooltip for the field suppliercontactemail*/
.ssr-row{
  background: var(--white);
  margin: 0;
  margin-top: 60px;
}
.ssr-row .col-md-12{
  padding: 80px;   
}   

 .crmEntityFormView{
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--background-color);

}
#tooltip-suppliercontactemail{
   z-index: 1000;
    border: 0.5px solid var(--grey);
    border-radius: 6px;
    position: absolute;
    background: var(--white) ;   
    max-width: 30%;
    padding: 5px;
    transform: translate(20px, -47px);
    font-size: 15px;
    font-style: italic;
}
.hidden {
  display: none;
}
/*button at the bottom  */
#fixed-actions-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--white);  
  z-index: 9999;
  padding: 24px 45px;
  height: 84px;
}

#fixed-actions-container .actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
  margin: 0;
}
#fixed-actions-container .actions button {
    width: auto;  
    margin: 0;    
}
#fixed-actions-container .actions .col-md-6 {       
    flex: 1;          
    display: flex;     
    justify-content: flex-end; 
}
/*progress line*/
#ssr-steps-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* height: 84px; */
    position: relative;
    flex-direction: row;
}

.ssr-step-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    gap: 4px;
    width: 120px;
}

.ssr-step-circle {
    margin-bottom: 4px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.ssr-step-label {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    min-height: 40px;
    max-width: 100%;
}

#ssr-steps-container::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 60px;
    right: 60px;
    height: 2px;
    background-color: var(--dark-grey);
    border-radius: 2px;
    transform: translateY(-20%);
    z-index: 1;
}
.ssr-active .ssr-step-label  {  color: var(--primary-red);}
.ssr-completed .ssr-step-label {  color: var(--content-secondary);}
.ssr-upcoming .ssr-step-label {  color: var(--content-primary);}
.ssr-active .ssr-step-circle { background-color: var(--primary-red); color: var(--white); }
.ssr-completed .ssr-step-circle { background-color: var(--content-secondary); color: var(--white); position: relative;}
.ssr-completed .ssr-step-circle::before {
   content: url("/done-white.png");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 21px;
    height: 21px;
  }
.ssr-upcoming .ssr-step-circle { background-color: var(--content-primary); color: var(--white) }


#PreviousButton {
    background: url(/arrow-left-red.png) no-repeat 12px center;
    color: var(--primary-red);
    padding-left: 36px;
    
}

#NextButton,
#NextButton:hover{
    background: var(--primary-red) url(/arrow-right-white.png) no-repeat right 16px center !important;
    margin-left: 15px;
    padding-right: 36px;  
    margin-right: 45px; 
    color: var(--white) !important;  
}

#NextButton,
#PreviousButton{
    height: 36px;
    min-width: 106px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border: 1px solid var(--primary-red);
}
/* #NextButton .btn-primary:hover {
  color: var(--white) !important;
} */
ul.tc-links {
    list-style: none;
    padding-top: 24px;
    padding-left: 0;
}
#rcg_additionalinformation::placeholder{
  color: #aaa !important;   
  font-style: italic;  
}
/**/
/*Multistep Form End*/

/* Modal window*/


.modal-footer button {
    height: 36px;
    min-width: 106px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border: 2px solid var(--primary-red);
    opacity: 1;
}
#EntityFormView li.page-item.active a {
    color: var(--white) !important;
}
.pagination>.active>a,
.pagination>.active>a:focus{
    background-color:var(--primary-red) !important;
}
.pagination>.active>a:hover{
  border: 2px solid var(--primary-red);
  background: var(--white) !important;

}
#EntityFormView li.page-item.active a:hover {
    color: var(--primary-red) !important;
}

.page-link:focus {
  box-shadow: none;
}
.fa-check:before {
    color: var(--primary-red);
}
span[role=checkbox].fa.fa-fw {    
    width: 19px;
    height: 19px;
}

section.modal.fade.modal-lookup.show {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto !important; 
  z-index: 9999 !important;
  padding: 0 0 5rem 0 !important;
}

/*table Form style start*/
/*company Info */
  .custom-company-container {
    margin-top: 60px;
  }

  /* Table styling */
    .custom-company-container .info-table th {
    color: var(--primary-red) !important;      
    font-weight: 600;
    width: 20%;
  }

    .custom-company-container .info-table td {
    color: #222;
    width: 30%;
    vertical-align: middle;
  }

    .custom-company-container .info-table tr.spacer td {
    height: 12px;
    border: none;
  }

    .custom-company-container .info-table {
    border-collapse: separate;
    border-spacing: 0 6px;
  }

    .custom-company-container .info-table th, .info-table td {
    padding: 10px 12px;
    font-family: 'Roboto';
    font-size: 15px;
     border: 1px solid var(--light-grey);
     
  }
  /* Company info end*/
 .custom-supplier-container {
    margin-top: 60px; 
    /* max-width: 90%; */
    padding-bottom: 60px !important;
  }
  .custom-supplier-container .white-box{
    margin-bottom: 35px;
  }
  .white-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  @media (max-width: 768px) {
    .white-box {
      padding: 25px;
    }
    .ssr_invitation_text {   
    margin-left: 3%;  
    
  }
  }
  .entitylist-title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #222;
  }
  .entitylist-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;    
    font-family: 'Roboto';    
    font-style: normal;
  }
  .entitylist .btn:active,
  .btn-primary:active {
    transform: scale(0.97);
  }

  table thead th {
    background-color: #fff !important;
    color: #c00 !important;
    font-weight: 600;
    font-size: 1.05rem;
    text-transform: none;
    border-bottom: 2px solid #eee !important;
  }

  table thead th:first-child {
    border-top-left-radius: 6px;
  }

  table thead th:last-child {
    border-top-right-radius: 6px;
  }

  table tbody td {
    vertical-align: middle;
    font-size: 0.95rem;
    color: #222;
  }

  .entitylist .table thead th {
    background-color: var(--white) !important;
    border-bottom: 2px solid var(--white) !important;
  }

  /* make header TEXT red, bold, larger (the anchor is the culprit) */
  .entitylist .table thead th a,
  .white-box .table thead th a {
    color: var(--primary-red)  !important;          
    font-weight: 700 !important;       
    font-size: 1.05rem !important;      
    text-decoration: none !important;   
  }

  .entitylist .table thead th a:hover,
  .entitylist .table thead th a:focus {
    color: var(--primary-red) !important;
    text-decoration: none !important;
  }
  a.page-link {
    color: var(--primary-red);
  }
 a.page-link:hover {
    color: var(--primary-red);
  }
  
  
  /*table Form style end*/
/*Contact Overview start*/
.page-heading.inactive-contacts .notifications {
    display: none !important;
}

.ssr-entitylist-active-contact .dropdown.action .btn[data-bs-toggle="dropdown"],
.dropdown.action .fa-chevron-down {
  display: none !important;
}


.ssr-entitylist-active-contact .dropdown.action .dropdown-menu {
    display: block !important;
    position: static !important;
    border: none;
    text-align: center;
    background: none;
}

.ssr-entitylist-active-contact .dropdown.action .dropdown-item {
    display: inline-block !important;
    background: var(--white);
    color: var(--primary-red) !important;
    padding: 6px 12px;
    text-decoration: none;
    border: 1px solid var(--primary-red);
    font-weight: 700;
    font-family: 'Roboto';
}

.ssr-entitylist-active-contact .dropdown.action .dropdown-item:hover {
  background: var(--primary-red);
  color: var(--white) !important;
}

.htgf-register-page #content,
.htgf-conditions-page #content{
    background: white;
    padding: 30px 50px;
    border-radius: 16px;
}
.htgf-register-page .nav,
.htgf-register-page .checkbox{
   display: none;

}
.htgf-register-page.wrapper-body {
    margin-top: 80px;
}

/*Contact Overview  end*/
  /* SignIn Page Start*/

.signinpage form {
    background: var(--white);
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 535px;
}
.signinpage ul.nav.nav-tabs.nav-account,
.signinpage .xrm-editable-html.xrm-attribute.page-copy.col-md-6.col-lg-7.g-mb-100 {
  display: none;
}

/* .signinpage .btn-primary{
  background-color:  var(--grey);
  border-color: var(--grey);

} */

.signinpage .portal-form {
    max-width: 333px;
    margin: auto;
}
.signinpage .form-control{
    height: 3.5rem; 
    border: 1px solid #949494;
    border-radius: 0 !important;   
}

.signinpage .row {
  margin: auto;    
  padding: 0;
  justify-content: center;
}

.signinpage .portal-form .row.mb-3 {
    color: var(--content-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.25px;
}

.signinpage .portal-form .row.mb-3 .col-md-8,
.signinpage .portal-form .row.mb-3 .offset-md-4.col-md-8 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.signinpage .row.mb-3 #submit-signin-local {
  width: 100%;
  padding: 12px;
  font: 700 16px / 24px 'Roboto', sans-serif;
}

.signinpage .row.mb-3 .btn.btn-default {
    background: none;
    border: none;
    color: var(--primary-red);
    text-decoration: underline;
    padding: 0;   
    cursor: pointer;
    font: normal 400 14px / 20px 'Roboto', sans-serif;
}
.signinpage .btn-primary:hover,
.signinpage .btn-primary:focus,
.signinpage .btn-primary:active {  
  box-shadow: none !important;
  outline: none !important;
}
#ssr-row-signin .offset-md-4.col-md-8 {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#ssr-row-signin .offset-md-4.col-md-8 .btn.btn-default {
  order: 1;
}

#ssr-row-signin .offset-md-4.col-md-8 #submit-signin-local {
  order: 2;
}

.ssr-signin-logo {
  text-align: center;
  margin-bottom: 70px;
  padding-top: 80px;
}

.ssr-signin-logo img { 
  height: auto;
}
@media (min-width: 768px) {
    .signinpage .col-md-6 {
        flex: 0 0 auto;
        width: 65%;
    }
    .signinpage .container, .container-md, .container-sm {
        max-width: 920px;
        
    }
}
/* Language + Legal */

.ssr-lang-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.ssr-language {
  position: relative;
}

.ssr-language-list {
  display: none;
  position: absolute;
  top: 100%;
  /* left: 0; */
  list-style: none;
  margin: 0;
  padding: 5px 0;
  background: var(--white);
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 10;
}

.ssr-language-list li a {
  display: block;
  padding: 5px 10px;
  color: var(--black);
  text-decoration: none;
}

.ssr-language-list li a:hover {
  background-color: #f0f0f0;
}

.ssr-legal {
  color: var(--primary-red);
  text-decoration: underline !important;

}

.signinpage h2#local-login-heading {
    border-bottom: none;
    padding: 0;
    font: normal 500 20px / 24px 'Roboto', sans-serif;
}
.signinpage span.xrm-editable-text.xrm-attribute {
    padding: 0;
}
#RememberMe {
  accent-color: var(--primary-red); 
}

/*section Apply*/
.ssr-apply-supplier {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  gap: 10px;
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid var(--grey);
  padding-bottom: 90px;
  gap: 20px;
}

.ssr-apply-supplier .ssr-apply-text {
    font-size: 20px;
    font-weight: 500;
    padding-top: 25px;
    line-height: 24px;
    color: var(--content-primary);
}

.ssr-apply-supplier .ssr-apply-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px;
  background-color: var(--primary-red);
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.25px;
}
#PasswordValue::placeholder,

#Username::placeholder{
    font: normal 400 16px / 24px 'Roboto', sans-serif;
    color: var(--content-secondary) !important;
}
h1.forgot-password-heading {
    background: var(--white);
    padding: 20px;
}
  /* SignIn Page end*/
  .htgf-passwor-confirm-page #mainContent,
  .htgf-passwordrwse-page #mainContent {
    background: var(--white);
    padding: 45px;
}