
body {
    background-color: rgb(254, 254, 255);
    margin: 0;
    padding: 0;
    height: 100vh;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr; 
    grid-template-areas:"login_part details_part";
    place-items: center;  
    align-items: center;
    justify-content: center;
}
.login_part {
    background-color: rgb(132, 106, 106);
    grid-area: login_part;
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: none; */
}
.details_part {
    background-color: rgb(11, 9, 9);
    grid-area: details_part;
    display: flex;
    align-items: center;
    justify-content: center;
    
}  
.container {
    position: relative;
    height: 450px;
    width: 350px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.612),0 4px 40px rgba(34, 33, 33, 0.515),0 4px 100px rgba(68, 67, 67, 0.332);    
}
.gradient-box {
    width: 10px;  
    height: 1000px;  
    background: linear-gradient(to right, #8b8f8b, #f7fafa);  
    border: 1px solid #ddd; 
    border-radius: 50%;  
    padding: 20px;  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: rotate 5s linear infinite;  
}
.outer_box {
    position: absolute;
    height: 440px;
    width: 340px;
    background-color: #000;
    z-index: 2;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.inner_box {
    position: absolute;
    height: 420px;
    width: 320px;
    background-color: rgb(254, 254, 255);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_box_2{
    position: absolute;
    height: 410px;
    width: 310px;
    background-color:silver;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_color_right{
    color: rgb(87, 6, 9);
    font-size: larger;
    text-shadow: 0 10px 20px black;
}
.rectangle-border,.rectangle-border-text{
    position: absolute;
    top: 40px;
    padding-bottom:20;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    align-items: center;
    align-content: center;
    text-align: center;
    box-sizing: border-box;  
    z-index: 5;
  } 
  .engraved-text {
    position: absolute;
    top: 42px;
    padding-bottom:20;
    font-size: 1.3em;
    /* color: #080707; */
    color: #fefeff;
    font-weight: bold;
    padding: 20px;
    border-radius: 10px;    
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6), 
                 -1px -1px 2px rgba(49, 48, 48, 0.854),
                 -1px -1px 2px rgba(51, 50, 50, 0.746);
                 z-index: 5;
}
.rectgle-back-area{
    position: absolute;
    top:75px;
    padding-bottom:20;   
    width: 90px;
    height: 40px;
    border-radius: 10%;    
    align-items: center;
    align-content: center;
    text-align: center;
    box-sizing: border-box; 
    overflow: hidden; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.704), 0 -4px 6px rgba(0, 0, 0, 0.704),0 8px 20px rgba(53, 52, 52, 0.704) ;   
    z-index: 4;
  }
  .rectgle-back-outer{
    position: absolute;
    top:70px;
    padding-bottom:20;    
    width: 100px;
    height: 50px;
    border-radius: 10%;   
    align-items: center;
    align-content: center;
    text-align: center;
    box-sizing: border-box; 
    overflow: hidden; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.704), 0 -4px 6px rgba(0, 0, 0, 0.704),0 8px 20px rgba(11, 11, 11, 0.704) ;   
   
    z-index: 4;
  }
  .rectangle-border{
    top: 40px;    
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.704), 0 -2px 40px rgba(0, 0, 0, 0.704),0 4px 40px rgba(53, 52, 52, 0.704) ;   
    animation: rotate-border 5s linear infinite; 
    z-index: 4;
  }
.login_part_1,.login_part_2,.login_part_3,.login_part_4 {
    top: 140px;
    position: absolute;
    height: 300px;
    width: 200px;   
    transition: opacity 2s ease, max-height 0.5s ease;    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;    
}
.login_part_1{
    top: 110px;    
    z-index: 4;   
    transition: opacity 0.5s ease, max-height 0.5s ease;
}
.login_part_2{
    z-index: 4;
    display: none;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}
.login_part_3{   
    display: none; 
    z-index: 4;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}
.login_part_4{
    display: none;
    z-index: 4;  
    transition: opacity 0.5s ease, max-height 0.5s ease;  
}
.login_page_text{
    color: rgb(9, 9, 9);    
    text-shadow: -1px 1px #ccccccba,-2px 2px #c1bdbd35;  
}
.login_page_text:hover{
    color: #e40a0a;
    text-shadow: -1px 1px #e6c909ba,-2px 2px #f6df1235;
}
input{
    width: 200px;  
    height: 40px;  
    margin-top: 20px;
    padding: 10px;  
    font-size: 14px;  
    border: 2px solid #ccc;  
    border-radius: 5px;  
    box-shadow:-2px 2px 20px #5a5b5aad ,-4px 4px 40px #5a5b5a74;
    color: rgb(30, 29, 31);
}
.input_otp{
    width: 200px;  
    height: 40px;  
    margin-top: 20px;
    padding: 10px;  
    font-size: 14px;  
    border: 2px solid #ccc;  
    border-radius: 5px;  
    box-shadow:-2px 2px 20px #5a5b5aad ,-4px 4px 40px #5a5b5a74;
    color: rgb(30, 29, 31);
	letter-spacing: 1em;
	font-weight: bold;
	font-size: 16px;
	text-align: center;	
}
button{
    width: 200px;
    height: 40px; 
    margin-top: 20px;
    margin-bottom: 20px;
    background-color:silver;
    padding: 10px; 
    font-size: 14px; 
    border: 2px solid #ccc; 
    border-radius: 5px; 
    align-self: center;
    font:bold;
    box-shadow:-2px 2px 20px #5a5b5aad ,-4px 4px 40px #5a5b5a74;
    color: rgb(30, 29, 31);
}
button:hover{
    box-shadow:-2px 2px 20px #1a2df889 ,-4px 4px 40px #0d2ff361;
    cursor: pointer;
    color: #e40a0a;
}
input:hover{
    box-shadow:-2px 2px 20px #0410f589 ,-4px 4px 40px #0410f561;
    cursor: pointer;
    color: #0a2694;
}
.login-button {
    background-color: silver;
    color: black;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.login-button:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}
.login_form-control{    
    position:absolute;
    pad: 10px;
    margin-left: 2%;
    margin-right: 2%;
    left: 0;
    display: block;
    width: 90%;
    /* z-index: 7; */
}
.input-group {
    display: flex;
    align-items: center;
    border: 2px solid silver;
    border-radius: 4px;
}
.input-group .input-container {
    flex-grow: 1;
}
.login_top_button{
    position:absolute;
    top: 50;;  
    border-top: 5px solid rgb(206, 192, 192);
    border-right: 5px solid rgb(188, 193, 188);
    border-bottom: 5px solid rgb(204, 204, 222);
    border-left: 5px solid rgb(135, 135, 129);
    width: 200px;
    height: 50px;
    border-radius: 10%;
    /* border: 5px solid #c3bcbc; */
    box-sizing: border-box;
    /* animation: rotate-border 5s linear infinite; Animation */
    z-index: 5;
    align-items: center;
    justify-content: center; 
    text-align: center;   
}
.soft_details_div{
    top: 40px;
    position: absolute;
    height: 300px;
    width: 200px;   
    transition: opacity 2s ease, max-height 0.5s ease;    
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.details_part_text{
    color: rgb(9, 9, 9);    
    text-shadow: -1px 1px #ccccccba,-2px 2px #c1bdbd35; 
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

  
@media (max-width: 768px) {
    body{
      height:auto;
      grid-template-rows: 1fr 1fr;
      grid-template-columns: 1fr; 
      gap: 50px;
      grid-template-areas: 
        "login_part"       
        "details_part"
        ;
    }    
  }
  @keyframes rotate-border {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  
  