.navbar {
    background-color: rgba(0, 0, 0, .9);
}

.navbar {
    transition: .1s;
    will-change: opacity;
}

.recharge-container {
    padding: 10px;
    background-color: #fff;
    margin: -10px;
    color: #353535;
    border-radius: 8px;
}

.recharge-container .el-radio-group {
    margin-right: -8px;
}

.recharge-container .el-radio {
    width: 46%;
    margin-right: 8px;
    max-width: 150px;
}

/*.recharge-container .el-radio:nth-of-type(2n) {
    margin-right: 0;
}*/

.recharge-container .el-form-item:last-of-type {
    margin-bottom: 8px;
}

.recharge-container .el-form-item:only-child:last-of-type,
.recharge-container .el-form-item:only-child:last-of-type .el-form-item__label {
    margin-bottom: 0;
}


.login-form .el-input input{
    border: none;
    box-shadow: 0 2px 8px 0 rgba(100, 100, 100, .2);
}

.login-form .el-input__icon {
    color: #3a8ee6;
}
