#mylogin {
    position: fixed;
    top: 40%;
 right: -48px;
    z-index: 1111;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.rts-btn.btn-primary {
    background: #24ade4;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
      text-decoration: none;
}
.rts-btn {
    padding: 20px 33px;
 
    line-height: 10px;
    max-width: max-content;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: 0.3s;
    border-radius: 2px;
    display: block;
    min-width: max-content;
}
.pay-now-css img{
    width: 100%;
      margin: 180px 0 20px 0;
}
.account-detail{
      margin-bottom: 50px;
}
.account-detail h2{
    font-size: 28px;
}
.account-detail h3{
    font-size: 24px;
}
.account-detail p{
    font-size: 18px;
        margin-bottom: 0;
}