﻿.img-layer img {
    width: 130px;
    height: 130px;
    padding: 3px;
    border: 3px solid #ecf1f8;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    z-index: 1;
    position: relative;
}
.img-layer .change-image {
    width: 8rem;
    height: 8rem;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 110px;
    text-align: center;
    font-size: 32px;
    color: #657d9a;
    background-color: #657d9a;
    position: absolute;
    z-index: 2;
    opacity: 0.1;
}

.input-amount-profile {
    width: 236px;
    height: 47px;
}

.cursor-pointer {
    cursor: pointer;
}

/*CUSTOM PRELOADER*/
.cardnumberbox.opensugestion {
    border-radius: 19px 19px 0 0;
    border: none;
}

.cardnumberbox {
    display: block;
    position: relative;
    width: 100%;
    height: calc(2.25rem + 2px);
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 19px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.banklogo {
    position: absolute;
    width: 12px;
    height: 9px;
    top: 12px;
    left: 0;
    border: none;
    display: block;
    z-index: 1002;
    text-align: center;
}

    .banklogo img {
        width: 55px
    }