legend {
    padding: 2px;
    font-size: 20px;
    border-bottom: none;
    margin-bottom: 2px;
}

a.text-left {
    text-align: left;
}

.account-help {
    border-radius: 25px;
    border: 2px solid #73AD21;
    width: 100%;
    padding: 40px;
    text-align: justify;
    text-justify: inter-word;
}

.rounded-borders {
    border-radius: 5px;
    border: 2px solid #49afcd;
    padding: 5px;
    background: #fff;
}

.handcursor {
    cursor: pointer;
}

.btn-block {
    height: 70px !important;
}
.btn-search {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
body.body-rdp {
    margin-top: 20px;
}
table.simple-padded td {
    border: 1px solid black;
    padding: 5px
}

.otpinput {
    padding-left: 15px;
    letter-spacing: 42px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 340px;
    min-width: 340px;
}

#divOtpInner {
    left: 0;
    position: sticky;
}

#divOtpOuter {
    width: 300px;
    overflow: hidden;
}