﻿.logo-customizable {
  max-width: 100%;
  max-height: 100%;
}

.banner-customizable {
  padding: 50px 50px 50px 50px;
  background-color: #fff;
}

.label-customizable {
  font-weight: bold;
}

.textDescription-customizable {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: 16px;
}

.idpDescription-customizable {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: 16px;
}

.legalText-customizable {
  color: #747474;
  font-size: 11px;
}

.submitButton-customizable {
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0px 10px 0px;
  height: 40px;
  width: 100%;
  color: #fff;
  background-color: #357ebd;
}

  .submitButton-customizable:hover {
    color: #fff;
    background-color: #286090;
  }

.errorMessage-customizable {
  padding: 15px 5px 15px 5px;
  font-size: 14px;
  width: 100%;
  background: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
}

.inputField-customizable {
  width: 100%;
  height: 34px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
}

  .inputField-customizable:focus {
    border-color: #66afe9;
    outline: 0;
  }

.idpButton-customizable {
  height: 40px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

  .idpButton-customizable:hover {
    color: #fff;
    background-color: #31b0d5;
  }

.socialButton-customizable {
  height: 40px;
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
}

.redirect-customizable {
  text-align: center;
  color: #007bff;
}

.passwordCheck-notValid-customizable {
  color: #b94a48;
}

.passwordCheck-valid-customizable {
  color: #19BF00;
}

.background-customizable {
  background-color: #fff;
}

.products-list {
  list-style: none;
  margin-block-start: 0px;
  padding-inline-start: 8px;
}

.products-list li {
  padding-bottom: 6px;
  padding-top: 6px;
}