.recover{
    font-weight: 500;
}
.recover .col_1 {
    width: 25%;
}
.recover .col_2 {
    text-align: center;
    white-space: nowrap;
    font-size: 22px;
    width: 50%;
}
.recover .col_3 {
    width: 25%;
}
.recover .center {
    border-spacing: 0;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.recover table .headRow{
    height: 0;
}

.recover .subTable {
    width: 100%;
}

.recover .vzt-button {
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    background-color: rgb(27, 111, 245);
    color: white;
    border-radius: 5px;
    padding: 10px;
    width: 44%;
    font-size: 19px;
}

.recover .spacer {
    height: 5px;
}

.recover input {
    width: 340px;
    padding: 5px;
    margin-bottom: 5px;
    border: none;
    font-size: 20px;
    background-color: #EEF1F8;
}
