
.re-send-login-sms-code{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

.re-send-code-btn:hover{
    cursor: pointer;
}

.modal-result-content{
    text-align: center;
    margin: 20px 0px;
}

.replenishment-method--card-commission{
    text-align: center;
    margin-bottom: 5px;
    margin-top: 3px;
    color: #707070;
    font-size: 13px;
}

.replenishment-method a{
    text-decoration: none !important;
}

.replenishment-methods .hidden{
    display: none;
}

.preloader{ 
    display: none;
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #fff url('../img/preloader_2.gif') no-repeat center center; 
    background-size: 25%;
    opacity: 0.9;
}
.replenishment-methods form select {
    height: 45px;
    box-shadow: none;
    border: 1px solid #D9D9D9;
    width: 100%;
    min-width: unset;
    padding: 12px 20px;