.login-pf body {
  background: none;
  background-size: cover;
  height: 100%;
}

body {
  display: inline;
  height: 100%;
  width: 100%;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFF;
  font-family: gotham_bookregular, Arial, Helvetica, sans-serif;
}

#kc-locale {
  display: none;
}

.form-signin {
  /*
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    */
}

/*
.form-register {
  width: 100%;
  max-width: 550px;
  padding: 15px;
  margin: auto;
}


.form-signin .checkbox {
  font-weight: 400;
}
*/

.form-signin .form-floating:focus-within {
  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: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;*/
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.kc-logo-text {
  display: none;
}

/*************************/
/*************************/
/*************************/
:root {
  --black-corporate: #100C08;
  --orange-corporate: #F18841;
  --background-color: #F7F7F7;
  --disable: #C0C2CB;
}

a,
a:hover,
a:visited,
a:focus {
  color: #000;
}

INPUT[type="text"],
INPUT[type="email"],
INPUT[type="password"] {
  border: 1px solid var(--orange-corporate);
  border: 1px solid #F18841;
  border-radius: 4px;
  opacity: 1;
  color: #000;
  height: 52px;
  font-size: 16px;
  /*padding: 20px 20px;*/
}

INPUT[type="text"]:focus,
INPUT[type="email"]:focus,
INPUT[type="password"]:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--orange-corporate);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(241 136 65 / 25%);
}

.form-check {
  padding-left: 0;
}

.text-size-xl {
  font-size: 48px;
}

.text-size-xs {
  font-size: 12px;
}

.form-check-input[type=checkbox] {
  font-size: 18px;
  margin-top: 0;
  margin-right: 11px;
}

.form-check .form-check-input {
  margin-left: 0;
}

.form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.form-check LABEL {
  display: flex;
  align-items: center;
  /*  max-width: 30%;*/
}

.form-check-input:focus {
  /*border-color: #000;*/
  outline: 0;
  /*box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);*/
  box-shadow: none;
}

/***********************/
/***********************/
/***********************/
.form-floating>label {
  color: #C0C2CB;
}

/************************/
/************************/
/************************/
/************************/
.navbar {
  background: var(--background-color) 0 0 no-repeat padding-box;
  background: #F7F7F7 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  opacity: 1;
  /*height: 154px;*/
  font-size: 18px;
  height: 10vh;
  min-height: 100px;
}

.navbar .logo {
  background: url("../img/LOGO-WINBACK.jpg") 0 50% no-repeat;
  background-size: contain;
  width: 50%;
  display: flex;
  height: 100px;
}

.navbar .logo IMG {
  display: none;
}

.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus {
  border: 0;
  box-shadow: none;
}

@media screen and (max-width:991px) {
  .navbar-collapse {
    background: var(--background-color) 0 0 no-repeat padding-box;
    background: #F7F7F7 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
    z-index: 1000;
  }
}

/*****************************/
/*****************************/
/*****************************/
/*****************************/
/*****************************/

.btn {
  display: flex;
  justify-content: space-between;
}

.h-100 {
  min-height: 100%;
}

.btn-primary,
.btn-primary:visited,
.btn-check:focus+.btn-primary, .btn-primary:focus,
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
  color: #fff;
  border-color: var(--orange-corporate);
  background: var(--orange-corporate) 0 0 no-repeat padding-box;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: none;
}

.btn-primary:hover {
  color: #fff;
  border-color: var(--orange-corporate);
  background: var(--orange-corporate) 0 0 no-repeat padding-box;
}

.btn-secondary,
.btn-secondary:visited,
.btn-check:focus+.btn-secondary, .btn-secondary:focus,
.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  color: #fff;
  border-color: #C0C2CB;
  background: #C0C2CB 0 0 no-repeat padding-box;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: none;
}

.btn-secondary:hover {
  color: #fff;
  border-color: #C0C2CB;
  background: #000 0 0 no-repeat padding-box;
}

.btn:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background: #FFF;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.btn:hover:before {
  opacity: 0.2;
  transition: opacity 0.15s;
}

.btn.disabled,
.btn:disabled {
  color: #fff;
  background-color: var(--disable);
  border-color: var(--disable);
  opacity: 1;
}

.btn, .btn-check:focus+.btn, .btn:focus, .btn-check:active+.btn:focus, .btn-check:checked+.btn:focus, .btn.active:focus, .btn:active:focus, .show>.btn.dropdown-toggle:focus {
  font-size: 14px;
  line-height: 14px;
  padding: 15px 20px;
}

/**************************/
/**************************/
/**************************/
/**************************/

.btn:after {
  content: "";
  background: url(../img/right-arrow.png) 50% 50% no-repeat;
  /*background-size:contain; */
  height: 14px;
  width: 7px;
  display: block;
  float: right;
  margin-left: 30px;
  margin-right: 0px;
  transition: transform .2s ease-in-out;
}

.btn:hover:after {
  transform: translateX(4px);
  transition: transform .2s ease-in-out;
}

.btn.no-icon:after {
  display: none;
}

.btn.icon-left {
  /*justify-content: end;*/
}

.btn.icon-left:before {
  content: "";
  background: url(../img/right-arrow.png) 50% 50% no-repeat;
  transform: rotate(180deg);
  /*background-size:contain; */
  height: 14px;
  width: 7px;
  display: block;
  float: left;
  margin-left: 0px;
  margin-right: 30px;
  transition: transform .2s ease-in-out;
  opacity: 1;
  position: relative;
}

.btn.icon-left:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background: #FFF;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: -4px;
  margin-left: 0;
}

.btn.icon-left:hover:before {
  transform: rotate(180deg) translateX(4px);
  transition: transform .2s ease-in-out;
}

.btn.icon-left:hover:after {
  opacity: 0.2;
  transition: opacity 0.15s;
}

/*
.custom-button-icon {
  background: url(../img/right-arrow.png) 50% 50% no-repeat;
  height: 14px;
  width: 7px;
  display: block;
  float: left;
  margin-right: 30px;
  transition: transform .2s ease-in-out;
}

.btn:hover .custom-button-icon {
  transform: translateX(4px);
  transition: transform .2s ease-in-out;
}

.custom-button-icon-align-right {
  float: right;
  margin-left: 30px;
  margin-right: 0px;
}
*/
/*************************/
/*************************/
/*************************/
/*************************/
.socialproviders_title {
  position: relative;
}

.socialproviders_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}

.socialproviders_title SPAN {
  background: #FFF;
  z-index: 1000;
  padding: 0 10px;
  font-size: 16px;
  text-transform: lowercase;
}

.socialproviders I {
  background: red;
  width: 37px;
  height: 37px;
  border-radius: 37px;
  border: 1px solid #000;
  background: 50% 50% no-repeat;
  background-size: 50% auto;
}

.socialproviders I:before {
  display: none;
}

.socialproviders A {
  text-decoration: none;
  width: 37px;
  height: 37px;
  display: inline-block;
}

.socialproviders A:not(:first-child) {
  margin-right: 10px;
}

.socialproviders A SPAN {
  display: none;
}

.socialproviders A {
  transform: scale(1);
  transition: transform .5s ease-in-out;
}

.socialproviders A:hover {
  transform: scale(1.1);
  transition: transform .2s ease-in-out;
}

.socialproviders A:hover I {
  /*background-color: #F18841;*/
}

.socialproviders I.fa-facebook {
  background-image: url(../img/icon-facebook.svg);
}

.socialproviders I.fa-google {
  background-image: url(../img/icon-googleplus.svg);
  background-size: 60% auto;
}

/*************************/
/*************************/
/*************************/
/*************************/
.alert-success ,
.alert-error {
  color: #FFFFFF;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.alert-success {
  background-color: #21BF6F;
  border-color: #21BF6F;
}

.alert-error {
  background-color: #BF2821;
  border-color: #BF2821;
}


/*************************/
/*************************/
/*************************/
/*************************/

#input-error-password-confirm {
  color: red;
}

INPUT[aria-invalid=true] {
  border-color: #BF2821;
}

/**************************/
/**************************/
/**************************/
/**************************/
#kc-header-wrapper {
  display: none;
}
