.cong {
    width: 620px;
    margin: 0 auto;
}

.cong-head {
    display: flex;
    margin: 42px 50px;
}

.cong-head .back {
    background: transparent;
    font-size: 12px;
    color: #0070ba;
    border: 0 none;
    outline: none;
    margin-left: 8px;
}

.reset {
    display: flex;
    justify-content: space-between;
    margin: 20px 50px;
    padding: 10px 0;
    border-bottom: 2px solid #cbd2d6;
}

.reset button {
    background: transparent;
    color: #009cde;
    font-size: 12px;
    border: 0 none;
}

.balance {
    display: flex;
    margin: 0 50px;
}

.balance p {
    font-size: 14px;
    color: #0070ba;
    margin-left: 10px;
    margin-top: 4px;
}