﻿.resetPass-title
{
    font-size:50px !important;
}
.txtemail{
    width:350px;
    padding:20px;
    border:1px solid #808080;
    background-color:#e5e5e5;
    text-align:center;
}
.frame {
    justify-items: center !important;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 50px 5px;
}
.controls {
    justify-content: center !important;
    display: flex;
}
.txtPassword {
    width: 350px;
    padding: 20px;
    border: 1px solid #808080;
    background-color: #e5e5e5;
    text-align: center;
    direction:ltr;
    font-size:20px !important;
}