.auth-input {
    background: transparent;
    border: none;
    color: #fff;
    width: 680px;
    height: 80px;
    line-height: 80px;
    font-size: 42px;
    font-weight: 400;
    opacity: 0;
    padding: 0 20px;
}
.passcode-input {
    background: transparent;
    border: none;
    color: #fff;
    width: 315px;
    height: 80px;
    line-height: 80px;
    font-size: 42px;
    font-weight: 400;
    opacity: 0;
    text-align: center;
    padding: 0 10px;
}
.device-input {
    background: transparent;
    border: none;
    color: #fff;
    width: 580px;
    height: 80px;
    line-height: 80px;
    font-size: 42px;
    font-weight: 400;
    opacity: 0;
    padding: 0 20px;
}