.hidden {
    display: none;
}
#password{
    -webkit-text-security:disc;
}
#access-pin{
    -webkit-text-security:disc;
}
.dottedLine {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 26px;
}
.dottedLineP-0 {
    border-bottom: 1px solid #E5E5E5;
}
.min-width-70 {
    min-width: 70px !important;
}
.min-width-90 {
    min-width: 90px !important;
}
.width-200 {
    width: 200px;
}
.max-height-50 {
  max-height: 50px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bg-myCustom {
    background-color: #eef7fd !important;
}