html, body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100%;
    overflow: hidden; 
}

#company-logo {
    width: 20vw;
    height: auto;
    margin-right: 2vw;
}

#logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 3vh;
    height: auto;
}

#product-logo {
    width: 30vw;
    height: auto;
}

.registration-status {
    text-align: center;
    margin-top: 0vh;
    padding-bottom: 0vh;
}

.registration-status h1, .registration-status h3 {
    margin: 0vh 0;
}

.loading-box, .status-box {
    padding: 2vh;
    margin: 0vh auto;
    width: 80%; 
    max-width: 80vw;
}

input[type="password"], button {
    display: block;
    margin: 0.5vh auto;
    padding: 1.3vh;
    width: calc(100% - 4vw);
    box-sizing: border-box;
}

button {
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

#googleLogin {
    width: 20%;
    height: 8vh;
    font-size: 2vh;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #6946AB;
    color: white;
    cursor: pointer;
    padding: 1vh 2vw;
}

.footer {
    background-color: #25214E;
    position: fixed;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 1.5vh;
    color: dimgray;
    bottom: 0;
    padding: 1vh 0;
}

#bodyDiv {
    position: absolute;
    top: 3.1vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 94vh;
    width: 98vw;
}

#loginBodyDivLeft {
    position: absolute;
    width: 35vw;
    top: 0.2vh;
    text-align: center;
    left: 0px;
    height: 100vh;
    background-color: #039CD8;
    border-right: 0.3vw solid black;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2vh;
}

#loginBodyDivRight {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    top: 0.2vh;
    left: 35vw;
    width: 63vw;
    height: 100%;
    text-align: center;
}

.loginTop {
    width: 100%;
    height: 3.6vh;
    background-color: #25214E;
    display: flex;
    justify-content: center; 
    align-items: center;
}

.loginTop .iconContainer {
    width: 60%; 
    display: flex;
    justify-content: space-around; 
    align-items: center;
}

.linkedinItem, .telephoneItem, .emailItem {
    display: flex;
    align-items: center;
    font-size: 1.5vh;
    color: silver;
}

.linkedinItem {
    padding: 0 1vw;
}

.telephoneItem {
    padding: 0 1vw;
}

.emailItem {
    padding: 0 1vw;
}

a {
    color: silver;
    text-decoration: none;
}

a:link {
    color: silver;
}

.contactItem image {
    vertical-align: middle;
}

#header-logo {
    width: 20vw;
    height: auto;
}

.headerWhite {
    margin-top: 8vh;
    text-align: center;
    font-size: 2vh;
    font-weight: 600;
    color: white;
    margin-bottom: 3vh;
}

.contentWhite {
    font-size: 2vh;
    font-weight: 600;
    color: white;
    text-align: center;
    line-height: 3vh;
    margin-bottom: 3vh;
}

.signupButtonDiv {
    width: 50%;
    height: 8vh;
    text-align: center;
    display: flex;            
    justify-content: center; 
    align-items: center;     
}

#signup {
    width: 35vh;              
    height: 100%;            
    background-color: #6946AB;  /* Background matching the login-box */
    color: #efefef;  /* Text color matching the login-box */
    cursor: pointer;
    border: 2px solid #765da3;  /* Border matching the login-box */
    border-radius: 6px;  /* Matching rounded corners */
    display: flex;           
    justify-content: center; 
    align-items: center;     
    text-align: center;
    line-height: 0.8;      
    flex-direction: column;
}

#signup .line1,
#signup .line3 {
    font-size: 1.7vh; 
}

#signup .line2 {
    font-size: 3vh; 
}

/* Subtle box-shadow on hover to match login-box style */
#signup:hover {
    box-shadow: 4px 4px 8px rgba(122, 60, 144, 0.5);
}

#logo {
    width: 80%;
}

.inputHeaders {
    position: absolute;
    font-size: 1.5vh;
    color: dimgrey;
}

.footer {
    background-color: #25214E;
    position: fixed;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 1.5vh;
    color: dimgray;
    bottom: 0;
    padding: 1vh 0;
}

.logo-link {
    display: flex;          
    justify-content: center; 
    align-items: center;     
    width: 100%;             
}

.policy-note {
    margin: 0.1vh auto 3vh auto;
    text-align: center;
    font-size: 1.4vh;
    color: #333;
    font-weight: bold;
    max-width: 600px;
}

.policy-note a {
    color: #0066cc; 
    text-decoration: none;
}

.policy-note a:hover {
    text-decoration: underline;
}

#finalStatus {
    text-align: center;
    white-space: nowrap; 
}

#finalStatusContainer {
    margin-bottom: 3vh;
}

.popup {
    position: fixed;
    right: 0;
    top: 20vh;
    width: 30vw;
    padding: 2vh;
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: 1000;
    transition: transform 0.3s ease-out;
    transform: translateX(100%); 
}

.popup.show {
    transform: translateX(0); 
}

.popup-content {
    font-size: 1.9vh;
    text-align: justify;
}

.popup-content p {
    margin: 1vh 0;
}

.popup-content code {
    background-color: #e9ecef;
    padding: 2px 4px;
    border-radius: 4px;
}

.popup-content a {
    color: #007bff;
    text-decoration: none;
}

.popup-content a:hover {
    text-decoration: underline;
}

.login-box {
    border: 1.8px dashed #6946AB; 
    padding: 1.5vh 1vw;
    border-radius: 6px; 
    text-align: left;
    font-size: 1.8vh;
    color: #efefef; 
}

.login-box p {
    margin: 0.5vh 0;
}

.login-box code {
    background-color: #2c2d2e; 
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 1.6vh;
}

.help-links {
    font-size: 1.75vh; 
    color: #333;      
}

.help-links a {
    color: #6946AB;   
    text-decoration: none;
}

.help-links a:hover {
    text-decoration: underline; 
}