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