<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************************************
				Authentication Styles
**********************************************************/
#account-creation_form .id_state,
#account-creation_form .dni,
#account-creation_form .postcode {
  display: none; }

#create-account_form {
  min-height: 297px; }
  #create-account_form p {
    margin-bottom: 8px; }
  #create-account_form .form-group {
    margin: 0 0 20px 0; }

#login_form {
  min-height: 297px; }
  #login_form .form-group {
    margin: 0 0 3px 0; }
    #login_form .form-group.lost_password {
      margin: 14px 0 15px 0; }
      #login_form .form-group.lost_password a {
        text-decoration: underline; }
        #login_form .form-group.lost_password a:hover {
          text-decoration: none; }

#login_form .form-control, #create-account_form .form-control {
  max-width: 271px; }

/*# sourceMappingURL=authentication.css.map */

.border-box{
  margin-top: 20px;
  border-radius: 40px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 35px;
}

.subheading2{
  border: none;
  font-weight: bold; 
  padding: 0;
}

#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required sup,
#authentication label sup {
  color: #999;
}

.account_creation{
  background-color: white;
  margin: auto;
  margin-top: 20px
}

.inline-infos{
  color: black!important;
}

.account_creation label {
  width: 100% !important
}

div.selector, div.selector span {
  background-image: none !important;
  opacity: 100 !important;
  height: 44px;
  margin-top: 8px;
  box-shadow:none !important;
  width: 100%;
}

div.selector select {
  background-image: none !important;
  border: 1px solid #d6d4d4 !important;
  border-radius: 10px;
  opacity: 100 !important;
  height: 44px;
  box-shadow:none !important;
  width: 100%;
}

body#authentication #page {
  background: #f1f1f1 !important;
}</pre></body></html>