/* style reset password  */


.ResetWrapper-main {
    
    margin-right: 15%;
    height: 140px;
    margin-left: 15%;
}

.Reset-default {
   text-align: center;
   margin-top: 180px;
   height:150px;
    display:flexbox;
    border: 3px;
    border-color: black;
    border-style: solid;
     
  
} 

.Reset-default h1 {
   margin-top: 10px;
   font-size: 24px;
}

.Reset-default p {
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
     padding: 0 16px;
     text-align: justify;
}

 .resetpwd {
   margin-top: 0px;
   /*background-color: rgb(9, 255, 0); */
 }

.Reset-default input {
   
   text-align: center;
    width:75%;
}

button{

   align-items: center;
}
button:hover {
   color: rgb(9, 212, 60);
}
.Reset-default button {
    margin-top: 10px;
   text-align: center;
   
}