
.recovery_box{
    border-top-left-radius: 25px; 
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px; 
    border-bottom-right-radius: 25px; 
   padding-bottom: 20px;
    width: 400px; 
    border: solid 1px #ECF3F5;
    box-shadow: 10px 10px 10px 10px #ECF3F5;
    
    background: white;
    
}

.resetSuccess{
  padding-top: 50px;
   padding-bottom: 50px;
    width: 80%; 
    border: solid 1px #ECF3F5;
    box-shadow: 10px 10px 10px 10px #ECF3F5;
    color:#757575; letter-spacing: 1px; font-size: 20px;
    background: white;
   display: none;
    
}

.passwordresetbox{
    border-top-left-radius: 25px; 
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px; 
    border-bottom-right-radius: 25px; 
   padding-bottom: 20px;
    width: 600px; 
    border: solid 1px #ECF3F5;
    box-shadow: 10px 10px 10px 10px #ECF3F5;
    
    background: white;
    
}

.power-container {
    background-color: #4B6B7D;
    width: 355px;
    height: 15px;
    border-radius: 5px;
    margin-top:4px;
    display:none;
}

#power-point {
    background-color: #D73F40;
    width: 1%;
    height: 100%;
    border-radius: 5px;
    transition: 0.5s;
}

.invalidResetRequest{
  padding-top: 50px;
   padding-bottom: 50px;
    width: 800px; 
    border: solid 1px #ECF3F5;
    box-shadow: 10px 10px 10px 10px #ECF3F5;
    color:#757575; letter-spacing: 1px; font-size: 20px;
    background: white;
   
    
}

.invalidResetRequest a{
    font-size: 19px;
    color: blue;
}


.password-recovery-inner{
    margin-top:5px;background-color: white; border-top-left-radius: 25px; border-top-right-radius: 25px; 
    width:80%;margin-right: 5px; padding-bottom: 70px;
    border-bottom-left-radius: 25px; border-bottom-right-radius: 25px;
}



@media screen and (max-width: 849px) {
    .password-recovery-inner{
        max-width: 100%;
        width:100%;
        border-radius: 0px;
    }
    .recovery_box{
        max-width: 100%;
        width:100%;
        border-radius: 0px;
        border:none;
        box-shadow: none;
    }
    .resetSuccess{
        padding-top: 10px;
         padding-bottom: 50px;
          width: 100%;
          border: none;
          box-shadow: none;
          color:#757575; letter-spacing: 1px; font-size: 20px;
          background: white;
         display: none;

  }
}