﻿body {
    margin: 0;
    padding: 0;
    height: auto; 
    font-family: Arial, sans-serif;
    background-image: url('images/92.PNG'); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    background-color: black;
    text-align: center;
    background-attachment: fixed;
}

/*

.wrapper {
    margin-top: 10px; 
    padding: 10px;   
}
.wrapperShowInformation {
  margin-top: 10px;
    padding: 10px;    
}
    */

.Step.ShowInformation {
    text-align: center;
   width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 400px;
   
    
}

.Step.ShowInformation h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.Step.ShowInformation img {
    width: 100%;
    max-width: 400px;
    margin: 20px 0;
    object-fit: contain;
}

.Step.ShowInformation p {
    margin: 10px 0;
}

.Step.ShowInformation a {
    color: #fcef50;
    text-decoration: none;
}

.result-explanation a {
    color: #fcef50;;
}

.Step.ShowInformation span {
    font-weight: bold;
}

.ErrorMessage {
    text-align: center;
    margin-top: 10px; 
    margin-bottom: 10px; 
    color: red;
    font-size: 14px;
    display: block; 
}


.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    min-height: 100vh; 
    padding-top: 20px; 
	padding-left: 10px;
    padding-right: 10px;
}


.logo {
    margin-top: 0px; 
    margin-bottom: 50px;
}

.logo img {
    width: 200px;
    max-width: 100%; 
}


#ExternalKeyContainer{
    margin-top: 5px;
}



.form-container {
    background:transparent;
    border-radius: 10px;
    margin: 50px auto;
    max-width: 400px;
    width: 100%;
}

.form-containerMail {
    background:transparent;
    border-radius: 10px;
    padding: 15px;
    margin: 10px auto;
    max-width: 400px;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.Input {
    width:100%;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 25px;
    height: 56px;
    text-align: left;

    opacity: 90%;
    color: #ffffff; 
    border: 2px solid #ffffff; 
    background-color: transparent; 
}

.AppKeyInput {
    color: #ffffff; 
	padding-left: 20px;
    width: 100%;
}

.MailAddressInput{
    color: #ffffff; 
	padding-left: 20px;
    width: 100%;
}

.DoNotRegisterMailAddress {
    appearance: none; 
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 4px; 
    background-color: #fff; 
    cursor: pointer;
    margin-left: 0;
    display: inline-block;
    position: relative;
}

.DoNotRegisterMailAddress:checked {
    background-color: #007BFF;
    border-color: #007BFF;
}

.DoNotRegisterMailAddress:checked::after {
    content: '\2713';
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.CheckboxContainer {
    text-align: left;
    margin-bottom: 20px; 
    margin-left: 0px;
    width: 100%; 
    display: flex;
    align-items: center;
    gap: 10px; 
}

.Input:focus {
    outline: none;
    border-color: #ffffff;
    opacity: 100%; 
}


.Step.EnterMailAddress {
    display: flex;
    flex-direction: column; 
    align-items: center;                 
    width: 100%;           
    max-width: 400px;          
  
}

.Button {
    background-color: #ffffff; 
    color: #000000;
    border: none;
    font-size: 24px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    height: 56px;
}

.hero-section{
 align-items: center;
 margin: 0 auto 10px auto;
 max-width: 600px;
 width: 100%;
}

.EnterAppKey{
    display: flex;
    flex-direction: column; 
    align-items: center;  
    justify-content: center; 
    max-width: 400px;
    width: 100%;
    
}
.Button:hover {
    background-color: #f1ecea; 
}

.Input, .Button {
    width: 100%;
    height: 56px; 
    box-sizing: border-box; 
    
}
#appName{
    margin-bottom: 5px;
}

.ErrorMessage {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: red;
}

.result-explanation {

color: white;
background-color: rgba(255,255,255,0.2);
padding: 1em;
border-radius: 0.5em;
font-size: 1rem;
width: 100%;
max-width: 400px;
margin-top: 30px;

}

.result-explanation-firstStep a {
    color: #fcef50;;
}

.result-explanation-firstStep {

    color: white;
    background-color: rgba(255,255,255,0.2);
    /* padding: 1em; */
    border-radius: 0.5em;
    font-size: 1rem;
    width: 100%;
    max-width: 400px;
    margin-top: 30px;  
    }
    
.result-detail {
    color: white;
    padding: 1em;
    border-radius: 0.5em;
    font-size: 0.8rem;
    width: 450px;
    margin-top: 30px;
    }

body {
    overflow-y: auto; 
}

#externalKey {
	
	color: #fcef50;
}

/*
@media screen and (max-width: 768px) {
    html, body {
        touch-action: manipulation;
        -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
    }
    
    .container {
        width: 100%;
        padding: 10px;
    }
    
    .logo img {
        width: 150px;
    }

    .wrapper, .wrapperShowInformation {
        margin-top: 20px;
    }

    .hero-section {
        width: 100%;
    }

    .form-container, .form-containerMail {
        width: 90%;
        max-width: 350px;
        margin: 20px auto;
    }

    .EnterAppKey {
        width: 100%;
    }

    .Button {
        font-size: 20px;
        height: 48px;
    }
    
    #mainHeading{
        font-size: 20px;
    }


    .Input {
        font-size: 18px;
        height: 48px;
    }
    .Step.ShowInformation{
        width: 100%;
    }

    .result-explanation {
        width: 100%;
        max-width: 350px;
        font-size: 1rem;
    }
    .result-explanation-firstStep {
        width: 100%;
        max-width: 350px;
        font-size: 1rem;
    }

    #appImage{
        width:90%;
    }
}
    */


