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

 .banner-customizable {
   padding: 25px 0px 25px 0px;
   background-color: white;
 }

 .label-customizable {
   font-weight: 800;
   text-transform: uppercase;
   color: #0B2A5C;
   padding-top: 1em;
   font-size: 18px;
 }

 .textDescription-customizable {
   padding-top: 10px;
   padding-bottom: 10px;
   display: block;
   font-size: 21px;
   text-align: center;
   font-weight: 400;
 }

 .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: bold;
   text-transform: uppercase;
   margin: 20px 0px 10px 0px;
   height: 40px;
   width: 100%;
   color: #fff;
   background: linear-gradient(90deg, #ffffff 50%, #0B2A5C 50%);
   background-size: 200% 100%;
   background-position: right bottom;
   transition: all 0.3s ease;
 }

 .submitButton-customizable:hover {
   color: #0B2A5C;
   background-position: left bottom;
 }

 .errorMessage-customizable {
   padding: 5px;
   font-size: 14px;
   width: 100%;
   background: #F5F5F5;
   border: 2px solid #D64958;
   color: #D64958;
 }

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

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

 .idpButton-customizable {
   height: 40px;
   width: 100%;
   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 {
   border-radius: 2px;
   height: 40px;
   margin-bottom: 15px;
   padding: 1px;
   text-align: left;
   width: 100%;
 }

 .redirect-customizable {
   text-align: center;
   font-size: 16px;
   /* display: none; */
 }

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

 .passwordCheck-valid-customizable {
   color: #0B2A5C;
 }

 .background-customizable {
   max-width: 600px;
   padding: 5em;
   box-shadow:
     0px 2px 20px rgba(0, 0, 0, 0.2), /* original shadow */
     0 0 0 1000px rgba(0, 125, 184, 0.5), /* lighter blue */
     0 0 0 1000px rgba(0, 110, 160, 0.4), /* mid blue */
     0 0 0 1000px rgba(0, 95, 137, 0.3), /* darker blue */
     0 0 0 1000px rgba(0, 80, 112, 0.2), /* darker blue */
     0 0 0 1000px rgba(0, 51, 112, 1); /* darkest blue */
 }
