.selected-category{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.13;
    letter-spacing: normal;
    text-align: left;
    color:#ffffff;
    padding-top:10px;
    padding-left:19px;
}

.bank-account {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color:rgba(0, 0, 0, 0.54);
    padding-left:19px;
}

.bank-account-modified {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 14px 0px 14px 19px;
}

.selected-category-row {
    border-radius: 4px;
    background-color:#00bcd4;
}

.make-original-text {
    color: #00bcd4;
}
.hover-background {
    /*height: 58px;*/
    /*border-radius: 4px;*/
    /*padding-top:15px;*/
}

.hover-background:hover {
    /* width: 258px; */
    /*height: 58px;*/
    /*border-radius: 4px;*/
    background-color:rgba(0,0,0,.02);
    cursor: pointer;
}

.right-side-common-row {
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
}
.box-border {
    border:solid 1px gray;
    border-radius: 2px;
}
.what-to-verified-margin {
    margin-top: 30px;
}

input {
    height:45px;
}

.verify-now-button {
/*    width: 226px;
    height: 52px;*/
    border-radius: 26px;
    border: solid 1px #FDB828;
    background-color:#FDB828;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 2.13;*/
    letter-spacing: normal;
    /* text-align: left; */
    color: #0f3f61;
    text-align:center;
    cursor: pointer;
    padding: 12px 38px;
    margin-bottom: 12px;
    margin-top: 6px;
}

  .heading-text {
    color:rgba(0, 0, 0, 0.54);
    font-size:16px;
    width: 74%;
    margin: 0px auto 50px auto;
}

.try-diro {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.what-to-be-verified {
    font-family: Montserrat;
    font-size: 19px;
    font-weight: 513;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
}

.helplinka a{
    color: rgba(0, 0, 0, 0.54);
 }
 .helplinka a:hover{
   text-decoration: none;
 }
 .formSec{
    width: 100%;
    padding: 1rem 2rem;
 }
 .margin-bottomform10{
   margin-bottom: 15px;
 }

