#basic-addon2 

{

position: absolute;

right: 8px;

top: 0px;

cursor: pointer;

border-bottom-right-radius: 0px;

border-top-right-radius: 0px;

}

.forgot_password,.account_create

{

    font-weight: bold;

}

.btn-login

{

    background: #f15a29;

    color: #fff;

    padding: 10px;

    font-size: 21px;

    font-weight: bold;



}

.btn-login:hover

{

    background:#f15a29;

    color:#fff;

}

.error

{

    width:100%;

    color:red;

    font-weight: 400;

}

.gradient-custom-2 

{

    background: url('../../logos/3d-cash-money.png');

    background-size: 90%;

    background-position: center;

    background-color: #e3ebff;

    background-repeat: no-repeat;

}

.sign-in-page-data {

    padding: 80px 80px;

    position: relative;

    z-index: 99;

}

#sendotpbtn {

    position: absolute;

    background: #f8f9fa;

    color: #f15a29 !important;

    padding: 12px 12px;

    top: 1px;

    right: 10px;

    font-weight: bold;

    text-transform: uppercase;

}

main {

    background: url('../../logos/bg123.png');

}

#yourPassword {

    padding-left: 54px;

    border-radius: 16px !important;

}

#yourUsername,#sendotpbtn {

    border-bottom-right-radius: 0px;

    border-top-right-radius: 0px;

}

#inputGroupPrepend

{

    border-bottom-left-radius: 0px;

    border-top-left-radius: 0px;  

}



.form-control,.input-group-text

{

    padding: .75rem 1.75rem;

}