html {
    background-color: white;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  height: 100vh; 
  display: flex;
  justify-content: center; 
  align-items: center;     
  background-color: #50044258;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #222;
}

main {
  background-color: white;
  display: flex;
  flex-direction: column;
  height: 97vh;
  width: 98vw;
  align-items: stretch;
  border-radius: 18px;
  text-align: center;
}

.content-wrapper {
  display: flex;
  flex: 1;
  justify-content: center;   
  align-items: stretch;      
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  gap: 40px;                 
}

.line-seperation {
    border: 0.1rem solid;
    display: flex;
    border-color: #702c63;
    background-color: #702c63;
    max-width: 1px;
    border-radius: 15px;
    margin: 20px 0;
    align-self: stretch;
}

.left-pane,
.second-pane {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
}

h1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #702c63;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}

#check_statement {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 15px;
  line-height: 1.3;
  margin-top: 1.5rem;
}

.form-label {
    box-sizing: border-box;
    width: 100%;         
    height: auto;         
    min-height: 50px;      
    padding: 0px 14px; 
    border: 1px solid #ccc;
    border-color: #aea2ac;
    border-radius: 10px;
    font-size: 15px;
    transition: border-color 0.2s, box-shadow 0.2s;
    color:#aea2ac;
    line-height: 1.5;
}

.form-label {
  width: 100%;
  min-height: 50px;
  padding: 10px 14px;
  border: 1px solid #aea2ac;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.4;
  background-color: white;
  color: #222;
}

select.form-label {
  padding-right: 40px;
  cursor: pointer;
}

select.form-label,
select.form-label option {
  font-size: 16px;
}

form {
    padding-top: 10px;
}

button {
    box-sizing: border-box;
    width: 100%;              
    height: auto;         
    min-height: 50px;      
    padding: 0px 14px;
    border: 1px solid #ccc;
    border-color:#702c63;
    border-radius: 10px;
    font-size: 18px;
    transition: border-color 0.2s, box-shadow 0.2s;
    color:white;
    line-height: 1.5;
    background-color: #702c63;
    margin-top: 10PX;
}

button:hover {
  background-color: #904281;
}

.ascn-logo {
  display: block;              
  width: 100%;
  max-width: 500px;           
  margin: 15px auto;           
  
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);

  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.consent-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  border: none;
  color: black;
  font-size: 14px;
  width: 80%;
  max-width: 400px;
  min-width: 100px;
  margin: 10px auto;
  line-height: 1.4;
}

.consent-label input[type="checkbox"] {
  margin-top: 5px;
  accent-color: #702c63; 
}

#register-slide {
  width: 100%;
  height: 100%;
}

#overlay-content-wrapper {
  display: flex;
  gap: 40px;
  height: 100%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

main { overflow: auto; }

.wrapper {
  display: flex;
  flex: 1;
  justify-content: center;   
  align-items: stretch;      
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  gap: 40px;                 
}

#line-seperation2 {
    border: 0.1rem solid;
    display: flex;
    border-color: #702c63;
    background-color: #702c63;
    max-width: 1px;
    border-radius: 12px;
    margin: 20px 0;
    align-self: stretch;
}

#statusMsg, #statusMsg2 {
  color: red;
}

.content-wrapper-pp {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.privacy-pane {
  grid-column: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: left;
}

.line-seperation-pp {
  grid-column: 2;
  width: 1px;
  background-color: #702c63;
  border-radius: 12px;
  align-self: stretch;
}

.second-privacy-pane {
  grid-column: 3;
  align-self: start;
  justify-self: center;
  width: 100%;
  max-width: 420px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.privacy-page {
  min-width: 0;
  min-height: 0;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  line-height: 1.5;
  text-align: left;
  padding-right: 10px;
  margin-top: 1.3rem;
  margin-bottom: 0;
}