.blue-container {
   width: 100%;
   padding: 40px 5vw;  
   padding-bottom: 2px;
   margin-bottom: 0;
   border-radius: 25px;
   background-color: #4EA5D9;
   min-height: 725px;
 
   background-image: url(/static/images/time-machine.png);
   background-repeat: no-repeat;
   background-position: bottom right;
 
  
 }
 html, body {
   margin: 0;
   padding: 0;
   height: 100%;
 }


 .white-container{
  
    
    flex-wrap: wrap;*/
    min-height: 500px;
    padding:2px;
    padding-bottom: 0; 
    margin-bottom: 0;
 }

 #password-home{
  
    padding-top:150px;
    margin-bottom:0px;

   
 }
 #wizard-title{
    margin-top:0px;
    text-align:center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 55px;
    color:#4EA5D9;
    margin-bottom:0px;
 }
 #subtitle{
    margin-top:20px;
    text-align:center;
    font-size:17px;
    font-family: "Source Sans 3", sans-serif;
 }

 #slide-down{
    padding-top:75px;
    text-align:center;
    display: block;

   
 }
 #generate-pass{
    font-family: "Poppins", sans-serif;
    padding-top:50px;
    text-align:center;
    font-size:36px;
    color: white;
    font-weight:700;


 }
 
 .left-box{
   width:50%;
   display:flex;
   flex-direction:column;
   gap: 20px;
   box-sizing: border-box;
   justify-content: left;

 }
.right-box{
   width:50%;
}
.radio-btn{
   display: flex;
   align-items:center;
   gap: 10px;
   margin-bottom: 12px;
   justify-content:center;
}

/*input[type=radio] {
   display: flex;
   align-items: center;
   text-align:left;
   margin-left:7px;
   margin-bottom:12px;
   transform: scale(1.4);
  
 }

 label{
   margin-left:10px;
   font-size:19px;
   font-weight: 370;
 }*/
 input[type=radio] {

   transform: scale(1.4);
   margin: 0;
   
}

label {

   font-size: 19px;
   font-weight: 370;
 

   align-items: center;
   gap:8px;
   
}
 .pass-form{
   
   margin-top: 40px;
   font-family: "Source Sans 3", sans-serif;
   color:white;
   flex-direction: column; 
   gap:10px;
 }

h3{
   font-weight: 370;
   font-size:25px;
   font-weight:normal;
   margin-bottom:3px;
   margin-top:6px;
 
}
#num-pass{
   border-radius: 5px;
   height:38px;
   width:280px;
   border: 1px solid lightgray;
   margin-bottom: 15px;
   
}

#num-pass::placeholder{
   font-size:13.5px;
   margin-left:4px;
}

#generate{
   height:40px;
   width:168px;
   border-radius:5px;
   border: 1px solid white;
   margin-top:5px;
   font-size:13px;
   font-weight: bold;
   color:black;
   background-color: white;
   text-align: center;
   font-family: "Source Sans 3", sans-serif;
   margin-bottom: 10px;
}
.pass-button {
   background-color: white;
   border: 1px solid black;
   color: black;
   font-size: 15px;
   border-radius: 5px;
   padding: 0.5rem;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   
   

}
#export-csv-link{
   color: white;
   font-size: 18px;
   padding: 8px 15px;
   background-color: transparent;
   margin-bottom:5px;



}

#export-csv-link:hover{
   color:black;
}


.password-item {
   font-size: 15px;
   color: #525252;
   background-color: white; 
   border: 1px solid gray; 
   padding: 6px;
   margin-bottom: 6px;
   border-radius: 8px; 
   box-shadow: 0 2px 4px black;
   min-width: 250px;
   width: fit-content;           
   white-space: nowrap;  
   height: 30px;   
   display: flex;
   align-items: center;
   justify-content: space-between;       
}

.password-text {
   white-space: nowrap;  
   overflow: visible;    
   margin-right: 10px;
}


.text-end {
   text-align: right; 
}


.justify-content-center {
   justify-content: center;
}
.add-another{
   width: 185px;
   margin:auto;
   justify-content: center;
   border-radius:25px;
   background-color: white;
   color: blue;
   height: 40px;
   border: 3px solid white;

}

.carousel-content {
   height: 350px;
   color:white;
   background-color:#4EA5D9;
   width: 98%;
   padding: 18px;
   margin:auto;



   border-radius:25px;
   text-align:center;
   border: 3px solid white;
 
   margin-top:0px;

   justify-content:center;



}

.carousel-indicators{
   position: relative; 
    margin-bottom: 4rem; 
    bottom: auto;
}

.carousel-content p {
   font-size: 25px;
   font-weight: 500;
   font-family: "Source Sans 3", sans-serif;
}

#pass-length,
#min-symbols,
#max-numbers {
    border-radius: 5px;
    height: 38px;
    border: 1px solid lightgray;
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 8px;
    font-family: "Source Sans 3", sans-serif;
   
} 

#pass-length::placeholder,
#min-symbols::placeholder,
#max-numbers::placeholder {
    font-size: 13.5px;
    margin-left: 4px;
}


