body {
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
    width:414px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    overflow-y: hidden;
    position: absolute;
   margin-right: 40px;
    margin-left: -4px;
    margin-top: 50px;
}

.image-stack {
    position: relative;
    margin-top: 10px;
    width: 250px; 
    height: 250px; 
}

.bottom-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     margin-top: 30px;
}


.top-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     margin-top: 30px;
}

.top-image {
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5); /* Start with a smaller size */
    transition: transform 0.1s ease; /* Apply a transition for smooth scaling */
  }

.header {
    margin-top: 20px; 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease;
    margin-top: 100px;
}

.login-text {
    font-family: 'Montserrat', sans-serif;
    display: inline-block; /* Ensures the text is a block for animation */
    transition: transform 0.5s ease; /* Apply transition for smooth animation */
  }
#welcomeText { font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size:50px;
    font-style:italic;
    margin-left:150px;
}
  
input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}

button {
   font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    padding: 10px;
    background-color: white;
    border: none;
    width: 350px;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

h5{
    font-weight:400;
    font-style:italic;
    text-decoration-line: underline;
    
}.loginbutton {
 margin-top: 30px;
}

body.bodycontainer {
    background-color: #FFD700;
    width:414px;
    height:100vh;
    
}
