/*
html,
body {
  height: 100%;
}
*/
body {
  background-color: #f5f5f5;
}

.div-signin {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#btnGetResource {
  display: none;
}



.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.dsc_logo{
  color: var(--bs-body-bg);
  background: url("../img/logo_24_tr_bl.png") center / contain no-repeat ;
  height: 250px; width: auto;
}

.dsc_title{
  color: var(--bs-body-bg);
  margin-top: 1px;
  padding-top: 0px;
}

.dsc_subtitle{
  font-style: normal !important;
  color: rgba(255, 255, 255, 0.7);
}

.dsc_signin{
  font-size: 2em;
  background: #e5181d;
  text-align: center;
  border-style: none;
  border-radius: 50px;
  
}

.dsc_signin:hover{
  background: #ffffff; 
  color: #e5181d;
}

.dsc_login{
  font-size: 1.2em;
  background: #e5181d;
  text-align: center;
  border-style: none;
 
}

.dsc_login:hover{
  background: #ffffff; 
  color: #e5181d;
}


#sidebar-wrapper{
  background: rgb(229,24,29);
}



.dsc_fons {
  background: center / contain no-repeat url("../img/B2B-dscomposites_SL_1900.gif");
  /* background-size: auto; */
}